diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-29 20:07:23 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-29 20:07:23 +0900 |
commit | 68673957edad21700c58d252542a0aee04115d22 (patch) | |
tree | 7a58c00d82372a27b03fcbcdbf63d3fc7ec52c39 /package.json | |
parent | aea17a52d692310ac459410c7d6b4e0bfd5e0225 (diff) | |
parent | 698f905145755954647f91ae01f5966b9e35a91e (diff) |
Merge pull request #596 from ueokande/qa-0.23
QA 0.23
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index a556e50..0170d8a 100644 --- a/package.json +++ b/package.json @@ -24,16 +24,16 @@ "@types/chai": "^4.1.7", "@types/mocha": "^5.2.6", "@types/prop-types": "^15.7.1", - "@types/react": "^16.8.15", + "@types/react": "^16.8.18", "@types/react-dom": "^16.8.4", - "@types/react-redux": "^7.0.8", + "@types/react-redux": "^7.0.9", "@types/redux-promise": "^0.5.28", "@types/sinon": "^7.0.11", "@typescript-eslint/eslint-plugin": "^1.9.0", "chai": "^4.2.0", "css-loader": "^2.1.1", "eslint": "^5.16.0", - "eslint-plugin-react": "^7.12.4", + "eslint-plugin-react": "^7.13.0", "html-webpack-plugin": "^3.2.0", "jszip": "^3.2.1", "karma": "^4.1.0", @@ -62,8 +62,8 @@ "tsyringe": "^3.2.0", "typescript": "^3.4.5", "web-ext-types": "^3.1.0", - "webextensions-api-fake": "^0.7.4", - "webpack": "^4.30.0", - "webpack-cli": "^3.3.1" + "webextensions-api-fake": "^0.8.0", + "webpack": "^4.32.2", + "webpack-cli": "^3.3.2" } } |