mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-27 09:55:45 -05:00
fix(deps): update dependency eslint-config-scratch to v9.0.4
This commit is contained in:
parent
edd291bb22
commit
4eb6ffd452
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -20,7 +20,7 @@
|
|||
"@commitlint/cli": "17.8.1",
|
||||
"@commitlint/config-conventional": "17.8.1",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-scratch": "9.0.3",
|
||||
"eslint-config-scratch": "9.0.4",
|
||||
"husky": "8.0.3",
|
||||
"semantic-release": "19.0.5"
|
||||
},
|
||||
|
@ -2751,9 +2751,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-config-scratch": {
|
||||
"version": "9.0.3",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.3.tgz",
|
||||
"integrity": "sha512-BSMx4Y6V7IjDW/thMXLAYTxKvjeI4M8RtHmbpUbx3N70CZV4armoA9zJ7RmER1hjV5KQebCVQy45A2xMj2Ng8w==",
|
||||
"version": "9.0.4",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.4.tgz",
|
||||
"integrity": "sha512-uY6ZVVYMC0gYLtOFrAb95kV//QZXbNwAQ+/6kFGEgRm5iAZmjIOCtpoPKibDH0Vdrx/VmHZA+RXxtWAvjbknFw==",
|
||||
"dev": true,
|
||||
"optionalDependencies": {
|
||||
"eslint-plugin-react": ">=7.27.0"
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"@commitlint/cli": "17.8.1",
|
||||
"@commitlint/config-conventional": "17.8.1",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-scratch": "9.0.3",
|
||||
"eslint-config-scratch": "9.0.4",
|
||||
"husky": "8.0.3",
|
||||
"semantic-release": "19.0.5"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue