diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index 4431092..6bce84a 100644 --- a/package.json +++ b/package.json @@ -23,16 +23,16 @@ "homepage": "https://github.com/ueokande/vim-vixen", "devDependencies": { "babel-cli": "^6.26.0", - "babel-eslint": "^8.2.3", - "babel-loader": "^7.1.4", + "babel-eslint": "^8.2.6", + "babel-loader": "^7.1.5", "babel-preset-preact": "^1.1.0", "babel-preset-stage-2": "^6.24.1", "chai": "^4.1.2", "css-loader": "^1.0.0", - "eslint": "^5.0.1", - "eslint-plugin-react": "^7.8.2", + "eslint": "^5.2.0", + "eslint-plugin-react": "^7.10.0", "html-webpack-plugin": "^3.2.0", - "karma": "^2.0.2", + "karma": "^2.0.5", "karma-firefox-launcher": "^1.1.0", "karma-html2js-preprocessor": "^1.1.0", "karma-mocha": "^1.3.0", @@ -40,19 +40,19 @@ "karma-sinon": "^1.0.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^3.0.0", - "mocha": "^5.1.1", + "mocha": "^5.2.0", "node-firefox-connect": "^1.2.0", - "node-sass": "^4.9.0", + "node-sass": "^4.9.2", "preact": "^8.2.9", "preact-redux": "^2.0.3", "redux": "^4.0.0", "redux-promise": "^0.6.0", - "sass-loader": "^7.0.1", + "sass-loader": "^7.0.3", "sinon-chrome": "^2.3.2", "style-loader": "^0.21.0", - "web-ext": "github:ueokande/web-ext#patched-2.6.0", + "web-ext": "github:ueokande/web-ext#patched-2.7.0", "webextensions-api-fake": "^0.5.1", - "webpack": "^4.8.3", - "webpack-cli": "^3.0.7" + "webpack": "^4.16.3", + "webpack-cli": "^3.1.0" } } |