Skip to content

Commit d86e115

Browse files
committed
upgrading Webpack min
A version betweenb 5.1 and 5.2 fixed a bug related to asset modules and the key in manifest.json
1 parent 64c6c2f commit d86e115

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"style-loader": "^2.0.0",
4646
"terser-webpack-plugin": "^4.2.3",
4747
"tmp": "^0.2.1",
48-
"webpack": "^5",
48+
"webpack": "^5.12",
4949
"webpack-cli": "^4",
5050
"webpack-dev-server": "^3.1.14",
5151
"webpack-manifest-plugin": "^3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7957,9 +7957,9 @@ upath@^1.1.1:
79577957
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
79587958

79597959
uri-js@^4.2.2:
7960-
version "4.4.0"
7961-
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz#aa714261de793e8a82347a7bcc9ce74e86f28602"
7962-
integrity sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==
7960+
version "4.4.1"
7961+
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
7962+
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
79637963
dependencies:
79647964
punycode "^2.1.0"
79657965

@@ -8244,7 +8244,7 @@ webpack-virtual-modules@^0.3.2:
82448244
dependencies:
82458245
debug "^3.0.0"
82468246

8247-
webpack@^5:
8247+
webpack@^5.12:
82488248
version "5.12.2"
82498249
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.12.2.tgz#f79574cdb7a4ef711c5f47f3d189e045a14217e5"
82508250
integrity sha512-HiTXBGLFQiRecP5Fwrh21aaxlEUqQdDeUaninKVKX0Dtqaf+WjKCsNcv+UVftfYXrY0bnRQHnouw1x+CPqQKFQ==

0 commit comments

Comments
 (0)