Skip to content

Commit cd65ec4

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

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.5",
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.2.0":
2773+
version "0.2.0"
2774+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
2775+
integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==
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.5:
5925+
version "5.2.5"
5926+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz#0ff00b16f4c80ccdafd6a24a263effba1700087e"
5927+
integrity sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg==
59235928
dependencies:
59245929
prettier-linter-helpers "^1.0.0"
5930+
synckit "^0.10.2"
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.10.2:
10157+
version "0.10.3"
10158+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.3.tgz#940aea2c7b6d141a4f74dbdebc81e0958c331a4b"
10159+
integrity sha512-R1urvuyiTaWfeCggqEvpDJwAlDVdsT9NM+IP//Tk2x7qHCkSvBk/fwFgw/TLAHzZlrAnnazMcRw0ZD8HlYFTEQ==
10160+
dependencies:
10161+
"@pkgr/core" "^0.2.0"
10162+
tslib "^2.8.1"
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.8.1:
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)