1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

Fix react-router version

This commit is contained in:
JUDIT GRESKOVITS 2017-03-08 13:02:26 +00:00
parent b11306038d
commit 0bfe081a86
4 changed files with 659 additions and 667 deletions

View File

@ -40,7 +40,8 @@
"react-intl": "^2.2.3", "react-intl": "^2.2.3",
"react-intl-redux": "^0.4.1", "react-intl-redux": "^0.4.1",
"react-redux": "^5.0.3", "react-redux": "^5.0.3",
"react-router-dom": "4.0.0-beta.4", "react-router": "4.0.0-beta.6",
"react-router-dom": "4.0.0-beta.6",
"react-select": "^1.0.0-rc.3", "react-select": "^1.0.0-rc.3",
"reduce-reducers": "^0.1.2", "reduce-reducers": "^0.1.2",
"redux": "^3.6.0", "redux": "^3.6.0",

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,8 @@
"react-broadcast": "^0.1.2", "react-broadcast": "^0.1.2",
"react-dom": "^15.4.2", "react-dom": "^15.4.2",
"react-redux": "^5.0.3", "react-redux": "^5.0.3",
"react-router-dom": "4.0.0-beta.4", "react-router": "4.0.0-beta.6",
"react-router-dom": "4.0.0-beta.6",
"react-select": "^1.0.0-rc.3", "react-select": "^1.0.0-rc.3",
"reduce-css-calc": "^1.3.0", "reduce-css-calc": "^1.3.0",
"redux-form": "^6.5.0", "redux-form": "^6.5.0",

File diff suppressed because it is too large Load Diff