Skip to content

Commit acf5d00

Browse files
committed
Update Prettier and related packages
1 parent 77fd107 commit acf5d00

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
extends:
22
- eslint-config-shakacode
33
- prettier
4-
- prettier/react
54

65
plugins:
76
- import

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@
3434
"concurrently": "^8.2.2",
3535
"create-react-class": "^15.7.0",
3636
"eslint": "^7.32.0",
37-
"eslint-config-prettier": "^7.0.0",
37+
"eslint-config-prettier": "^10.1.1",
3838
"eslint-config-shakacode": "^16.0.1",
3939
"eslint-import-resolver-alias": "^1.1.2",
4040
"eslint-plugin-import": "^2.29.1",
4141
"eslint-plugin-jsx-a11y": "^6.8.0",
42-
"eslint-plugin-prettier": "^3.4.1",
42+
"eslint-plugin-prettier": "^4.2.1",
4343
"eslint-plugin-react": "^7.33.2",
4444
"jest": "^29.7.0",
4545
"jest-environment-jsdom": "^29.7.0",
4646
"jest-fetch-mock": "^3.0.3",
4747
"jsdom": "^22.1.0",
4848
"knip": "^5.43.1",
4949
"nps": "^5.9.3",
50-
"prettier": "^2.8.8",
50+
"prettier": "^3.5.2",
5151
"prop-types": "^15.8.1",
5252
"react": "^19.0.0",
5353
"react-dom": "^19.0.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2826,10 +2826,10 @@ [email protected]:
28262826
dependencies:
28272827
eslint-config-airbnb-base "^12.1.0"
28282828

2829-
eslint-config-prettier@^7.0.0:
2830-
version "7.2.0"
2831-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9"
2832-
integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==
2829+
eslint-config-prettier@^10.1.1:
2830+
version "10.1.1"
2831+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.1.tgz#cf0ff6e5c4e7e15f129f1f1ce2a5ecba92dec132"
2832+
integrity sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==
28332833

28342834
eslint-config-shakacode@^16.0.1:
28352835
version "16.0.1"
@@ -2905,10 +2905,10 @@ eslint-plugin-jsx-a11y@^6.8.0:
29052905
object.entries "^1.1.7"
29062906
object.fromentries "^2.0.7"
29072907

2908-
eslint-plugin-prettier@^3.4.1:
2909-
version "3.4.1"
2910-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5"
2911-
integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==
2908+
eslint-plugin-prettier@^4.2.1:
2909+
version "4.2.1"
2910+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
2911+
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
29122912
dependencies:
29132913
prettier-linter-helpers "^1.0.0"
29142914

@@ -4978,10 +4978,10 @@ prettier-linter-helpers@^1.0.0:
49784978
dependencies:
49794979
fast-diff "^1.1.2"
49804980

4981-
prettier@^2.8.8:
4982-
version "2.8.8"
4983-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
4984-
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
4981+
prettier@^3.5.2:
4982+
version "3.5.3"
4983+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
4984+
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
49854985

49864986
pretty-format@^27.0.2:
49874987
version "27.5.1"

0 commit comments

Comments
 (0)