Skip to content

Commit e646765

Browse files
chore(deps): update dependency @types/prettier to v3
1 parent 0fca38f commit e646765

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": "29.5.12",
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": "29.7.0",

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"
@@ -4732,6 +4734,11 @@ [email protected]:
47324734
picocolors "^1.0.0"
47334735
source-map-js "^1.0.2"
47344736

4737+
prettier@*:
4738+
version "3.4.2"
4739+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
4740+
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
4741+
47354742
47364743
version "3.3.2"
47374744
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"

0 commit comments

Comments
 (0)