Skip to content

Commit eb535ce

Browse files
committed
chore: update deps and bump to v1
1 parent 96b30f2 commit eb535ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+3-3
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
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-sort-react-dependency-arrays",
33
"description": "ESLint plugin to alphabetically sort React hook dependency arrays",
4-
"version": "0.3.0",
4+
"version": "1.0.0",
55
"author": "Steven Sacks <[email protected]>",
66
"keywords": [
77
"eslint",
@@ -32,6 +32,6 @@
3232
"eslint": ">=7"
3333
},
3434
"engines": {
35-
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
35+
"node": ">= 18.18.0 || >= 20.0.0 || >= 22.0.0"
3636
}
3737
}

0 commit comments

Comments
 (0)