Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent 596422e commit 8eaa234
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"node-notifier": "^10.0.0",
"p-limit": "^3.1.0",
"pkg-dir": "^5.0.0",
"prettier": "^2.1.1",
"prettier": "^3.0.0",
"promise": "^8.0.2",
"read-pkg": "^5.2.0",
"resolve": "^1.20.0",
Expand Down
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 @@ -33,7 +33,7 @@
"@types/node": "*",
"@types/prettier": "^2.1.5",
"babel-plugin-tester": "^11.0.2",
"prettier": "^2.1.1"
"prettier": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/semver": "^7.1.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^5.0.0",
"prettier": "^2.1.1",
"prettier": "^3.0.0",
"tsd-lite": "^0.7.0"
},
"engines": {
Expand Down
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2900,7 +2900,7 @@ __metadata:
node-notifier: ^10.0.0
p-limit: ^3.1.0
pkg-dir: ^5.0.0
prettier: ^2.1.1
prettier: ^3.0.0
promise: ^8.0.2
read-pkg: ^5.2.0
resolve: ^1.20.0
Expand Down Expand Up @@ -6303,7 +6303,7 @@ __metadata:
"@types/node": "*"
"@types/prettier": ^2.1.5
babel-plugin-tester: ^11.0.2
prettier: ^2.1.1
prettier: ^3.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13000,7 +13000,7 @@ __metadata:
jest-message-util: "workspace:^"
jest-util: "workspace:^"
natural-compare: ^1.4.0
prettier: ^2.1.1
prettier: ^3.0.0
pretty-format: "workspace:^"
semver: ^7.5.3
tsd-lite: ^0.7.0
Expand Down Expand Up @@ -16916,7 +16916,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.1.1, prettier@npm:^2.8.3":
"prettier@npm:^2.8.3":
version: 2.8.7
resolution: "prettier@npm:2.8.7"
bin:
Expand All @@ -16925,6 +16925,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0":
version: 3.0.0
resolution: "prettier@npm:3.0.0"
bin:
prettier: bin/prettier.cjs
checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33
languageName: node
linkType: hard

"pretty-bytes@npm:^5.3.0":
version: 5.6.0
resolution: "pretty-bytes@npm:5.6.0"
Expand Down

0 comments on commit 8eaa234

Please sign in to comment.