Skip to content

Commit c751162

Browse files
committed
feat: support eslint-plugin-unicorn@^54.0.0
1 parent 152ccba commit c751162

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint": "^8.56.0",
5252
"eslint-plugin-import": "^2.29.1",
5353
"eslint-plugin-promise": "^6.1.1",
54-
"eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0"
54+
"eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0 || ^54.0.0"
5555
},
5656
"devDependencies": {
5757
"@commitlint/cli": "19.2.2",
@@ -65,7 +65,7 @@
6565
"eslint": "8.57.0",
6666
"eslint-plugin-import": "2.29.1",
6767
"eslint-plugin-promise": "6.4.0",
68-
"eslint-plugin-unicorn": "53.0.0",
68+
"eslint-plugin-unicorn": "54.0.0",
6969
"husky": "9.0.11",
7070
"lint-staged": "15.2.7",
7171
"markdownlint-cli2": "0.13.0",

0 commit comments

Comments
 (0)