Skip to content

Commit

Permalink
fix: downgrade eslint-plugin-unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Oct 31, 2023
1 parent 5739676 commit 430fee3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"eslint-plugin-import": "2.29.0",
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "49.0.0",
"eslint-plugin-unicorn": "48.0.1",
"husky": "8.0.3",
"lint-staged": "15.0.2",
"micromatch": "4.0.5",
Expand Down
24 changes: 16 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.22.20":
"@babel/helper-validator-identifier@npm:^7.22.20, @babel/helper-validator-identifier@npm:^7.22.5":
version: 7.22.20
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
checksum: dcad63db345fb110e032de46c3688384b0008a42a4845180ce7cd62b1a9c0507a1bed727c4d1060ed1a03ae57b4d918570259f81724aaac1a5b776056f37504e
Expand Down Expand Up @@ -3734,7 +3734,7 @@ __metadata:
eslint-plugin-import: "npm:2.29.0"
eslint-plugin-sort-class-members: "npm:1.19.0"
eslint-plugin-sort-destructure-keys: "npm:1.5.0"
eslint-plugin-unicorn: "npm:49.0.0"
eslint-plugin-unicorn: "npm:48.0.1"
husky: "npm:8.0.3"
lint-staged: "npm:15.0.2"
micromatch: "npm:4.0.5"
Expand Down Expand Up @@ -4895,27 +4895,28 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unicorn@npm:49.0.0":
version: 49.0.0
resolution: "eslint-plugin-unicorn@npm:49.0.0"
"eslint-plugin-unicorn@npm:48.0.1":
version: 48.0.1
resolution: "eslint-plugin-unicorn@npm:48.0.1"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.22.20"
"@babel/helper-validator-identifier": "npm:^7.22.5"
"@eslint-community/eslint-utils": "npm:^4.4.0"
ci-info: "npm:^3.8.0"
clean-regexp: "npm:^1.0.0"
esquery: "npm:^1.5.0"
indent-string: "npm:^4.0.0"
is-builtin-module: "npm:^3.2.1"
jsesc: "npm:^3.0.2"
lodash: "npm:^4.17.21"
pluralize: "npm:^8.0.0"
read-pkg-up: "npm:^7.0.1"
regexp-tree: "npm:^0.1.27"
regjsparser: "npm:^0.10.0"
semver: "npm:^7.5.4"
strip-indent: "npm:^3.0.0"
peerDependencies:
eslint: ">=8.52.0"
checksum: e5dea3f3aeef197bfdb17b69bed955d18b8c19cef95fb66292d340899a1132fdee1a1de1ef2806f6055d95fd23b7e6140299183790f06a673919dd751ecb8bfd
eslint: ">=8.44.0"
checksum: 158a9fc41c213a2d4a4d7ed9c866c86f9f1901d7f7371c60f3e18d05be73cb6982b72c33a679955142116032127835f8550b466484885c0cedb2e7ed951136ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -6813,6 +6814,13 @@ __metadata:
languageName: node
linkType: hard

"lodash@npm:^4.17.21":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: d8cbea072bb08655bb4c989da418994b073a608dffa608b09ac04b43a791b12aeae7cd7ad919aa4c925f33b48490b5cfe6c1f71d827956071dae2e7bb3a6b74c
languageName: node
linkType: hard

"log-update@npm:^5.0.1":
version: 5.0.1
resolution: "log-update@npm:5.0.1"
Expand Down

0 comments on commit 430fee3

Please sign in to comment.