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.36.1
This commit is contained in:
parent
7efa514eed
commit
d2d8c73907
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.9",
|
||||
"eslint-plugin-import": "2.30.0",
|
||||
"eslint-plugin-react": "7.35.2",
|
||||
"eslint-plugin-react": "7.36.1",
|
||||
"fs-extra": "9.1.0",
|
||||
"intl": "1.2.5",
|
||||
"lodash.bindall": "4.4.0",
|
||||
|
@ -9677,9 +9677,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-react": {
|
||||
"version": "7.35.2",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz",
|
||||
"integrity": "sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==",
|
||||
"version": "7.36.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz",
|
||||
"integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"eslint": "8.57.0",
|
||||
"eslint-config-scratch": "9.0.9",
|
||||
"eslint-plugin-import": "2.30.0",
|
||||
"eslint-plugin-react": "7.35.2",
|
||||
"eslint-plugin-react": "7.36.1",
|
||||
"fs-extra": "9.1.0",
|
||||
"intl": "1.2.5",
|
||||
"lodash.bindall": "4.4.0",
|
||||
|
|
Loading…
Reference in a new issue