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 b2f46ad..aaec2bc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "swc-loader": "0.1.12", "typescript": "4.2.3", "universal-cookie": "4.0.4", - "webpack": "5.24.3", + "webpack": "5.30.0", "webpack-cli": "4.5.0", "webpack-manifest-plugin": "3.1.0", "workbox-webpack-plugin": "6.1.2" @@ -56,27 +56,27 @@ }, "devDependencies": { "@swc/jest": "0.1.2", - "@testing-library/jest-dom": "5.11.9", + "@testing-library/jest-dom": "5.11.10", "@testing-library/react": "11.2.5", "@testing-library/user-event": "12.8.3", "@types/jest": "26.0.20", - "@types/node": "14.14.33", + "@types/node": "14.14.37", "@types/react": "17.0.3", "@types/react-dom": "17.0.2", "@types/react-router-dom": "5.1.7", "@types/react-transition-group": "4.4.1", "@types/smoothscroll-polyfill": "0.3.1", - "@typescript-eslint/eslint-plugin": "4.16.1", + "@typescript-eslint/eslint-plugin": "4.20.0", "@typescript-eslint/parser": "4.17.0", "dotenv": "8.2.0", - "eslint": "7.21.0", + "eslint": "7.23.0", "eslint-plugin-react": "7.22.0", "husky": "5.1.3", "jest": "26.6.3", "jest-environment-jsdom-fourteen": "1.0.1", "jest-resolve": "26.6.2", "jest-svg-transformer": "1.0.0", - "jest-watch-typeahead": "0.6.1", + "jest-watch-typeahead": "0.6.2", "webpack-dev-server": "3.11.2" } } |