Skip to content

Commit cd6307e

Browse files
chore: 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.94.0 to 5.99.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.94.0...v5.99.0) Updates `@types/webpack` from 5.28.1 to 5.28.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/webpack" dependency-version: 5.28.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9ff99b commit cd6307e

File tree

3 files changed

+36
-253
lines changed

3 files changed

+36
-253
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@
118118
"use-resize-observer": "^8.0.0",
119119
"uuid": "^11.0.4",
120120
"vfile-reporter": "^7.0.5",
121-
"webpack": "^5.94.0"
121+
"webpack": "^5.99.5"
122122
}
123123
}

packages/orbit-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@types/pixelmatch": "^5.2.4",
113113
"@types/readable-stream": "^2.3.13",
114114
"@types/svgicons2svgfont": "^10.0.1",
115-
"@types/webpack": "^5.28.0",
115+
"@types/webpack": "^5.28.5",
116116
"@vitejs/plugin-react": "^4.0.0",
117117
"babel-loader": "^9.1.2",
118118
"babel-plugin-require-context-hook": "^1.0.0",
@@ -144,7 +144,7 @@
144144
"tailwindcss": "^3.4.4",
145145
"ttf2woff2": "^4.0.1",
146146
"vite": "^4.5.13",
147-
"webpack": "^5.94.0",
147+
"webpack": "^5.99.5",
148148
"webpack-cli": "^5.1.4"
149149
}
150150
}

0 commit comments

Comments
 (0)