Bump @types/react from 17.0.11 to 17.0.13 (#1)

This commit is contained in:
dependabot[bot] 2021-07-01 21:45:34 +00:00 committed by GitHub
parent 5b1e5143d6
commit 757fd61437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -23,7 +23,7 @@
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react": "^17.0.13",
"@types/react-blockies": "^1.4.0",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.7",
@ -3076,8 +3076,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "17.0.11",
"license": "MIT",
"version": "17.0.13",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.13.tgz",
"integrity": "sha512-D/G3PiuqTfE3IMNjLn/DCp6umjVCSvtZTPdtAFy5+Ved6CsdRvivfKeCzw79W4AatShtU4nGqgvOv5Gro534vQ==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -21163,7 +21164,9 @@
"version": "1.5.4"
},
"@types/react": {
"version": "17.0.11",
"version": "17.0.13",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.13.tgz",
"integrity": "sha512-D/G3PiuqTfE3IMNjLn/DCp6umjVCSvtZTPdtAFy5+Ved6CsdRvivfKeCzw79W4AatShtU4nGqgvOv5Gro534vQ==",
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View File

@ -19,7 +19,7 @@
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react": "^17.0.13",
"@types/react-blockies": "^1.4.0",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.7",