aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-05-02 14:33:43 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-05-02 14:33:43 -0700
commitb5e5917f7f30ecce6939477c7a54a9b582b6b2c7 (patch)
tree031e8183cc75e7c2a2ee8f7cb171be5dba745591 /web/package.json
parentea983f775ca3edea2afc7a6382aa5c4b349d66ee (diff)
downloadmitmproxy-b5e5917f7f30ecce6939477c7a54a9b582b6b2c7.tar.gz
mitmproxy-b5e5917f7f30ecce6939477c7a54a9b582b6b2c7.tar.bz2
mitmproxy-b5e5917f7f30ecce6939477c7a54a9b582b6b2c7.zip
web: update dependencies
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json24
1 files changed, 11 insertions, 13 deletions
diff --git a/web/package.json b/web/package.json
index fb3da81b..2eaac445 100644
--- a/web/package.json
+++ b/web/package.json
@@ -17,25 +17,24 @@
},
"dependencies": {
"bootstrap": "^3.3.6",
- "classnames": "^2.2.3",
+ "classnames": "^2.2.5",
"flux": "^2.1.1",
- "jquery": "^2.2.1",
- "lodash": "^4.5.1",
- "react": "^0.14.7",
- "react-dom": "^0.14.7",
- "react-router": "^2.0.0",
+ "jquery": "^2.2.3",
+ "lodash": "^4.11.2",
+ "react": "^15.0.2",
+ "react-dom": "^15.0.2",
+ "react-router": "^2.4.0",
"shallowequal": "^0.2.2"
},
"devDependencies": {
- "babel-core": "^6.5.2",
- "babel-eslint": "^5.0.0",
- "babel-jest": "^6.0.1",
+ "babel-core": "^6.7.7",
+ "babel-jest": "^12.0.2",
"babel-plugin-transform-class-properties": "^6.6.0",
- "babel-preset-es2015": "^6.5.0",
+ "babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
- "babelify": "^7.2.0",
+ "babelify": "^7.3.0",
"browserify": "^13.0.0",
- "eslint": "^2.2.0",
+ "eslint": "^2.9.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.6",
"gulp-eslint": "^2.0.0",
@@ -48,7 +47,6 @@
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"jest": "^0.1.40",
- "lodash": "^4.5.1",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",