Upgrade to react 17.0.1 (#1570)

* Upgrade react to 17.0.1

* Remove unused dependencies

* Use version 17.0.1 of react-test-renderer

* Use fixed react type for core plugins

* Fix enzyme on react 17
This commit is contained in:
Sebastian Sdorra
2021-03-05 15:09:35 +01:00
committed by GitHub
parent 512bf20659
commit cff00b363d
12 changed files with 247 additions and 118 deletions

View File

@@ -10,7 +10,7 @@
"@scm-manager/ui-extensions": "^2.14.2-SNAPSHOT",
"classnames": "^2.2.6",
"query-string": "^5.0.1",
"react": "^16.10.2",
"react": "^17.0.1",
"react-i18next": "^10.13.1",
"react-redux": "^5.0.7",
"react-router-dom": "^5.1.2",
@@ -32,7 +32,7 @@
"@types/i18next": "^13.0.0",
"@types/jest": "^24.0.19",
"@types/query-string": "5",
"@types/react": "^16.9.9",
"@types/react": "^17.0.1",
"@types/react-redux": "5.0.7",
"@types/react-router-dom": "^5.1.0",
"@types/styled-components": "^5.1.0",