diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index d67ff9e..1840706 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "homepage": "https://github.com/ueokande/vim-vixen", "devDependencies": { "@types/assert": "^1.4.6", - "@types/express": "^4.17.2", + "@types/express": "^4.17.13", "@types/jest": "^27.4.0", "@types/node": "^17.0.14", - "@types/prop-types": "^15.7.3", + "@types/prop-types": "^15.7.4", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/react-redux": "^7.1.7", @@ -55,7 +55,7 @@ "prettier-eslint": "13.0.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-redux": "^7.1.3", + "react-redux": "^7.2.6", "react-test-renderer": "17.0.2", "redux": "^4.0.5", "redux-promise": "^0.6.0", @@ -70,6 +70,6 @@ "typescript": "4.3.5", "web-ext-types": "^3.2.1", "webpack": "5.67.0", - "webpack-cli": "4.9.0" + "webpack-cli": "4.9.2" } } |