Skip to content

Commit d32f78f

Browse files
Bump webpack and @types/webpack
Bumps [webpack](https://github.com/webpack/webpack) and [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack). These dependencies needed to be updated together. Updates `webpack` from 5.76.0 to 5.88.2 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.76.0...v5.88.2) Updates `@types/webpack` from 5.28.0 to 5.28.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/webpack" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f40a39e commit d32f78f

File tree

2 files changed

+170
-162
lines changed

2 files changed

+170
-162
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/node": "^18.16.18",
3030
"@types/react": "^18.0.28",
3131
"@types/react-dom": "^18.0.11",
32-
"@types/webpack": "^5.28.0",
32+
"@types/webpack": "^5.28.2",
3333
"@types/ws": "^8.5.4",
3434
"@typescript-eslint/eslint-plugin": "^6.0.0",
3535
"@typescript-eslint/parser": "^6.0.0",
@@ -49,7 +49,7 @@
4949
"ts-jest": "^29.0.5",
5050
"ts-loader": "^9.4.2",
5151
"typescript": "^4.9.5",
52-
"webpack": "^5.76.0",
52+
"webpack": "^5.88.2",
5353
"webpack-cli": "^5.0.1"
5454
},
5555
"scripts": {

0 commit comments

Comments
 (0)