package.json: bump eslint to ^8.0.0 and all eslint-x dependencies
So as to satisfy the new eslint peer dependency. In addition drop eslint-config-standard-react as it does not release anymore, and eslint 8.x is not compatible with the available last release. https://github.com/standard/eslint-config-standard-react/pull/69 Replace it with https://github.com/facebook/create-react-app#readme which is actively maintained. Lastly drop the deprecated https://github.com/standard/eslint-plugin-standard
This commit is contained in:
parent
e069cbbfbd
commit
fe1a9a387f
2 changed files with 12 additions and 13 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"es6": true
|
"es6": true
|
||||||
},
|
},
|
||||||
"extends": ["eslint:recommended", "standard", "standard-jsx", "standard-react"],
|
"extends": ["eslint:recommended", "standard", "standard-jsx", "react-app"],
|
||||||
"parser": "@babel/eslint-parser",
|
"parser": "@babel/eslint-parser",
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"ecmaVersion": "7",
|
"ecmaVersion": "7",
|
||||||
|
|
|
||||||
23
package.json
23
package.json
|
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.5.4",
|
"@babel/core": "^7.5.4",
|
||||||
"@babel/eslint-parser": "^7.13.14",
|
"@babel/eslint-parser": "^7.17.0",
|
||||||
"@babel/preset-env": "^7.5.4",
|
"@babel/preset-env": "^7.5.4",
|
||||||
"@babel/preset-react": "^7.0.0",
|
"@babel/preset-react": "^7.0.0",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
|
|
@ -22,18 +22,17 @@
|
||||||
"copy-webpack-plugin": "^9.0.0",
|
"copy-webpack-plugin": "^9.0.0",
|
||||||
"css-loader": "^6.5.0",
|
"css-loader": "^6.5.0",
|
||||||
"css-minimizer-webpack-plugin": "^3.0.1",
|
"css-minimizer-webpack-plugin": "^3.0.1",
|
||||||
"eslint": "^7.10.0",
|
"eslint": "^8.13.0",
|
||||||
"eslint-config-standard": "^14.1.1",
|
"eslint-config-react-app": "^7.0.0",
|
||||||
"eslint-config-standard-jsx": "^10.0.0",
|
"eslint-config-standard": "^17.0.0-1",
|
||||||
"eslint-config-standard-react": "^11.0.1",
|
"eslint-config-standard-jsx": "^11.0.0-1",
|
||||||
"eslint-plugin-flowtype": "^5.2.0",
|
"eslint-plugin-flowtype": "^8.0.3",
|
||||||
"eslint-plugin-import": "^2.22.1",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"eslint-plugin-promise": "^4.2.1",
|
"eslint-plugin-promise": "^6.0.0",
|
||||||
"eslint-plugin-react": "^7.21.2",
|
"eslint-plugin-react": "^7.29.4",
|
||||||
"eslint-plugin-react-hooks": "^4.1.2",
|
"eslint-plugin-react-hooks": "^4.4.0",
|
||||||
"eslint-plugin-standard": "^4.0.1",
|
"eslint-webpack-plugin": "^3.1.1",
|
||||||
"eslint-webpack-plugin": "^2.5.3",
|
|
||||||
"htmlparser": "^1.7.7",
|
"htmlparser": "^1.7.7",
|
||||||
"jed": "^1.1.1",
|
"jed": "^1.1.1",
|
||||||
"mini-css-extract-plugin": "^2.5.3",
|
"mini-css-extract-plugin": "^2.5.3",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue