Skip to content

Commit 90797f6

Browse files
chore(deps): update dependency @types/prettier to v3
1 parent 3ea36d6 commit 90797f6

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@types/jest": "30.0.0",
43-
"@types/prettier": "2.7.3",
43+
"@types/prettier": "3.0.0",
4444
"@types/rimraf": "4.0.5",
4545
"husky": "9.0.11",
4646
"jest": "30.0.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,10 +2010,12 @@
20102010
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.5.tgz#26d295f3570323b2837d322180dfbf1ba156fefb"
20112011
integrity sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==
20122012

2013-
2014-
version "2.7.3"
2015-
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f"
2016-
integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==
2013+
2014+
version "3.0.0"
2015+
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-3.0.0.tgz#e9bc8160230d3a461dab5c5b41cceef1ef723057"
2016+
integrity sha512-mFMBfMOz8QxhYVbuINtswBp9VL2b4Y0QqYHwqLz3YbgtfAcat2Dl6Y1o4e22S/OVE6Ebl9m7wWiMT2lSbAs1wA==
2017+
dependencies:
2018+
prettier "*"
20172019

20182020
20192021
version "1.20.2"
@@ -4850,6 +4852,11 @@ [email protected]:
48504852
picocolors "^1.0.0"
48514853
source-map-js "^1.0.2"
48524854

4855+
prettier@*:
4856+
version "3.6.2"
4857+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393"
4858+
integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
4859+
48534860
48544861
version "3.3.2"
48554862
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"

0 commit comments

Comments
 (0)