Skip to content

Commit c3dfeaf

Browse files
committed
chore(deps): update deps and snaps
1 parent 817368b commit c3dfeaf

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

package-lock.json

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"stylus": "^0.55.0",
8787
"stylus-loader": "^6.1.0",
8888
"url-loader": "^4.1.1",
89-
"webpack": "^5.45.1"
89+
"webpack": "^5.56.1"
9090
},
9191
"keywords": [
9292
"webpack",

test/sourceMap-option.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ describe('"sourceMap" option', () => {
498498
(assetName) => /\.js$/.test(assetName)
499499
);
500500

501-
expect(chunkName).toBe("main.37fd3b99e870aa818226.bundle.js");
501+
expect(chunkName).toBe("main.043d33a99a1aeaa533ff.bundle.js");
502502
expect(
503503
getModuleSource("fixtures/source-map/basic.css", stats)
504504
).toMatchSnapshot("module");

0 commit comments

Comments
 (0)