mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 16:08:09 -05:00
chore(deps): update dependency eslint-config-scratch to v9
This commit is contained in:
parent
5f214f7cc3
commit
4aa65c753f
2 changed files with 11 additions and 11 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -20,7 +20,7 @@
|
|||
"@commitlint/cli": "17.8.1",
|
||||
"@commitlint/config-conventional": "17.8.1",
|
||||
"eslint": "8.55.0",
|
||||
"eslint-config-scratch": "8.0.0",
|
||||
"eslint-config-scratch": "9.0.3",
|
||||
"husky": "8.0.3",
|
||||
"semantic-release": "19.0.5"
|
||||
},
|
||||
|
@ -2584,16 +2584,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-plugin-react": {
|
||||
|
@ -10441,12 +10441,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-plugin-react": {
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"@commitlint/cli": "17.8.1",
|
||||
"@commitlint/config-conventional": "17.8.1",
|
||||
"eslint": "8.55.0",
|
||||
"eslint-config-scratch": "8.0.0",
|
||||
"eslint-config-scratch": "9.0.3",
|
||||
"husky": "8.0.3",
|
||||
"semantic-release": "19.0.5"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue