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:
Christopher Willis-Ford 2023-12-15 10:23:38 -08:00 committed by GitHub
commit 4608ad078c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View file

@ -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": {

View file

@ -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",