Skip to content

Commit f86cab1

Browse files
Update dependency eslint-plugin-prettier to v5
1 parent 6e0ebec commit f86cab1

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-config-prettier": "9.1.0",
5252
"eslint-plugin-ember": "10.6.1",
5353
"eslint-plugin-node": "11.1.0",
54-
"eslint-plugin-prettier": "3.4.1",
54+
"eslint-plugin-prettier": "5.2.2",
5555
"eslint-plugin-qunit": "6.2.0",
5656
"loader.js": "4.7.0",
5757
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2769,6 +2769,11 @@
27692769
"@nodelib/fs.scandir" "2.1.5"
27702770
fastq "^1.6.0"
27712771

2772+
"@pkgr/core@^0.1.0":
2773+
version "0.1.1"
2774+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
2775+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
2776+
27722777
"@simple-dom/interface@^1.4.0":
27732778
version "1.4.0"
27742779
resolved "https://registry.yarnpkg.com/@simple-dom/interface/-/interface-1.4.0.tgz#e8feea579232017f89b0138e2726facda6fbb71f"
@@ -5916,12 +5921,13 @@ [email protected]:
59165921
resolve "^1.10.1"
59175922
semver "^6.1.0"
59185923

5919-
eslint-plugin-prettier@3.4.1:
5920-
version "3.4.1"
5921-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5"
5922-
integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==
5924+
eslint-plugin-prettier@5.2.2:
5925+
version "5.2.2"
5926+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.2.tgz#d1f068f65dc8490f102eda21d1f4cd150c205211"
5927+
integrity sha512-1yI3/hf35wmlq66C8yOyrujQnel+v5l1Vop5Cl2I6ylyNTT1JbuUUnV3/41PzwTzcyDp/oF0jWE3HXvcH5AQOQ==
59235928
dependencies:
59245929
prettier-linter-helpers "^1.0.0"
5930+
synckit "^0.9.1"
59255931

59265932
59275933
version "6.2.0"
@@ -10147,6 +10153,14 @@ sync-disk-cache@^2.0.0:
1014710153
rimraf "^3.0.0"
1014810154
username-sync "^1.0.2"
1014910155

10156+
synckit@^0.9.1:
10157+
version "0.9.2"
10158+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
10159+
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
10160+
dependencies:
10161+
"@pkgr/core" "^0.1.0"
10162+
tslib "^2.6.2"
10163+
1015010164
table@^6.0.9:
1015110165
version "6.7.3"
1015210166
resolved "https://registry.yarnpkg.com/table/-/table-6.7.3.tgz#255388439715a738391bd2ee4cbca89a4d05a9b7"
@@ -10390,6 +10404,11 @@ tslib@^2.0.3, tslib@^2.2.0:
1039010404
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
1039110405
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
1039210406

10407+
tslib@^2.6.2:
10408+
version "2.8.1"
10409+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
10410+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
10411+
1039310412
type-check@^0.4.0, type-check@~0.4.0:
1039410413
version "0.4.0"
1039510414
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)