mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
Merge pull request #190 from scratchfoundation/renovate/eslint-config-scratch-9.x
chore(deps): update dependency eslint-config-scratch to v9
This commit is contained in:
commit
4608ad078c
2 changed files with 11 additions and 11 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -32,7 +32,7 @@
|
|||
"babel-eslint": "^10.0.1",
|
||||
"babel-loader": "8.0.5",
|
||||
"eslint": "8.17.0",
|
||||
"eslint-config-scratch": "8.0.0",
|
||||
"eslint-config-scratch": "9.0.3",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-react": "^7.5.1",
|
||||
"format-message-cli": "6.2.1",
|
||||
|
@ -4626,16 +4626,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-config-scratch": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-8.0.0.tgz",
|
||||
"integrity": "sha512-70Lnxx+VOs/0BFR1WlnWe6vKmrG7jzxO/02RETfaMe9ilYrdWE/VzEI1YS2YhJZCfmJbnMI0bmV+M2vjvRFp+w==",
|
||||
"version": "9.0.3",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.3.tgz",
|
||||
"integrity": "sha512-BSMx4Y6V7IjDW/thMXLAYTxKvjeI4M8RtHmbpUbx3N70CZV4armoA9zJ7RmER1hjV5KQebCVQy45A2xMj2Ng8w==",
|
||||
"dev": true,
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-import-resolver-node": {
|
||||
|
@ -15493,12 +15493,12 @@
|
|||
}
|
||||
},
|
||||
"eslint-config-scratch": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-8.0.0.tgz",
|
||||
"integrity": "sha512-70Lnxx+VOs/0BFR1WlnWe6vKmrG7jzxO/02RETfaMe9ilYrdWE/VzEI1YS2YhJZCfmJbnMI0bmV+M2vjvRFp+w==",
|
||||
"version": "9.0.3",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.3.tgz",
|
||||
"integrity": "sha512-BSMx4Y6V7IjDW/thMXLAYTxKvjeI4M8RtHmbpUbx3N70CZV4armoA9zJ7RmER1hjV5KQebCVQy45A2xMj2Ng8w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"eslint-plugin-react": ">=7.14.2"
|
||||
"eslint-plugin-react": ">=7.27.0"
|
||||
}
|
||||
},
|
||||
"eslint-import-resolver-node": {
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"babel-eslint": "^10.0.1",
|
||||
"babel-loader": "8.0.5",
|
||||
"eslint": "8.17.0",
|
||||
"eslint-config-scratch": "8.0.0",
|
||||
"eslint-config-scratch": "9.0.3",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-react": "^7.5.1",
|
||||
"format-message-cli": "6.2.1",
|
||||
|
|
Loading…
Reference in a new issue