Skip to content

Commit db52c58

Browse files
committed
5.45.0
1 parent df02bc6 commit db52c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack",
3-
"version": "5.44.0",
3+
"version": "5.45.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"@webassemblyjs/wasm-edit": "1.11.1",
1212
"@webassemblyjs/wasm-parser": "1.11.1",
1313
"acorn": "^8.4.1",
14-
"acorn-import-assertions": "1.7.1",
14+
"acorn-import-assertions": "1.7.1",
1515
"browserslist": "^4.14.5",
1616
"chrome-trace-event": "^1.0.2",
1717
"enhanced-resolve": "^5.8.0",

0 commit comments

Comments
 (0)