diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index bfc5a29..00a4d5c 100644 --- a/package.json +++ b/package.json @@ -21,14 +21,14 @@ }, "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", + "@types/sinon": "^7.0.13", "@typescript-eslint/eslint-plugin": "^1.9.0", "chai": "^4.2.0", "css-loader": "^3.2.0", @@ -61,7 +61,7 @@ "ts-loader": "^6.0.4", "tsyringe": "^3.3.0", "typescript": "^3.4.5", - "web-ext-types": "^3.1.0", + "web-ext-types": "^3.2.1", "webextensions-api-fake": "^0.8.0", "webpack": "^4.39.2", "webpack-cli": "^3.3.7" |