Skip to content

Commit 3f56e8a

Browse files
committed
feat(deps): upgrade Prettier to 2.8.1
1 parent 17e60e0 commit 3f56e8a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"lint-staged": "^12.3.4",
9090
"lodash.has": "^4.5.2",
9191
"mkdirp": "^1.0.3",
92-
"prettier": "^2.5.1",
92+
"prettier": "^2.8.1",
9393
"read-pkg-up": "^7.0.1",
9494
"rimraf": "^3.0.2",
9595
"tslib": "^2.4.0",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
4141
chokidar "^3.4.0"
4242

43-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6":
43+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.18.6":
4444
version "7.18.6"
4545
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
4646
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
@@ -298,6 +298,11 @@
298298
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
299299
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
300300

301+
"@babel/parser@^7.16.7":
302+
version "7.20.5"
303+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
304+
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
305+
301306
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
302307
version "7.16.7"
303308
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -6575,10 +6580,10 @@ prettier-linter-helpers@^1.0.0:
65756580
dependencies:
65766581
fast-diff "^1.1.2"
65776582

6578-
prettier@^2.5.1:
6579-
version "2.5.1"
6580-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
6581-
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
6583+
prettier@^2.8.1:
6584+
version "2.8.1"
6585+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc"
6586+
integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==
65826587

65836588
pretty-format@^27.0.2:
65846589
version "27.4.6"

0 commit comments

Comments
 (0)