Skip to content

Commit

Permalink
fix(eslint-config-airlight-react): update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Now package `eslint-config-airlight-react` supports only **Node.js** v14.18.1+
  • Loading branch information
dalisoft committed Oct 14, 2021
1 parent 5ce8b05 commit 60647d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"config.js"
],
"engines": {
"node": ">=8.5"
"node": ">=14.18.1"
},
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"homepage": "https://github.com/dalisoft/airlight#readme",
"dependencies": {
"eslint-config-airlight-base": "^1.x.x",
"eslint-plugin-jest": "^24.5.2",
"eslint-plugin-jest": "^25.0.5",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0"
Expand Down

0 comments on commit 60647d2

Please sign in to comment.