Skip to content

Commit

Permalink
fix: fix version of prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 6, 2025
1 parent 0b96791 commit 6f23802
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 @@ -35,7 +35,7 @@
"@types/babel__traverse": "^7.0.6",
"@types/node": "*",
"babel-plugin-tester": "^11.0.2",
"prettier": "^3.0.3"
"prettier": "^3.5.3"
},
"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 @@ -51,7 +51,7 @@
"@types/semver": "^7.1.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^5.0.0",
"prettier": "^3.0.3",
"prettier": "^3.5.3",
"prettier-v2": "npm:prettier@^2.1.5"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7420,7 +7420,7 @@ __metadata:
"@types/babel__traverse": ^7.0.6
"@types/node": "*"
babel-plugin-tester: ^11.0.2
prettier: ^3.0.3
prettier: ^3.5.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13949,7 +13949,7 @@ __metadata:
jest-matcher-utils: "workspace:*"
jest-message-util: "workspace:*"
jest-util: "workspace:*"
prettier: ^3.0.3
prettier: ^3.5.3
prettier-v2: "npm:prettier@^2.1.5"
pretty-format: "workspace:*"
semver: ^7.5.3
Expand Down Expand Up @@ -18417,7 +18417,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.3, prettier@npm:^3.5.3":
"prettier@npm:^3.5.3":
version: 3.5.3
resolution: "prettier@npm:3.5.3"
bin:
Expand Down

0 comments on commit 6f23802

Please sign in to comment.