aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/web/package.json
diff options
context:
space:
mode:
authornotoraptor <stevenbocco@gmail.com>2019-05-21 10:28:01 -0400
committerPhilip Paquette <pcpaquette@gmail.com>2019-05-21 10:49:23 -0400
commit915758cf463eedbf05382ce4d43b1cd1c54699b1 (patch)
treee7355e36a677654b1bf2d81c363fca4afb12502d /diplomacy/web/package.json
parenta0116e48d1d1aad6e79e9d7c1ff17ab7605f4d5e (diff)
[web] Update ReactJS dependencies.
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"
+ ]
}
}