Skip to content
This repository was archived by the owner on Oct 8, 2023. It is now read-only.

Commit 71cf5de

Browse files
Update dependency prettier to v3
1 parent 198f45f commit 71cf5de

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

apps/ks-frontend-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"eslint-plugin-react": "^7.32.2",
103103
"eslint-plugin-react-hooks": "^4.6.0",
104104
"jest": "^28.1.3",
105-
"prettier": "^2.8.7",
105+
"prettier": "^3.0.1",
106106
"react-test-renderer": "^18.2.0"
107107
}
108108
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-react": "^7.32.2",
7373
"eslint-plugin-react-hooks": "^4.6.0",
7474
"is-ci": "^3.0.1",
75-
"prettier": "^2.8.7",
75+
"prettier": "^3.0.1",
7676
"rimraf": "^3.0.2",
7777
"terminal-link-cli": "^3.0.0",
7878
"typescript": "^5.0.4"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10845,10 +10845,10 @@ prettier@^2.7.1:
1084510845
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3"
1084610846
integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==
1084710847

10848-
prettier@^2.8.7:
10849-
version "2.8.7"
10850-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
10851-
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==
10848+
prettier@^3.0.1:
10849+
version "3.0.1"
10850+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40"
10851+
integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==
1085210852

1085310853
pretty-format@^26.6.2:
1085410854
version "26.6.2"

0 commit comments

Comments
 (0)