aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-02-21 16:04:45 +0100
committerMaximilian Hils <git@maximilianhils.com>2017-02-21 16:05:09 +0100
commit02a563dff16f53e86f10dff494a6c383f0e31255 (patch)
treeae2a7fc08327b46fd97a1317c448770b74d89db1 /web/package.json
parent2df2fc1f38e15b818a9758d4cfab38ccd48b345e (diff)
downloadmitmproxy-02a563dff16f53e86f10dff494a6c383f0e31255.tar.gz
mitmproxy-02a563dff16f53e86f10dff494a6c383f0e31255.tar.bz2
mitmproxy-02a563dff16f53e86f10dff494a6c383f0e31255.zip
[web] yarn? yarn.
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json61
1 files changed, 29 insertions, 32 deletions
diff --git a/web/package.json b/web/package.json
index 238d64b9..601d7077 100644
--- a/web/package.json
+++ b/web/package.json
@@ -16,49 +16,46 @@
]
},
"dependencies": {
- "bootstrap": "^3.3.6",
+ "bootstrap": "^3.3.7",
"classnames": "^2.2.5",
- "flux": "^2.1.1",
- "lodash": "^4.11.2",
- "react": "^15.1.0",
- "react-codemirror": "^0.2.6",
- "react-dom": "^15.1.0",
- "react-redux": "^4.4.5",
- "redux": "^3.5.2",
- "redux-logger": "^2.6.1",
- "redux-thunk": "^2.1.0",
+ "lodash": "^4.17.4",
+ "react": "^15.4.2",
+ "react-codemirror": "^0.3.0",
+ "react-dom": "^15.4.2",
+ "react-redux": "^5.0.2",
+ "redux": "^3.6.0",
+ "redux-logger": "^2.8.1",
+ "redux-thunk": "^2.2.0",
"shallowequal": "^0.2.2"
},
"devDependencies": {
- "babel-core": "^6.7.7",
- "babel-eslint": "^6.0.4",
- "babel-jest": "^12.1.0",
- "babel-plugin-transform-class-properties": "^6.6.0",
- "babel-plugin-transform-object-rest-spread": "^6.8.0",
- "babel-preset-es2015": "^6.6.0",
- "babel-preset-react": "^6.5.0",
+ "babel-core": "^6.23.1",
+ "babel-eslint": "^7.1.1",
+ "babel-jest": "^19.0.0",
+ "babel-plugin-transform-class-properties": "^6.23.0",
+ "babel-plugin-transform-object-rest-spread": "^6.23.0",
+ "babel-preset-es2015": "^6.22.0",
+ "babel-preset-react": "^6.23.0",
"babelify": "^7.3.0",
- "browserify": "^13.0.0",
- "envify": "^3.4.1",
- "eslint": "^2.9.0",
+ "browserify": "^14.1.0",
+ "envify": "^4.0.0",
+ "eslint": "^3.16.0",
"gulp": "^3.9.1",
- "gulp-clean-css": "^2.0.6",
- "gulp-eslint": "^2.0.0",
- "gulp-less": "^3.0.5",
+ "gulp-clean-css": "^3.0.3",
+ "gulp-eslint": "^3.0.1",
+ "gulp-less": "^3.3.0",
"gulp-livereload": "^3.8.1",
- "gulp-notify": "^2.2.0",
+ "gulp-notify": "^3.0.0",
"gulp-peg": "^0.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
- "gulp-sourcemaps": "^1.6.0",
- "gulp-util": "^3.0.7",
- "jest": "^12.1.1",
- "react": "^15.2.1",
- "react-addons-test-utils": "^15.2.1",
- "react-dom": "^15.2.1",
- "uglifyify": "^3.0.1",
+ "gulp-sourcemaps": "^2.4.1",
+ "gulp-util": "^3.0.8",
+ "jest": "^19.0.0",
+ "react-addons-test-utils": "^15.4.2",
+ "uglifyify": "^3.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
- "watchify": "^3.7.0"
+ "watchify": "^3.9.0"
}
}