Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 4b93e78

Browse files
committed
fix(node modules): fixed modules version issue
1 parent 246ee90 commit 4b93e78

File tree

2 files changed

+15
-24
lines changed

2 files changed

+15
-24
lines changed

package-lock.json

+13-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/react": "^16.0.40",
7878
"@types/react-dom": "^16.0.3",
7979
"@types/react-modal": "3.1.2",
80-
"@types/react-router": "^4.0.26",
80+
"@types/react-router": "4.0.25",
8181
"@types/react-router-dom": "4.2.5",
8282
"@types/storybook__addon-actions": "~3.0.3",
8383
"@types/storybook__react": "^3.0.7",
@@ -104,7 +104,7 @@
104104
"react": "~16.2.0",
105105
"react-dom": "~16.2.0",
106106
"react-modal": "3.3.2",
107-
"react-router": "^4.3.1",
107+
"react-router": "4.2.0",
108108
"react-router-dom": "4.2.2",
109109
"react-test-renderer": "~16.2.0",
110110
"semantic-release": "^15.4.0",

0 commit comments

Comments
 (0)