diff options
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" } } |