Skip to content

Commit b70e9a9

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent 86e9b7a commit b70e9a9

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
@@ -57,7 +57,7 @@
5757
"eslint-config-4catalyzer-typescript": "^2.0.4",
5858
"eslint-config-prettier": "^6.15.0",
5959
"eslint-plugin-import": "^2.23.4",
60-
"eslint-plugin-prettier": "^3.4.0",
60+
"eslint-plugin-prettier": "^5.2.5",
6161
"husky": "^4.3.8",
6262
"jest": "^26.6.3",
6363
"lint-staged": "^10.5.4",

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,11 @@
14291429
"@nodelib/fs.scandir" "2.1.3"
14301430
fastq "^1.6.0"
14311431

1432+
"@pkgr/core@^0.2.0":
1433+
version "0.2.0"
1434+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
1435+
integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==
1436+
14321437
"@samverschueren/stream-to-observable@^0.3.0":
14331438
version "0.3.0"
14341439
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
@@ -3696,12 +3701,13 @@ eslint-plugin-import@^2.23.4:
36963701
resolve "^1.20.0"
36973702
tsconfig-paths "^3.9.0"
36983703

3699-
eslint-plugin-prettier@^3.4.0:
3700-
version "3.4.0"
3701-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7"
3702-
integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw==
3704+
eslint-plugin-prettier@^5.2.5:
3705+
version "5.2.5"
3706+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz#0ff00b16f4c80ccdafd6a24a263effba1700087e"
3707+
integrity sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg==
37033708
dependencies:
37043709
prettier-linter-helpers "^1.0.0"
3710+
synckit "^0.10.2"
37053711

37063712
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
37073713
version "5.1.1"
@@ -8728,6 +8734,14 @@ symbol-tree@^3.2.4:
87288734
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
87298735
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
87308736

8737+
synckit@^0.10.2:
8738+
version "0.10.3"
8739+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.3.tgz#940aea2c7b6d141a4f74dbdebc81e0958c331a4b"
8740+
integrity sha512-R1urvuyiTaWfeCggqEvpDJwAlDVdsT9NM+IP//Tk2x7qHCkSvBk/fwFgw/TLAHzZlrAnnazMcRw0ZD8HlYFTEQ==
8741+
dependencies:
8742+
"@pkgr/core" "^0.2.0"
8743+
tslib "^2.8.1"
8744+
87318745
table@^6.0.4:
87328746
version "6.0.7"
87338747
resolved "https://registry.yarnpkg.com/table/-/table-6.0.7.tgz#e45897ffbcc1bcf9e8a87bf420f2c9e5a7a52a34"
@@ -8929,6 +8943,11 @@ tslib@^1.8.1, tslib@^1.9.0:
89298943
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
89308944
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
89318945

8946+
tslib@^2.8.1:
8947+
version "2.8.1"
8948+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
8949+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
8950+
89328951
tsutils@^3.17.1:
89338952
version "3.17.1"
89348953
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 commit comments

Comments
 (0)