Skip to content

Commit 1f9db71

Browse files
Update dependency prettier to v3
1 parent 5269a71 commit 1f9db71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-plugin-standard": "^4.0.1",
5858
"gh-pages": "^2.2.0 || ^5.0.0",
5959
"npm-run-all": "^4.1.5",
60-
"prettier": "^2.0.4",
60+
"prettier": "^2.0.4 || ^3.0.0",
6161
"react": "^16.13.1 || ^18.0.0",
6262
"react-dom": "^16.13.1 || ^18.0.0",
6363
"react-scripts": "^3.4.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10263,10 +10263,10 @@ prettier-linter-helpers@^1.0.0:
1026310263
dependencies:
1026410264
fast-diff "^1.1.2"
1026510265

10266-
prettier@^2.0.4:
10267-
version "2.8.7"
10268-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
10269-
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==
10266+
"prettier@^2.0.4 || ^3.0.0":
10267+
version "3.0.0"
10268+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0.tgz#e7b19f691245a21d618c68bc54dc06122f6105ae"
10269+
integrity sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==
1027010270

1027110271
pretty-bytes@^3.0.0:
1027210272
version "3.0.1"

0 commit comments

Comments
 (0)