Bump @types/react from 17.0.41 to 17.0.42 (#214)

This commit is contained in:
dependabot[bot] 2022-03-24 04:57:39 +00:00 committed by GitHub
parent d099bf5c9e
commit f433262468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -27,7 +27,7 @@
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.24",
"@types/node": "^16.11.14",
"@types/react": "^17.0.41",
"@types/react": "^17.0.42",
"@types/react-blockies": "^1.4.1",
"@types/react-dom": "^17.0.14",
"@types/react-highlight": "^0.12.5",
@ -3233,9 +3233,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "17.0.41",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz",
"integrity": "sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==",
"version": "17.0.42",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.42.tgz",
"integrity": "sha512-nuab3x3CpJ7VFeNA+3HTUuEkvClYHXqWtWd7Ud6AZYW7Z3NH9WKtgU+tFB0ZLcHq+niB/HnzLcaZPqMJ95+k5Q==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -21712,9 +21712,9 @@
"version": "1.5.4"
},
"@types/react": {
"version": "17.0.41",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz",
"integrity": "sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==",
"version": "17.0.42",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.42.tgz",
"integrity": "sha512-nuab3x3CpJ7VFeNA+3HTUuEkvClYHXqWtWd7Ud6AZYW7Z3NH9WKtgU+tFB0ZLcHq+niB/HnzLcaZPqMJ95+k5Q==",
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View File

@ -22,7 +22,7 @@
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.24",
"@types/node": "^16.11.14",
"@types/react": "^17.0.41",
"@types/react": "^17.0.42",
"@types/react-blockies": "^1.4.1",
"@types/react-dom": "^17.0.14",
"@types/react-highlight": "^0.12.5",