Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-unicorn to v49 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 29, 2023
1 parent 5cd6169 commit ab51793
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-redux": "^4.0.0",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-wc": "^2.0.4"
},
"devDependencies": {
Expand Down
22 changes: 14 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
checksum: dcad63db345fb110e032de46c3688384b0008a42a4845180ce7cd62b1a9c0507a1bed727c4d1060ed1a03ae57b4d918570259f81724aaac1a5b776056f37504e
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-validator-identifier@npm:7.22.5"
Expand Down Expand Up @@ -434,7 +441,7 @@ __metadata:
eslint-plugin-react-hooks: "npm:^4.6.0"
eslint-plugin-react-redux: "npm:^4.0.0"
eslint-plugin-sonarjs: "npm:^0.21.0"
eslint-plugin-unicorn: "npm:^48.0.1"
eslint-plugin-unicorn: "npm:^49.0.0"
eslint-plugin-wc: "npm:^2.0.4"
husky: "npm:^8.0.3"
lint-staged: "npm:^15.0.2"
Expand Down Expand Up @@ -3074,28 +3081,27 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unicorn@npm:^48.0.1":
version: 48.0.1
resolution: "eslint-plugin-unicorn@npm:48.0.1"
"eslint-plugin-unicorn@npm:^49.0.0":
version: 49.0.0
resolution: "eslint-plugin-unicorn@npm:49.0.0"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.22.5"
"@babel/helper-validator-identifier": "npm:^7.22.20"
"@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.44.0"
checksum: 158a9fc41c213a2d4a4d7ed9c866c86f9f1901d7f7371c60f3e18d05be73cb6982b72c33a679955142116032127835f8550b466484885c0cedb2e7ed951136ac
eslint: ">=8.52.0"
checksum: e5dea3f3aeef197bfdb17b69bed955d18b8c19cef95fb66292d340899a1132fdee1a1de1ef2806f6055d95fd23b7e6140299183790f06a673919dd751ecb8bfd
languageName: node
linkType: hard

Expand Down

0 comments on commit ab51793

Please sign in to comment.