Skip to content

Commit b0f2a4c

Browse files
Update dependency eslint-plugin-prettier to v5
1 parent a1bb513 commit b0f2a4c

2 files changed

Lines changed: 24 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-config-prettier": "8.3.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.1",
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
@@ -2738,6 +2738,11 @@
27382738
"@nodelib/fs.scandir" "2.1.5"
27392739
fastq "^1.6.0"
27402740

2741+
"@pkgr/core@^0.1.0":
2742+
version "0.1.1"
2743+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
2744+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
2745+
27412746
"@simple-dom/interface@^1.4.0":
27422747
version "1.4.0"
27432748
resolved "https://registry.yarnpkg.com/@simple-dom/interface/-/interface-1.4.0.tgz#e8feea579232017f89b0138e2726facda6fbb71f"
@@ -6466,12 +6471,13 @@ eslint-plugin-node@11.1.0:
64666471
resolve "^1.10.1"
64676472
semver "^6.1.0"
64686473

6469-
eslint-plugin-prettier@3.4.1:
6470-
version "3.4.1"
6471-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5"
6472-
integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==
6474+
eslint-plugin-prettier@5.2.1:
6475+
version "5.2.1"
6476+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz#d1c8f972d8f60e414c25465c163d16f209411f95"
6477+
integrity sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==
64736478
dependencies:
64746479
prettier-linter-helpers "^1.0.0"
6480+
synckit "^0.9.1"
64756481

64766482
eslint-plugin-qunit@6.2.0:
64776483
version "6.2.0"
@@ -10813,6 +10819,14 @@ sync-disk-cache@^2.0.0:
1081310819
rimraf "^3.0.0"
1081410820
username-sync "^1.0.2"
1081510821

10822+
synckit@^0.9.1:
10823+
version "0.9.1"
10824+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.1.tgz#febbfbb6649979450131f64735aa3f6c14575c88"
10825+
integrity sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==
10826+
dependencies:
10827+
"@pkgr/core" "^0.1.0"
10828+
tslib "^2.6.2"
10829+
1081610830
table@^6.0.9:
1081710831
version "6.7.3"
1081810832
resolved "https://registry.yarnpkg.com/table/-/table-6.7.3.tgz#255388439715a738391bd2ee4cbca89a4d05a9b7"
@@ -11066,6 +11080,11 @@ tslib@^2.0.3, tslib@^2.2.0:
1106611080
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
1106711081
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
1106811082

11083+
tslib@^2.6.2:
11084+
version "2.6.3"
11085+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
11086+
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
11087+
1106911088
type-check@^0.4.0, type-check@~0.4.0:
1107011089
version "0.4.0"
1107111090
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)