aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'diplomacy/web/package.json')
-rw-r--r--diplomacy/web/package.json34
1 files changed, 23 insertions, 11 deletions
diff --git a/diplomacy/web/package.json b/diplomacy/web/package.json
index e40b2d3..bc6ab38 100644
--- a/diplomacy/web/package.json
+++ b/diplomacy/web/package.json
@@ -3,16 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
- "@githubprimer/octicons-react": "^8.1.0",
- "bootstrap": "^4.1.3",
+ "@githubprimer/octicons-react": "^8.5.0",
+ "bootstrap": "^4.3.1",
"fancybox": "^3.0.1",
- "jquery": "^3.3.1",
- "popper.js": "^1.14.4",
- "prop-types": "^15.6.2",
- "react": "^16.6.0",
- "react-dom": "^16.6.0",
- "react-inlinesvg": "^0.8.2",
- "react-scripts": "1.1.4",
+ "jquery": "^3.4.1",
+ "popper.js": "^1.15.0",
+ "prop-types": "^15.7.2",
+ "react": "^16.8.6",
+ "react-dom": "^16.8.6",
+ "react-inlinesvg": "^0.8.4",
+ "react-scripts": "^3.0.1",
"react-scrollchor": "^6.0.0",
"react-shortcut": "^1.0.6"
},
@@ -23,7 +23,19 @@
"eject": "react-scripts eject"
},
"devDependencies": {
- "eslint": "^4.19.1",
- "eslint-plugin-react": "^7.11.1"
+ "eslint": "^5.16.0",
+ "eslint-plugin-react": "^7.13.0"
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
}
}