diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:27:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 21:27:47 +0900 |
commit | 5a7086913e2040623d190ce5d583de16ae541c0d (patch) | |
tree | 47e327dba48d88a18bd6177e6d17ce194fbb4b79 /package.json | |
parent | b9945cf78d1139b30a54b2521eadb6b38fc5af64 (diff) | |
parent | 3a4bdca8ba11a6448f4d16169e7a5161b2ad2e94 (diff) |
Merge pull request #796 from ueokande/qa-0.30
Update some packages
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/package.json b/package.json index 3f1c401..20205dd 100644 --- a/package.json +++ b/package.json @@ -36,19 +36,19 @@ "@types/redux-promise": "^0.5.28", "@types/selenium-webdriver": "^4.0.6", "@types/sinon": "^9.0.0", - "@typescript-eslint/eslint-plugin": "^2.19.0", - "@typescript-eslint/parser": "^2.19.0", + "@typescript-eslint/eslint-plugin": "3.9.0", + "@typescript-eslint/parser": "3.9.0", "ajv": "^6.11.0", "ajv-cli": "^3.0.0", "chai": "^4.2.0", "css-loader": "^4.2.1", - "eslint": "^6.8.0", - "eslint-config-prettier": "^6.10.0", - "eslint-plugin-prettier": "^3.1.2", - "eslint-plugin-react": "^7.18.3", + "eslint": "7.6.0", + "eslint-config-prettier": "6.11.0", + "eslint-plugin-prettier": "3.1.4", + "eslint-plugin-react": "7.20.5", "eslint-plugin-standard": "^4.0.1", "express": "^4.17.1", - "html-webpack-plugin": "^4.0.0", + "html-webpack-plugin": "4.3.0", "jsonwebtoken": "^8.5.1", "jszip": "^3.2.2", "karma": "^5.0.0", @@ -62,12 +62,12 @@ "lanthan": "0.0.2", "mocha": "^8.1.1", "node-sass": "^4.13.1", - "prettier": "^2.0.0", - "prettier-eslint": "^11.0.0", - "react": "^16.12.0", - "react-dom": "^16.12.0", + "prettier": "2.0.5", + "prettier-eslint": "11.0.0", + "react": "16.13.1", + "react-dom": "16.13.1", "react-redux": "^7.1.3", - "react-test-renderer": "^16.12.0", + "react-test-renderer": "16.13.1", "redux": "^4.0.5", "redux-promise": "^0.6.0", "reflect-metadata": "^0.1.13", @@ -78,11 +78,11 @@ "style-loader": "^1.1.3", "ts-loader": "^8.0.2", "ts-node": "^8.6.2", - "tsyringe": "^4.0.1", - "typescript": "^3.7.5", + "tsyringe": "4.3.0", + "typescript": "3.9.7", "web-ext-types": "^3.2.1", "webextensions-api-fake": "^0.9.1", - "webpack": "^4.41.5", - "webpack-cli": "^3.3.10" + "webpack": "4.44.1", + "webpack-cli": "3.3.12" } } |