mirror of
https://github.com/scratchfoundation/scratch-sb1-converter.git
synced 2024-11-24 08:38:09 -05:00
fix(deps): update dependency eslint-config-scratch to v9.0.4
This commit is contained in:
parent
8cd500357e
commit
801ca1fc3a
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -25,7 +25,7 @@
|
|||
"babel-loader": "8.3.0",
|
||||
"docdash": "1.2.0",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-scratch": "9.0.3",
|
||||
"eslint-config-scratch": "9.0.4",
|
||||
"gh-pages": "1.2.0",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"husky": "8.0.3",
|
||||
|
@ -7069,9 +7069,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"
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"babel-loader": "8.3.0",
|
||||
"docdash": "1.2.0",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-scratch": "9.0.3",
|
||||
"eslint-config-scratch": "9.0.4",
|
||||
"gh-pages": "1.2.0",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"husky": "8.0.3",
|
||||
|
|
Loading…
Reference in a new issue