Skip to content

Commit 9f4c02e

Browse files
authored
Update to latest version of webpack 5 (#26102)
This updates to the latest version of webpack 5 which includes a fix waiting on certain webpack assets ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. ## Documentation / Examples - [ ] Make sure the linting passes
1 parent d19935c commit 9f4c02e

File tree

3 files changed

+29
-76
lines changed

3 files changed

+29
-76
lines changed

packages/next/bundles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"schema-utils3": "npm:schema-utils@3.0.0",
44
"webpack-sources2": "npm:webpack-sources@2.3.0",
5-
"webpack5": "npm:webpack@5.38.1"
5+
"webpack5": "npm:webpack@5.39.0"
66
},
77
"resolutions": {
88
"browserslist": "4.16.6",

packages/next/bundles/yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,17 +462,18 @@ watchpack@^2.2.0:
462462
graceful-fs "^4.1.2"
463463

464464
"webpack-sources2@npm:webpack-sources@2.3.0", webpack-sources@^2.3.0:
465+
name webpack-sources2
465466
version "2.3.0"
466467
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.0.tgz#9ed2de69b25143a4c18847586ad9eccb19278cfa"
467468
integrity sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==
468469
dependencies:
469470
source-list-map "^2.0.1"
470471
source-map "^0.6.1"
471472

472-
"webpack5@npm:webpack@5.38.1":
473-
version "5.38.1"
474-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.38.1.tgz#5224c7f24c18e729268d3e3bc97240d6e880258e"
475-
integrity sha512-OqRmYD1OJbHZph6RUMD93GcCZy4Z4wC0ele4FXyYF0J6AxO1vOSuIlU1hkS/lDlR9CDYBz64MZRmdbdnFFoT2g==
473+
"webpack5@npm:webpack@5.39.0":
474+
version "5.39.0"
475+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.39.0.tgz#37d6899f1f40c31d5901abc0f39bc8cc7224138c"
476+
integrity sha512-25CHmuDj+oOTyteI13sUqNlCnjCnySuhiKWE/cRYPQYeoQ3ijHgyWX27CiyUKLNGq27v8S0mrksyTreT/xo7pg==
476477
dependencies:
477478
"@types/eslint-scope" "^3.7.0"
478479
"@types/estree" "^0.0.47"

0 commit comments

Comments
 (0)