Skip to content

Commit 3488af3

Browse files
committed
Update dependency react-router-dom to v5
1 parent eb8432e commit 3488af3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

packages/iiif-redux-demos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react": "16.8.4",
1919
"react-dom": "16.8.4",
2020
"react-redux": "6.0.1",
21-
"react-router-dom": "4.4.0-beta.8",
21+
"react-router-dom": "5.0.0",
2222
"reselect": "4.0.0"
2323
},
2424
"devDependencies": {

packages/iiif-redux-tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": "16.8.4",
2121
"react-dom": "16.8.4",
2222
"react-redux": "6.0.1",
23-
"react-router-dom": "4.4.0-beta.8",
23+
"react-router-dom": "5.0.0",
2424
"react-sortable-hoc": "1.8.3",
2525
"reselect": "4.0.0"
2626
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6341,7 +6341,7 @@ hipchat-notifier@^1.1.0:
63416341
lodash "^4.0.0"
63426342
request "^2.0.0"
63436343

6344-
history@^4.8.0-beta.0, history@^4.9.0:
6344+
history@^4.9.0:
63456345
version "4.9.0"
63466346
resolved "https://registry.yarnpkg.com/history/-/history-4.9.0.tgz#84587c2068039ead8af769e9d6a6860a14fa1bca"
63476347
dependencies:
@@ -11681,21 +11681,21 @@ react-redux@6.0.1:
1168111681
prop-types "^15.7.2"
1168211682
react-is "^16.8.2"
1168311683

11684-
react-router-dom@4.4.0-beta.8:
11685-
version "4.4.0-beta.8"
11686-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.4.0-beta.8.tgz#bc85cb4bdc9347f5fe270f3e4555cd5038ae7a9f"
11684+
react-router-dom@5.0.0:
11685+
version "5.0.0"
11686+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.0.0.tgz#542a9b86af269a37f0b87218c4c25ea8dcf0c073"
1168711687
dependencies:
1168811688
"@babel/runtime" "^7.1.2"
11689-
history "^4.8.0-beta.0"
11689+
history "^4.9.0"
1169011690
loose-envify "^1.3.1"
1169111691
prop-types "^15.6.2"
11692-
react-router "^4.4.0-beta.8"
11692+
react-router "5.0.0"
1169311693
tiny-invariant "^1.0.2"
1169411694
tiny-warning "^1.0.0"
1169511695

11696-
react-router@^4.4.0-beta.8:
11697-
version "4.4.0-beta.8"
11698-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.4.0-beta.8.tgz#6001c87bd191961adc25e84e495bb2bf4d62e59d"
11696+
react-router@5.0.0:
11697+
version "5.0.0"
11698+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.0.0.tgz#349863f769ffc2fa10ee7331a4296e86bc12879d"
1169911699
dependencies:
1170011700
"@babel/runtime" "^7.1.2"
1170111701
create-react-context "^0.2.2"

0 commit comments

Comments
 (0)