diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-09-03 03:11:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-03 03:11:10 +0000 |
commit | ab6295d0f136b77534e6e290e165b1035c7abdc2 (patch) | |
tree | 5e435a9396979e4307c783f131f251581b955aac /package.json | |
parent | 07bcc15e7b487fb5815b151e8c7e84a31f875dce (diff) | |
parent | f64b7ca320f73dd523113f0eedca35e176843bd6 (diff) |
Merge pull request #638 from ueokande/qa-0.24
QA 0.24
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 63 |
1 files changed, 32 insertions, 31 deletions
diff --git a/package.json b/package.json index a99d8df..c99a84c 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,12 @@ "description": "Vim vixen", "scripts": { "start": "webpack --mode development -w --debug --devtool inline-source-map", - "build": "NODE_ENV=production webpack --mode production --progress --display-error-details", + "build": "NODE_ENV=production webpack --mode production --progress --display-error-details --devtool inline-source-map", "package": "npm run build && script/package", "lint": "eslint --ext .js,.jsx,.ts,.tsx src", "type-checks": "tsc --noEmit", "test": "karma start", - "test:e2e": "mocha --timeout 8000 --retries 5 e2e" + "test:e2e": "mocha --timeout 10000 --retries 5 e2e" }, "repository": { "type": "git", @@ -21,49 +21,50 @@ }, "homepage": "https://github.com/ueokande/vim-vixen", "devDependencies": { - "@types/chai": "^4.1.7", - "@types/mocha": "^5.2.6", + "@types/chai": "^4.2.0", + "@types/mocha": "^5.2.7", "@types/prop-types": "^15.7.1", - "@types/react": "^16.8.18", - "@types/react-dom": "^16.8.4", - "@types/react-redux": "^7.0.9", + "@types/react": "^16.9.2", + "@types/react-dom": "^16.9.0", + "@types/react-redux": "^7.1.2", "@types/redux-promise": "^0.5.28", - "@types/sinon": "^7.0.11", - "@typescript-eslint/eslint-plugin": "^1.9.0", + "@types/sinon": "^7.0.13", + "@typescript-eslint/eslint-plugin": "^2.0.0", + "@typescript-eslint/parser": "^2.0.0", "chai": "^4.2.0", - "css-loader": "^2.1.1", - "eslint": "^5.16.0", - "eslint-plugin-react": "^7.13.0", + "css-loader": "^3.2.0", + "eslint": "^6.2.2", + "eslint-plugin-react": "^7.14.3", "html-webpack-plugin": "^3.2.0", - "jszip": "^3.2.1", - "karma": "^4.1.0", - "karma-firefox-launcher": "^1.1.0", + "jszip": "^3.2.2", + "karma": "^4.2.0", + "karma-firefox-launcher": "^1.2.0", "karma-html2js-preprocessor": "^1.1.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-sinon": "^1.0.5", "karma-sourcemap-loader": "^0.3.7", - "karma-webpack": "^3.0.5", + "karma-webpack": "^4.0.2", "lanthan": "git+https://github.com/ueokande/lanthan.git#master", - "mocha": "^6.1.4", + "mocha": "^6.2.0", "node-sass": "^4.12.0", - "react": "^16.8.6", - "react-dom": "^16.8.6", - "react-redux": "^7.0.3", - "react-test-renderer": "^16.8.6", - "redux": "^4.0.1", + "react": "^16.9.0", + "react-dom": "^16.9.0", + "react-redux": "^7.1.1", + "react-test-renderer": "^16.9.0", + "redux": "^4.0.4", "redux-promise": "^0.6.0", "reflect-metadata": "^0.1.13", - "sass-loader": "^7.1.0", - "sinon": "^7.3.2", + "sass-loader": "^7.3.1", + "sinon": "^7.4.1", "sinon-chrome": "^3.0.1", - "style-loader": "^0.23.1", - "ts-loader": "^6.0.1", - "tsyringe": "^3.2.0", - "typescript": "^3.4.5", - "web-ext-types": "^3.1.0", + "style-loader": "^1.0.0", + "ts-loader": "^6.0.4", + "tsyringe": "^3.3.0", + "typescript": "^3.6.2", + "web-ext-types": "^3.2.1", "webextensions-api-fake": "^0.8.0", - "webpack": "^4.32.2", - "webpack-cli": "^3.3.2" + "webpack": "^4.39.2", + "webpack-cli": "^3.3.7" } } |