Skip to content

Commit

Permalink
chore: update deps and bump to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensacks committed Jul 17, 2024
1 parent 96b30f2 commit eb535ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-sort-react-dependency-arrays",
"description": "ESLint plugin to alphabetically sort React hook dependency arrays",
"version": "0.3.0",
"version": "1.0.0",
"author": "Steven Sacks <[email protected]>",
"keywords": [
"eslint",
Expand Down Expand Up @@ -32,6 +32,6 @@
"eslint": ">=7"
},
"engines": {
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
"node": ">= 18.18.0 || >= 20.0.0 || >= 22.0.0"
}
}

0 comments on commit eb535ce

Please sign in to comment.