Skip to content

Commit

Permalink
DEP Update all dependencies for eslint config (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Dec 8, 2022
1 parent ef1bad3 commit d7e7529
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
/yarn.lock
/package.lock
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@silverstripe/eslint-config",
"version": "0.1.0",
"version": "1.0.0",
"description": "SilverStripe config files for eslint",
"engines": {
"node": ">= 6.x"
"node": ">=18.x"
},
"bin": {
"eslint": "./node_modules/.bin/eslint"
Expand All @@ -27,15 +27,12 @@
},
"homepage": "https://github.com/silverstripe/eslint-config",
"dependencies": {
"eslint": "^4.6.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0"
},
"resolutions": {
"eslint": "^4.6.1"
"eslint": "^8.26.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-webpack-plugin": "^3.2.0"
}
}

0 comments on commit d7e7529

Please sign in to comment.