mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
chore(deps): update dependency eslint-plugin-react to v7.34.1
This commit is contained in:
parent
69957ff7a5
commit
c394b1db81
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -36,7 +36,7 @@
|
|||
"eslint": "8.57.0",
|
||||
"eslint-config-scratch": "9.0.8",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-react": "7.34.0",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
"fs-extra": "9.1.0",
|
||||
"intl": "1.2.5",
|
||||
"lodash.bindall": "4.4.0",
|
||||
|
@ -9140,9 +9140,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-react": {
|
||||
"version": "7.34.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.0.tgz",
|
||||
"integrity": "sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ==",
|
||||
"version": "7.34.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz",
|
||||
"integrity": "sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"array-includes": "^3.1.7",
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"eslint": "8.57.0",
|
||||
"eslint-config-scratch": "9.0.8",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-react": "7.34.0",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
"fs-extra": "9.1.0",
|
||||
"intl": "1.2.5",
|
||||
"lodash.bindall": "4.4.0",
|
||||
|
|
Loading…
Reference in a new issue