Skip to content

Commit fe68db4

Browse files
chore(deps): update dependency prettier to v3
1 parent 10de0e2 commit fe68db4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"husky": "^7.0.4",
7373
"jest": "^27.4.7",
7474
"lint-staged": "^12.1.5",
75-
"prettier": "^2.5.1",
75+
"prettier": "^3.0.3",
7676
"typescript": "^4.5.4"
7777
},
7878
"bugs": {

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -7597,11 +7597,16 @@ prettier-linter-helpers@^1.0.0:
75977597
dependencies:
75987598
fast-diff "^1.1.2"
75997599

7600-
prettier@^2.4.1, prettier@^2.5.1:
7600+
prettier@^2.4.1:
76017601
version "2.5.1"
76027602
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
76037603
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
76047604

7605+
prettier@^3.0.3:
7606+
version "3.0.3"
7607+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
7608+
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
7609+
76057610
pretty-format@^27.4.6:
76067611
version "27.4.6"
76077612
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.4.6.tgz#1b784d2f53c68db31797b2348fa39b49e31846b7"

0 commit comments

Comments
 (0)