Remove jss dependencies, update react-router-dom dependency

This commit is contained in:
Florian Scholdei
2019-10-10 10:43:08 +02:00
parent 71ca90e7a9
commit 998d7bf5b2
2 changed files with 1 additions and 8 deletions

View File

@@ -39,9 +39,8 @@
"react-diff-view": "^1.8.1",
"react-dom": "^16.8.6",
"react-i18next": "^7.9.0",
"react-jss": "^8.6.1",
"react-markdown": "^4.0.6",
"react-router-dom": "^4.3.1",
"react-router-dom": "^5.1.2",
"react-select": "^2.1.2",
"react-syntax-highlighter": "^11.0.2"
},

View File

@@ -17,12 +17,6 @@ import { ConnectedRouter } from "react-router-redux";
import { urls } from "@scm-manager/ui-components";
import jss from "jss";
import jssNested from "jss-nested";
// setup jss and install required plugins
jss.setup(jssNested());
// Create a history of your choosing (we're using a browser history in this case)
const history: BrowserHistory = createHistory({
basename: urls.contextPath