Skip to content

Commit

Permalink
fix(deps): update eslint-plugin-unicorn to v48
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Jul 15, 2023
1 parent 6661500 commit d930822
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-testing-library": "^5.10.2",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"globals": "^13.19.0"
},
"devDependencies": {
Expand Down
34 changes: 12 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.19.1, @babel/helper-validator-identifier@npm:^7.22.5":
"@babel/helper-validator-identifier@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-validator-identifier@npm:7.22.5"
checksum: 7f0f30113474a28298c12161763b49de5018732290ca4de13cdaefd4fd0d635a6fe3f6686c37a02905fb1e64f21a5ee2b55140cf7b070e729f1bd66866506aea
Expand Down Expand Up @@ -1867,7 +1867,7 @@ __metadata:
eslint-plugin-react-hooks: ^4.2.0
eslint-plugin-simple-import-sort: ^10.0.0
eslint-plugin-testing-library: ^5.10.2
eslint-plugin-unicorn: ^47.0.0
eslint-plugin-unicorn: ^48.0.0
globals: ^13.19.0
peerDependencies:
"@testing-library/dom": ^9.0.0
Expand Down Expand Up @@ -5610,11 +5610,11 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unicorn@npm:^47.0.0":
version: 47.0.0
resolution: "eslint-plugin-unicorn@npm:47.0.0"
"eslint-plugin-unicorn@npm:^48.0.0":
version: 48.0.0
resolution: "eslint-plugin-unicorn@npm:48.0.0"
dependencies:
"@babel/helper-validator-identifier": ^7.19.1
"@babel/helper-validator-identifier": ^7.22.5
"@eslint-community/eslint-utils": ^4.4.0
ci-info: ^3.8.0
clean-regexp: ^1.0.0
Expand All @@ -5625,14 +5625,13 @@ __metadata:
lodash: ^4.17.21
pluralize: ^8.0.0
read-pkg-up: ^7.0.1
regexp-tree: ^0.1.24
regexp-tree: ^0.1.27
regjsparser: ^0.10.0
safe-regex: ^2.1.1
semver: ^7.3.8
semver: ^7.5.4
strip-indent: ^3.0.0
peerDependencies:
eslint: ">=8.38.0"
checksum: 8d93bd76d54fb44e134c6576e3bda72dbf4c9cb5bae90451ace6acf1c48e6d7329f1e36db1d19266a5da499afeff6bf0c647875d69adc92d546bcc2d8b765cca
eslint: ">=8.44.0"
checksum: fc42b6ac3018d43cd68a2d91de43a0f761824a15de5f3c201b3369e15dc3675843bae1644de65b9aa87b2cd1f79ea9188087c54477bef9deef924a1200d5219f
languageName: node
linkType: hard

Expand Down Expand Up @@ -11067,7 +11066,7 @@ __metadata:
languageName: node
linkType: hard

"regexp-tree@npm:^0.1.24, regexp-tree@npm:~0.1.1":
"regexp-tree@npm:^0.1.27":
version: 0.1.27
resolution: "regexp-tree@npm:0.1.27"
bin:
Expand Down Expand Up @@ -12273,15 +12272,6 @@ __metadata:
languageName: node
linkType: hard

"safe-regex@npm:^2.1.1":
version: 2.1.1
resolution: "safe-regex@npm:2.1.1"
dependencies:
regexp-tree: ~0.1.1
checksum: 5d734e2193c63ef0cb00f60c0244e0f8a30ecb31923633cd34636808d6a7c4c206d650017953ae1db8bc33967c2f06af33488dea6f038f4e38212beb7bed77b4
languageName: node
linkType: hard

"safer-buffer@npm:>= 2.1.2 < 3, safer-buffer@npm:>= 2.1.2 < 3.0.0":
version: 2.1.2
resolution: "safer-buffer@npm:2.1.2"
Expand Down Expand Up @@ -12340,7 +12330,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.3":
"semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.3, semver@npm:^7.5.4":
version: 7.5.4
resolution: "semver@npm:7.5.4"
dependencies:
Expand Down

0 comments on commit d930822

Please sign in to comment.