summaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json31
1 files changed, 20 insertions, 11 deletions
diff --git a/web/package.json b/web/package.json
index 784aedbdb..dd4bed6b9 100644
--- a/web/package.json
+++ b/web/package.json
@@ -14,28 +14,31 @@
"moment": "^2.22.2",
"moment-duration-format": "2.3.2",
"moment-timezone": "^0.5.28",
- "patternfly-react": "^2.13.1",
+ "patternfly-react": "^2.39.16",
"prop-types": "^15.6.2",
- "react": "^16.4.2",
- "react-dom": "^16.4.2",
+ "react": "^16.13.1",
+ "react-dom": "^16.13.1",
"react-height": "^3.0.0",
"react-json-view": "^1.19.1",
- "react-redux": "^5.0.7",
+ "react-redux": "<7.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
- "react-scripts": "1.1.4",
+ "react-scripts": "3.4.1",
"react-select": "3.1.0",
- "redux": "<4.0.0",
+ "redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sockette": "^2.0.0",
"swagger-ui": "^3.20.1",
"xterm": "^3.14.5"
},
+ "resolutions": {
+ "formdata-node": "2.1.1",
+ "nanoid": "2.1.11"
+ },
"devDependencies": {
- "eslint": "^5.3.0",
- "eslint-plugin-jest": "^21.21.0",
- "eslint-plugin-react": "^7.11.1",
- "eslint-plugin-standard": "^3.1.0",
+ "eslint-plugin-jest": "^23.8.2",
+ "eslint-plugin-react": "^7.19.0",
+ "eslint-plugin-standard": "^4.0.1",
"yarn": "^1.16.0"
},
"scripts": {
@@ -47,5 +50,11 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint --ext .js --ext .jsx src"
- }
+ },
+ "browserslist": [
+ ">0.2%",
+ "not dead",
+ "not ie <= 11",
+ "not op_mini all"
+ ]
}