forked from cBioPortal/cbioportal-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade react-router and mobx-react-router
Signed-off-by: Adam Abeshouse <[email protected]> Former-commit-id: 660da00efb1993a0510f037174356b6f5dbc70ca
- Loading branch information
Showing
29 changed files
with
497 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,7 @@ | |
"@types/enzyme": "2.8.0", | ||
"@types/expired-storage": "^1.0.0", | ||
"@types/google.analytics": "0.0.39", | ||
"@types/history": "^4.7.8", | ||
"@types/jquery": "^3.3.31", | ||
"@types/js-combinatorics": "0.5.29", | ||
"@types/jspdf": "^1.1.31", | ||
|
@@ -94,6 +95,7 @@ | |
"@types/mocha": "2.2.41", | ||
"@types/numeral": "0.0.22", | ||
"@types/pdfobject": "2.0.5", | ||
"@types/qs": "^6.9.5", | ||
"@types/raphael": "2.1.30", | ||
"@types/rc-slider": "^8.2.0", | ||
"@types/rc-tooltip": "3.7.0", | ||
|
@@ -106,6 +108,7 @@ | |
"@types/react-helmet": "^5.0.7", | ||
"@types/react-overlays": "^0.6.9", | ||
"@types/react-router": "3.0.2", | ||
"@types/react-router-dom": "^5.1.6", | ||
"@types/react-sortable-hoc": "^0.6.5", | ||
"@types/react-spinkit": "^1.1.35", | ||
"@types/react-table": "^6.8.7", | ||
|
@@ -160,6 +163,7 @@ | |
"fork-ts-checker-webpack-plugin": "^1.2.0", | ||
"genome-nexus-ts-api-client": "^1.1.9", | ||
"git-revision-webpack-plugin": "^3.0.3", | ||
"history": "4.10.1", | ||
"html-webpack-plugin": "3.2.0", | ||
"igv": "github:cBioPortal/igv.js#ccaeb7657200c8c1ceb276b53066d47804533418", | ||
"imports-loader": "^0.8.0", | ||
|
@@ -187,7 +191,7 @@ | |
"mobx-react": "^4.1.3", | ||
"mobx-react-devtools": "^4.2.11", | ||
"mobx-react-lite": "^2.0.7", | ||
"mobx-react-router": "^3.1.2", | ||
"mobx-react-router": "4.1.0", | ||
"mobx-utils": "^2.0.1", | ||
"mobxpromise": "github:cbioportal/mobxpromise#v1.0.2", | ||
"node-sass": "^4.9.3", | ||
|
@@ -241,7 +245,8 @@ | |
"react-renderif": "^1.0.2", | ||
"react-resize-detector": "^0.5.0", | ||
"react-reveal": "^1.2.2", | ||
"react-router": "^3.0.2", | ||
"react-router": "5.2.0", | ||
"react-router-dom": "^5.2.0", | ||
"react-select": "^3.0.4", | ||
"react-select1": "npm:[email protected]", | ||
"react-sortable-hoc": "^1.9.1", | ||
|
@@ -299,6 +304,7 @@ | |
"word-wrap": "^1.2.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"argparse": "^1.0.9", | ||
"babel-plugin-rewire": "^1.0.0", | ||
"chai": "^4.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.