mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-07-26 14:12:50 -04:00
fix(deps): fix eslint-plugin-react dep conflict
BREAKING CHANGE: now requires eslint@^8
This commit is contained in:
parent
e81023f6fc
commit
cacb72c228
2 changed files with 557 additions and 274 deletions
827
package-lock.json
generated
827
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -25,11 +25,11 @@
|
|||
"scratch"
|
||||
],
|
||||
"optionalDependencies": {
|
||||
"eslint-plugin-react": ">=7.14.2"
|
||||
"eslint-plugin-react": ">=7.27.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/eslint-parser": "^7.11.0",
|
||||
"eslint": "^7.5.0 || ^8.0.0"
|
||||
"eslint": "^8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.17.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue