Skip to content

Commit 75d90d4

Browse files
authored
feat: bump to [email protected] (#809)
1 parent a99ca13 commit 75d90d4

File tree

13 files changed

+59
-46
lines changed

13 files changed

+59
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"vue": "^2.5.17",
111111
"vue-server-renderer": "^2.5.17",
112112
"web-vitals": "^0.2.4",
113-
"webpack": "5.44.0",
113+
"webpack": "5.61.0",
114114
"when": "^3.7.8"
115115
},
116116
"resolutions": {

test/unit/bundle-subasset/output.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/******/ "use strict";
33
/******/ var __webpack_modules__ = ({
44

5-
/***/ 622:
5+
/***/ 17:
66
/***/ ((module) => {
77

88
module.exports = require("path");
@@ -91,7 +91,7 @@ var __webpack_exports__ = {};
9191
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
9292
(() => {
9393
__nccwpck_require__.r(__webpack_exports__);
94-
/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(622);
94+
/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(17);
9595
/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nccwpck_require__.n(path__WEBPACK_IMPORTED_MODULE_0__);
9696

9797

test/unit/custom-emit/output.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******/ (() => { // webpackBootstrap
22
/******/ var __webpack_modules__ = ({
33

4-
/***/ 747:
4+
/***/ 147:
55
/***/ ((module) => {
66

77
"use strict";
@@ -50,7 +50,7 @@ module.exports = require("fs");
5050
var __webpack_exports__ = {};
5151
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
5252
(() => {
53-
const { readFileSync } = __nccwpck_require__(747);
53+
const { readFileSync } = __nccwpck_require__(147);
5454
console.log(readFileSync(__dirname + './test.json'));
5555

5656

test/unit/double-nested-builds/output.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
/***/ ((module) => {
129129

130130
"use strict";
131-
module.exports = __nccwpck_require__(622);
131+
module.exports = __nccwpck_require__(17);
132132

133133
/***/ })
134134

@@ -182,7 +182,7 @@ module.exports = __nccwpck_require__(622);
182182

183183
/***/ }),
184184

185-
/***/ 622:
185+
/***/ 17:
186186
/***/ ((module) => {
187187

188188
"use strict";

test/unit/exports-nomodule/output.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/******/ "use strict";
21
/******/ /* webpack/runtime/compat */
32
/******/
43
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = new URL('.', import.meta.url).pathname.slice(import.meta.url.match(/^file:\/\/\/\w:/) ? 1 : 0, -1) + "/";

test/unit/exports-wildcard/output.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/******/ "use strict";
21
/******/ /* webpack/runtime/compat */
32
/******/
43
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = new URL('.', import.meta.url).pathname.slice(import.meta.url.match(/^file:\/\/\/\w:/) ? 1 : 0, -1) + "/";

test/unit/externals/output.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/******/ (() => { // webpackBootstrap
22
/******/ var __webpack_modules__ = ({
33

4-
/***/ 306:
4+
/***/ 830:
55
/***/ ((module) => {
66

77
"use strict";
88
module.exports = require("externalmapped");
99

1010
/***/ }),
1111

12-
/***/ 196:
12+
/***/ 958:
1313
/***/ ((module) => {
1414

1515
"use strict";
@@ -58,8 +58,8 @@ module.exports = require("regexexternal");
5858
var __webpack_exports__ = {};
5959
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
6060
(() => {
61-
const external = __nccwpck_require__(306);
62-
const regexpExternal = __nccwpck_require__(196);
61+
const external = __nccwpck_require__(830);
62+
const regexpExternal = __nccwpck_require__(958);
6363

6464
console.log(external);
6565
console.log(regexpExternal);

test/unit/imports/output.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/******/ "use strict";
21
/******/ /* webpack/runtime/compat */
32
/******/
43
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = new URL('.', import.meta.url).pathname.slice(import.meta.url.match(/^file:\/\/\/\w:/) ? 1 : 0, -1) + "/";

test/unit/minify-err/output.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = webpackEmptyContext;
1616

1717
/***/ }),
1818

19-
/***/ 747:
19+
/***/ 147:
2020
/***/ ((module) => {
2121

2222
"use strict";
@@ -71,7 +71,7 @@ var __webpack_exports__ = {};
7171
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
7272
(() => {
7373
if (global.GENTLY) __nccwpck_require__(875) = GENTLY.hijack(eval("require"));
74-
console.log(__nccwpck_require__(747));
74+
console.log(__nccwpck_require__(147));
7575

7676
})();
7777

test/unit/nested-builds/output.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/***/ 622:
1212
/***/ ((module) => {
1313

14-
module.exports = __nccwpck_require__(622);
14+
module.exports = __nccwpck_require__(17);
1515

1616
/***/ })
1717

@@ -118,7 +118,7 @@
118118

119119
/***/ }),
120120

121-
/***/ 622:
121+
/***/ 17:
122122
/***/ ((module) => {
123123

124124
"use strict";

0 commit comments

Comments
 (0)