Skip to content

Commit f40e049

Browse files
test: update (#4733)
1 parent 225ec2c commit f40e049

File tree

4 files changed

+66
-39
lines changed

4 files changed

+66
-39
lines changed

package-lock.json

Lines changed: 36 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"ts-loader": "^9.3.1",
8282
"ts-node": "^10.9.1",
8383
"typescript": "^6.0.2",
84-
"webpack": "^5.105.4",
84+
"webpack": "^5.106.1",
8585
"webpack-bundle-analyzer": "^5.1.0",
8686
"webpack-dev-server": "^5.1.0"
8787
},

test/build/error/invalid-schema/webpack.plugin-mock.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const webpack = require("webpack");
33
module.exports = {
44
mode: "development",
55
plugins: [
6-
new webpack.BannerPlugin({
6+
new webpack.ProgressPlugin({
77
unknown: "unknown",
88
}),
99
],

0 commit comments

Comments
 (0)