Skip to content

Commit

Permalink
fix: move @types/prettier to devDependencies to avoid conflicts with …
Browse files Browse the repository at this point in the history
…typescript projects using prettier >2.1.5
  • Loading branch information
Kloen committed Jul 13, 2023
1 parent 70b17d2 commit 643ab16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@jest/expect-utils": "workspace:^",
"@jest/transform": "workspace:^",
"@jest/types": "workspace:^",
"@types/prettier": "^2.1.5",
"babel-preset-current-node-syntax": "^1.0.0",
"chalk": "^4.0.0",
"expect": "workspace:^",
Expand All @@ -47,6 +46,7 @@
"@types/babel__core": "^7.1.14",
"@types/graceful-fs": "^4.1.3",
"@types/natural-compare": "^1.4.0",
"@types/prettier": "^2.1.5",
"@types/semver": "^7.1.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^5.0.0",
Expand Down

0 comments on commit 643ab16

Please sign in to comment.