diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json index 861cb9a..bbceb2f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "package": "npm run build && script/package.sh", "lint": "eslint --ext .jsx,.js src", "test": "karma start", - "test:e2e": "mocha --timeout 5000 e2e" + "test:e2e": "mocha --timeout 8000 e2e" }, "repository": { "type": "git", @@ -48,9 +48,8 @@ "sass-loader": "^7.1.0", "sinon-chrome": "^2.3.2", "style-loader": "^0.23.1", - "web-ext": "github:ueokande/web-ext#patched-3.0.0", "webextensions-api-fake": "^0.5.1", - "webpack": "^4.29.6", - "webpack-cli": "^3.2.3" + "webpack": "^4.30.0", + "webpack-cli": "^3.3.0" } } |