summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/package.json')
-rw-r--r--sdnr/wt/odlux/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/package.json b/sdnr/wt/odlux/package.json
index ac9bfb5b4..c90cf1d29 100644
--- a/sdnr/wt/odlux/package.json
+++ b/sdnr/wt/odlux/package.json
@@ -23,6 +23,7 @@
"@types/classnames": "2.2.6",
"@types/flux": "3.1.8",
"@types/glob-to-regexp": "0.4.0",
+ "@types/history": "^4.7.9",
"@types/jquery": "3.3.10",
"@types/jsonwebtoken": "7.2.8",
"@types/node": "^12.0.0",
@@ -32,10 +33,10 @@
"@types/react-transition-group": "2.0.15",
"classnames": "2.2.6",
"csstype": "2.6.8",
+ "history": "^4.9.0",
"jquery": "3.3.1",
"jsonwebtoken": "8.3.0",
"jss": "10.0.3",
- "lerna": "3.22.1",
"material-ui-confirm": "3.0.2",
"notistack": "2.0.3",
"prop-types": "15.7.2",
@@ -71,6 +72,7 @@
"html-webpack-include-assets-plugin": "1.0.5",
"html-webpack-plugin": "3.2.0",
"jest": "23.6.0",
+ "lerna": "3.22.1",
"postcss-loader": "3.0.0",
"requirejs": "2.3.6",
"requirejs-webpack-plugin": "1.0.5",
@@ -92,5 +94,8 @@
"webpack": "4.28.4",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14"
+ },
+ "resolutions": {
+ "@types/react": "17.0.37"
}
}