Skip to content

Commit

Permalink
chore(deps): update dependency @prettier/sync to ^0.5.0 (#14862)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent 572cbfb commit 94d7edd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin-jest-hoist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/core": "^7.11.6",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.0.0",
"@prettier/sync": "^0.3.0",
"@prettier/sync": "^0.5.0",
"@types/babel__template": "^7.0.2",
"@types/node": "*",
"@types/prettier": "^2.1.5",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4005,12 +4005,14 @@ __metadata:
languageName: node
linkType: hard

"@prettier/sync@npm:^0.3.0":
version: 0.3.0
resolution: "@prettier/sync@npm:0.3.0"
"@prettier/sync@npm:^0.5.0":
version: 0.5.0
resolution: "@prettier/sync@npm:0.5.0"
dependencies:
make-synchronized: ^0.2.5
peerDependencies:
prettier: ^3.0.0
checksum: a663ceca292629c66c2c983662293b047b48435942c25b7ea76f0eab899e434f2bc17ae3dce56ee66b29929f7853118073f716fd4c7dabc3cccf78458a168dd4
prettier: "*"
checksum: 491e30148a05128a5e290916a58ab8c328dfd1e6aafa13688ad031caedb47da2ffaea22e12afa14f786c1ae998cbd332fe0ff6bd1152bd176b7a862752a39944
languageName: node
linkType: hard

Expand Down Expand Up @@ -6734,7 +6736,7 @@ __metadata:
"@babel/preset-typescript": ^7.0.0
"@babel/template": ^7.3.3
"@babel/types": ^7.3.3
"@prettier/sync": ^0.3.0
"@prettier/sync": ^0.5.0
"@types/babel__core": ^7.1.14
"@types/babel__template": ^7.0.2
"@types/babel__traverse": ^7.0.6
Expand Down Expand Up @@ -14151,6 +14153,13 @@ __metadata:
languageName: node
linkType: hard

"make-synchronized@npm:^0.2.5":
version: 0.2.5
resolution: "make-synchronized@npm:0.2.5"
checksum: 36cc5ecc287a4ac5924e1f5bc38d435c26278717c6b7238a5bbc2486d616ba28c6e4a0b3fbbf1b0c2aaa018341f5283e7a682aa1e094656fb2846c46df2f998e
languageName: node
linkType: hard

"makeerror@npm:1.0.12":
version: 1.0.12
resolution: "makeerror@npm:1.0.12"
Expand Down

0 comments on commit 94d7edd

Please sign in to comment.