diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-27 14:20:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-27 14:20:24 +0900 |
commit | 78b3df4babc28b82c58776d8b608748bb2d5b59e (patch) | |
tree | b80e835f4f24f769a75bfa9d1016d86285e4c692 /package.json | |
parent | 8b8f9fb1e6987044071f5ca8117fa360881e5b83 (diff) | |
parent | b152c6a931f09301a2e6635ea4111b1c539f442a (diff) |
Merge pull request #574 from ueokande/update-packages
Update packages
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index 68b2e0c..7c758a2 100644 --- a/package.json +++ b/package.json @@ -27,11 +27,11 @@ "babel-preset-stage-2": "^6.24.1", "chai": "^4.2.0", "css-loader": "^2.1.1", - "eslint": "^5.15.1", + "eslint": "^5.16.0", "eslint-plugin-react": "^7.12.4", "html-webpack-plugin": "^3.2.0", "jszip": "^3.2.1", - "karma": "^4.0.1", + "karma": "^4.1.0", "karma-firefox-launcher": "^1.1.0", "karma-html2js-preprocessor": "^1.1.0", "karma-mocha": "^1.3.0", @@ -40,17 +40,17 @@ "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^3.0.5", "lanthan": "git+https://github.com/ueokande/lanthan.git#master", - "mocha": "^6.0.2", - "node-sass": "^4.11.0", + "mocha": "^6.1.4", + "node-sass": "^4.12.0", "preact": "^8.4.2", "preact-redux": "^2.0.3", "redux": "^4.0.1", "redux-promise": "^0.6.0", "sass-loader": "^7.1.0", - "sinon-chrome": "^2.3.2", + "sinon-chrome": "^3.0.1", "style-loader": "^0.23.1", - "webextensions-api-fake": "^0.5.1", + "webextensions-api-fake": "^0.7.4", "webpack": "^4.30.0", - "webpack-cli": "^3.3.0" + "webpack-cli": "^3.3.1" } } |