Merge pull request #706 from wbkd/dependabot/npm_and_yarn/main/types/react-17.0.0

chore(deps-dev): bump @types/react from 16.9.56 to 17.0.0
This commit is contained in:
Christopher Möller
2020-11-24 12:39:05 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2108,9 +2108,9 @@
"dev": true "dev": true
}, },
"@types/react": { "@types/react": {
"version": "16.9.56", "version": "17.0.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.56.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.0.tgz",
"integrity": "sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==", "integrity": "sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/prop-types": "*", "@types/prop-types": "*",
+1 -1
View File
@@ -46,7 +46,7 @@
"@svgr/rollup": "^5.5.0", "@svgr/rollup": "^5.5.0",
"@types/classnames": "^2.2.11", "@types/classnames": "^2.2.11",
"@types/d3": "^6.2.0", "@types/d3": "^6.2.0",
"@types/react": "^16.9.56", "@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0", "@types/react-dom": "^17.0.0",
"@types/resize-observer-browser": "^0.1.4", "@types/resize-observer-browser": "^0.1.4",
"autoprefixer": "^9.8.6", "autoprefixer": "^9.8.6",