1
0
Fork 0

Merge pull request #494 from kremalicious/dependabot/npm_and_yarn/types/react-17.0.0

Bump @types/react from 16.14.2 to 17.0.0
This commit is contained in:
Matthias Kretschmann 2021-02-01 10:35:55 +01:00 committed by GitHub
commit 4ee3f37eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 4 deletions

18
package-lock.json generated
View File

@ -3986,9 +3986,9 @@
}
},
"@types/react": {
"version": "16.14.2",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.2.tgz",
"integrity": "sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.0.tgz",
"integrity": "sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==",
"dev": true,
"requires": {
"@types/prop-types": "*",
@ -4002,6 +4002,18 @@
"dev": true,
"requires": {
"@types/react": "^16"
},
"dependencies": {
"@types/react": {
"version": "16.14.2",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.2.tgz",
"integrity": "sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==",
"dev": true,
"requires": {
"@types/prop-types": "*",
"csstype": "^3.0.2"
}
}
}
},
"@types/react-helmet": {

View File

@ -98,7 +98,7 @@
"@types/lunr": "^2.3.3",
"@types/node": "^14.14.22",
"@types/node-fetch": "^2.5.8",
"@types/react": "^16.14.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^16.9.10",
"@types/react-helmet": "^6.1.0",
"@types/react-transition-group": "^4.4.0",