mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-04 20:45:52 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user