Skip to content

Commit 0fc2708

Browse files
committed
Pinned a specific release of react-router so we dont get errors when opening the modal.
Bumped to 0.0.22.
1 parent 45f81e8 commit 0fc2708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RNSH-Pilot",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "Pilot clinical research database for Royal North Shore Hospital.",
55
"main": "index.js",
66
"scripts": {
@@ -42,7 +42,7 @@
4242
"react-intl": "^2.0.0-pr-3",
4343
"react-notification-system": "^0.2.6",
4444
"react-redux": "^4.0.0",
45-
"react-router": "^2.0.0-rc5",
45+
"react-router": "2.0.0-rc5",
4646
"react-simple-dropdown": "^1.0.1",
4747
"react-tooltip": "^1.0.3",
4848
"redux": "^3.0.0",

0 commit comments

Comments
 (0)