mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-08 13:03:10 +02:00
Remove jss dependencies, update react-router-dom dependency
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user