Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 8a0f907

Browse files
authored
Merge pull request #5149 from withspectrum/update-reactt-router
Update react router
2 parents 68f2ca6 + c030702 commit 8a0f907

File tree

5 files changed

+2416
-2411
lines changed

5 files changed

+2416
-2411
lines changed

api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,16 @@
9595
"raven": "^2.6.4",
9696
"react": "^15.4.1",
9797
"react-app-rewire-styled-components": "^3.0.2",
98-
"react-app-rewired": "^1.6.2",
98+
"react-app-rewired": "1.6.2",
9999
"react-dom": "^15.4.1",
100100
"react-helmet": "5.x",
101101
"react-infinite-scroller-with-scroll-element": "^1.0.4",
102102
"react-loadable": "5.2.2",
103103
"react-modal": "^3.8.1",
104104
"react-redux": "^5.1.1",
105105
"react-remarkable": "^1.1.1",
106-
"react-router": "^4.0.0-beta.7",
107-
"react-router-dom": "^4.0.0-beta.7",
106+
"react-router": "4.x",
107+
"react-router-dom": "4.x",
108108
"react-textarea-autosize": "^4.0.5",
109109
"react-transition-group": "^2.9.0",
110110
"react-trend": "^1.2.5",
@@ -139,4 +139,4 @@
139139
"scripts": {
140140
"start": "NODE_ENV=production node main.js"
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)