chore(deps): use react 17 (#686), remove why-did-you-render dependency
This commit is contained in:
+2
-3
@@ -27,7 +27,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@welldone-software/why-did-you-render": "^5.0.0",
|
||||
"classcat": "^4.1.0",
|
||||
"d3-selection": "^2.0.0",
|
||||
"d3-zoom": "^2.0.0",
|
||||
@@ -56,7 +55,7 @@
|
||||
"postcss-nested": "^4.2.3",
|
||||
"prettier": "2.1.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.14.0",
|
||||
"react": "^17.0.1",
|
||||
"release-it": "^14.2.1",
|
||||
"rollup": "^2.33.1",
|
||||
"rollup-plugin-bundle-size": "^1.0.3",
|
||||
@@ -66,7 +65,7 @@
|
||||
"typescript": "^4.0.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.14.0"
|
||||
"react": "16 || 17"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Reference in New Issue
Block a user