vite 7.1.0-beta.0 → 7.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/client.mjs +28 -26
- package/dist/node/chunks/{dep-CYKWp2mZ.js → dep-B-hsmHjg.js} +1021 -998
- package/dist/node/chunks/{dep-BpPEUsd2.js → dep-BeJ5EQ78.js} +126 -129
- package/dist/node/chunks/{dep-DQ3EcyiN.js → dep-D3dx-MVo.js} +1 -1
- package/dist/node/chunks/{dep-DcjhO6Jt.js → dep-G9cgWHwY.js} +21 -21
- package/dist/node/chunks/{dep-KxHho39H.js → dep-L2kJu-gJ.js} +1 -1
- package/dist/node/chunks/{dep-BeiFehmI.js → dep-V5uAjiuB.js} +530 -1060
- package/dist/node/chunks/{dep-C3Gi22Hg.js → dep-bSJfBHhb.js} +1 -1
- package/dist/node/chunks/{dep-DmY5m86w.js → dep-f94b-k0u.js} +10 -10
- package/dist/node/chunks/{dep-CVQJZ3QI.js → dep-ll8ogJMK.js} +1 -1
- package/dist/node/cli.js +6 -6
- package/dist/node/index.js +1 -1
- package/dist/node/module-runner.js +13 -13
- package/package.json +6 -6
@@ -1,5 +1,5 @@
|
|
1
1
|
import { createRequire as ___createRequire } from 'module'; const require = ___createRequire(import.meta.url);
|
2
|
-
import { _createServer, createServer, createServerCloseFn, resolveServerOptions, restartServerWithUrls, serverConfigDefaults } from "./dep-
|
2
|
+
import { _createServer, createServer, createServerCloseFn, resolveServerOptions, restartServerWithUrls, serverConfigDefaults } from "./dep-B-hsmHjg.js";
|
3
3
|
import "./dep-BDCsDwBr.js";
|
4
4
|
|
5
5
|
export { createServer };
|
@@ -2,7 +2,7 @@ import { createRequire as ___createRequire } from 'module'; const require = ___c
|
|
2
2
|
import { __commonJS } from "./dep-Drtntmtt.js";
|
3
3
|
|
4
4
|
//#region ../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/parse.js
|
5
|
-
var require_parse = __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/parse.js"(exports, module) {
|
5
|
+
var require_parse = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/parse.js": ((exports, module) => {
|
6
6
|
var openParentheses = "(".charCodeAt(0);
|
7
7
|
var closeParentheses = ")".charCodeAt(0);
|
8
8
|
var singleQuote = "'".charCodeAt(0);
|
@@ -230,11 +230,11 @@ var require_parse = __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@
|
|
230
230
|
}
|
231
231
|
return stack[0].nodes;
|
232
232
|
};
|
233
|
-
} });
|
233
|
+
}) });
|
234
234
|
|
235
235
|
//#endregion
|
236
236
|
//#region ../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/walk.js
|
237
|
-
var require_walk = __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/walk.js"(exports, module) {
|
237
|
+
var require_walk = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/walk.js": ((exports, module) => {
|
238
238
|
module.exports = function walk$1(nodes, cb, bubble) {
|
239
239
|
var i, max, node, result;
|
240
240
|
for (i = 0, max = nodes.length; i < max; i += 1) {
|
@@ -244,11 +244,11 @@ var require_walk = __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4
|
|
244
244
|
if (bubble) cb(node, i, nodes);
|
245
245
|
}
|
246
246
|
};
|
247
|
-
} });
|
247
|
+
}) });
|
248
248
|
|
249
249
|
//#endregion
|
250
250
|
//#region ../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/stringify.js
|
251
|
-
var require_stringify = __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/stringify.js"(exports, module) {
|
251
|
+
var require_stringify = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/stringify.js": ((exports, module) => {
|
252
252
|
function stringifyNode(node, custom) {
|
253
253
|
var type = node.type;
|
254
254
|
var value = node.value;
|
@@ -278,11 +278,11 @@ var require_stringify = __commonJS({ "../../node_modules/.pnpm/postcss-value-par
|
|
278
278
|
return stringifyNode(nodes, custom);
|
279
279
|
}
|
280
280
|
module.exports = stringify$1;
|
281
|
-
} });
|
281
|
+
}) });
|
282
282
|
|
283
283
|
//#endregion
|
284
284
|
//#region ../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/unit.js
|
285
|
-
var require_unit = __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/unit.js"(exports, module) {
|
285
|
+
var require_unit = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/unit.js": ((exports, module) => {
|
286
286
|
var minus = "-".charCodeAt(0);
|
287
287
|
var plus = "+".charCodeAt(0);
|
288
288
|
var dot = ".".charCodeAt(0);
|
@@ -346,11 +346,11 @@ var require_unit = __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4
|
|
346
346
|
unit: value.slice(pos)
|
347
347
|
};
|
348
348
|
};
|
349
|
-
} });
|
349
|
+
}) });
|
350
350
|
|
351
351
|
//#endregion
|
352
352
|
//#region ../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/index.js
|
353
|
-
var require_lib = __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/index.js"(exports, module) {
|
353
|
+
var require_lib = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4.2.0/node_modules/postcss-value-parser/lib/index.js": ((exports, module) => {
|
354
354
|
var parse = require_parse();
|
355
355
|
var walk = require_walk();
|
356
356
|
var stringify = require_stringify();
|
@@ -372,7 +372,7 @@ var require_lib = __commonJS({ "../../node_modules/.pnpm/postcss-value-parser@4.
|
|
372
372
|
ValueParser.walk = walk;
|
373
373
|
ValueParser.stringify = stringify;
|
374
374
|
module.exports = ValueParser;
|
375
|
-
} });
|
375
|
+
}) });
|
376
376
|
|
377
377
|
//#endregion
|
378
378
|
export { require_lib };
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { createRequire as ___createRequire } from 'module'; const require = ___createRequire(import.meta.url);
|
2
|
-
import { BuildEnvironment, build, buildEnvironmentOptionsDefaults, builderOptionsDefaults, createBuilder, createToImportMetaURLBasedRelativeRuntime, injectEnvironmentToHooks, onRollupLog, resolveBuildEnvironmentOptions, resolveBuildOutputs, resolveBuildPlugins, resolveBuilderOptions, resolveLibFilename, resolveUserExternal, toOutputFilePathInCss, toOutputFilePathInHtml, toOutputFilePathInJS, toOutputFilePathWithoutRuntime } from "./dep-
|
2
|
+
import { BuildEnvironment, build, buildEnvironmentOptionsDefaults, builderOptionsDefaults, createBuilder, createToImportMetaURLBasedRelativeRuntime, injectEnvironmentToHooks, onRollupLog, resolveBuildEnvironmentOptions, resolveBuildOutputs, resolveBuildPlugins, resolveBuilderOptions, resolveLibFilename, resolveUserExternal, toOutputFilePathInCss, toOutputFilePathInHtml, toOutputFilePathInJS, toOutputFilePathWithoutRuntime } from "./dep-B-hsmHjg.js";
|
3
3
|
import "./dep-BDCsDwBr.js";
|
4
4
|
|
5
5
|
export { createBuilder, resolveBuildPlugins };
|
package/dist/node/cli.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { createRequire as ___createRequire } from 'module'; const require = ___createRequire(import.meta.url);
|
2
2
|
import { __toESM } from "./chunks/dep-Drtntmtt.js";
|
3
|
-
import { createLogger, require_picocolors, resolveConfig } from "./chunks/dep-
|
3
|
+
import { createLogger, require_picocolors, resolveConfig } from "./chunks/dep-B-hsmHjg.js";
|
4
4
|
import { VERSION } from "./chunks/dep-BDCsDwBr.js";
|
5
5
|
import fs from "node:fs";
|
6
6
|
import path from "node:path";
|
@@ -491,7 +491,7 @@ const cac = (name = "") => new CAC(name);
|
|
491
491
|
|
492
492
|
//#endregion
|
493
493
|
//#region src/node/cli.ts
|
494
|
-
var import_picocolors = __toESM(require_picocolors(), 1);
|
494
|
+
var import_picocolors = /* @__PURE__ */ __toESM(require_picocolors(), 1);
|
495
495
|
const cli = cac("vite");
|
496
496
|
let profileSession = global.__vite_profile_session;
|
497
497
|
let profileCount = 0;
|
@@ -568,7 +568,7 @@ const convertBase = (v) => {
|
|
568
568
|
cli.option("-c, --config <file>", `[string] use specified config file`).option("--base <path>", `[string] public base path (default: /)`, { type: [convertBase] }).option("-l, --logLevel <level>", `[string] info | warn | error | silent`).option("--clearScreen", `[boolean] allow/disable clear screen when logging`).option("--configLoader <loader>", `[string] use 'bundle' to bundle the config with esbuild, or 'runner' (experimental) to process it on the fly, or 'native' (experimental) to load using the native runtime (default: bundle)`).option("-d, --debug [feat]", `[string | boolean] show debug logs`).option("-f, --filter <filter>", `[string] filter debug logs`).option("-m, --mode <mode>", `[string] set env mode`);
|
569
569
|
cli.command("[root]", "start dev server").alias("serve").alias("dev").option("--host [host]", `[string] specify hostname`, { type: [convertHost] }).option("--port <port>", `[number] specify port`).option("--open [path]", `[boolean | string] open browser on startup`).option("--cors", `[boolean] enable CORS`).option("--strictPort", `[boolean] exit if specified port is already in use`).option("--force", `[boolean] force the optimizer to ignore the cache and re-bundle`).action(async (root, options) => {
|
570
570
|
filterDuplicateOptions(options);
|
571
|
-
const { createServer } = await import("./chunks/dep-
|
571
|
+
const { createServer } = await import("./chunks/dep-bSJfBHhb.js");
|
572
572
|
try {
|
573
573
|
const server = await createServer({
|
574
574
|
root,
|
@@ -624,7 +624,7 @@ cli.command("[root]", "start dev server").alias("serve").alias("dev").option("--
|
|
624
624
|
});
|
625
625
|
cli.command("build [root]", "build for production").option("--target <target>", `[string] transpile target (default: 'baseline-widely-available')`).option("--outDir <dir>", `[string] output directory (default: dist)`).option("--assetsDir <dir>", `[string] directory under outDir to place assets in (default: assets)`).option("--assetsInlineLimit <number>", `[number] static asset base64 inline threshold in bytes (default: 4096)`).option("--ssr [entry]", `[string] build specified entry for server-side rendering`).option("--sourcemap [output]", `[boolean | "inline" | "hidden"] output source maps for build (default: false)`).option("--minify [minifier]", "[boolean | \"terser\" | \"esbuild\"] enable/disable minification, or specify minifier to use (default: esbuild)").option("--manifest [name]", `[boolean | string] emit build manifest json`).option("--ssrManifest [name]", `[boolean | string] emit ssr manifest json`).option("--emptyOutDir", `[boolean] force empty outDir when it's outside of root`).option("-w, --watch", `[boolean] rebuilds when modules have changed on disk`).option("--app", `[boolean] same as \`builder: {}\``).action(async (root, options) => {
|
626
626
|
filterDuplicateOptions(options);
|
627
|
-
const { createBuilder } = await import("./chunks/dep-
|
627
|
+
const { createBuilder } = await import("./chunks/dep-ll8ogJMK.js");
|
628
628
|
const buildOptions = cleanGlobalCLIOptions(cleanBuilderCLIOptions(options));
|
629
629
|
try {
|
630
630
|
const inlineConfig = {
|
@@ -649,7 +649,7 @@ cli.command("build [root]", "build for production").option("--target <target>",
|
|
649
649
|
});
|
650
650
|
cli.command("optimize [root]", "pre-bundle dependencies (deprecated, the pre-bundle process runs automatically and does not need to be called)").option("--force", `[boolean] force the optimizer to ignore the cache and re-bundle`).action(async (root, options) => {
|
651
651
|
filterDuplicateOptions(options);
|
652
|
-
const { optimizeDeps } = await import("./chunks/dep-
|
652
|
+
const { optimizeDeps } = await import("./chunks/dep-D3dx-MVo.js");
|
653
653
|
try {
|
654
654
|
const config = await resolveConfig({
|
655
655
|
root,
|
@@ -667,7 +667,7 @@ cli.command("optimize [root]", "pre-bundle dependencies (deprecated, the pre-bun
|
|
667
667
|
});
|
668
668
|
cli.command("preview [root]", "locally preview production build").option("--host [host]", `[string] specify hostname`, { type: [convertHost] }).option("--port <port>", `[number] specify port`).option("--strictPort", `[boolean] exit if specified port is already in use`).option("--open [path]", `[boolean | string] open browser on startup`).option("--outDir <dir>", `[string] output directory (default: dist)`).action(async (root, options) => {
|
669
669
|
filterDuplicateOptions(options);
|
670
|
-
const { preview } = await import("./chunks/dep-
|
670
|
+
const { preview } = await import("./chunks/dep-L2kJu-gJ.js");
|
671
671
|
try {
|
672
672
|
const server = await preview({
|
673
673
|
root,
|
package/dist/node/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { createRequire as ___createRequire } from 'module'; const require = ___createRequire(import.meta.url);
|
2
|
-
import { BuildEnvironment, DevEnvironment, build, buildErrorMessage, createBuilder, createFilter, createIdResolver, createLogger, createRunnableDevEnvironment, createServer, createServerHotChannel, createServerModuleRunner, createServerModuleRunnerTransport, defineConfig, fetchModule, formatPostcssSourceMap, isCSSRequest, isFileLoadingAllowed, isFileServingAllowed, isRunnableDevEnvironment, loadConfigFromFile, loadEnv, mergeAlias, mergeConfig, normalizePath, optimizeDeps, perEnvironmentPlugin, perEnvironmentState, preprocessCSS, preview, resolveConfig, resolveEnvPrefix, rollupVersion, runnerImport, searchForWorkspaceRoot, send, sortUserPlugins, ssrTransform, transformWithEsbuild } from "./chunks/dep-
|
2
|
+
import { BuildEnvironment, DevEnvironment, build, buildErrorMessage, createBuilder, createFilter, createIdResolver, createLogger, createRunnableDevEnvironment, createServer, createServerHotChannel, createServerModuleRunner, createServerModuleRunnerTransport, defineConfig, fetchModule, formatPostcssSourceMap, isCSSRequest, isFileLoadingAllowed, isFileServingAllowed, isRunnableDevEnvironment, loadConfigFromFile, loadEnv, mergeAlias, mergeConfig, normalizePath, optimizeDeps, perEnvironmentPlugin, perEnvironmentState, preprocessCSS, preview, resolveConfig, resolveEnvPrefix, rollupVersion, runnerImport, searchForWorkspaceRoot, send, sortUserPlugins, ssrTransform, transformWithEsbuild } from "./chunks/dep-B-hsmHjg.js";
|
3
3
|
import { DEFAULT_CLIENT_CONDITIONS, DEFAULT_CLIENT_MAIN_FIELDS, DEFAULT_EXTERNAL_CONDITIONS, DEFAULT_SERVER_CONDITIONS, DEFAULT_SERVER_MAIN_FIELDS, VERSION, defaultAllowedOrigins } from "./chunks/dep-BDCsDwBr.js";
|
4
4
|
import { parseAst, parseAstAsync } from "rollup/parseAst";
|
5
5
|
import { version as esbuildVersion } from "esbuild";
|
@@ -1,9 +1,8 @@
|
|
1
|
-
const VALID_ID_PREFIX = "/@id/", NULL_BYTE_PLACEHOLDER = "__x00__";
|
2
1
|
let SOURCEMAPPING_URL = "sourceMa";
|
3
2
|
SOURCEMAPPING_URL += "ppingURL";
|
4
|
-
const
|
3
|
+
const isWindows = typeof process < "u" && process.platform === "win32";
|
5
4
|
function unwrapId(id) {
|
6
|
-
return id.startsWith(
|
5
|
+
return id.startsWith("/@id/") ? id.slice(5).replace("__x00__", "\0") : id;
|
7
6
|
}
|
8
7
|
const windowsSlashRE = /\\/g;
|
9
8
|
function slash(p) {
|
@@ -82,21 +81,21 @@ const isAbsolute = function(p) {
|
|
82
81
|
}, dirname = function(p) {
|
83
82
|
let segments = normalizeWindowsPath(p).replace(/\/$/, "").split("/").slice(0, -1);
|
84
83
|
return segments.length === 1 && _DRIVE_LETTER_RE.test(segments[0]) && (segments[0] += "/"), segments.join("/") || (isAbsolute(p) ? "/" : ".");
|
85
|
-
}, decodeBase64 = typeof atob < "u" ? atob : (str) => Buffer.from(str, "base64").toString("utf-8"),
|
84
|
+
}, decodeBase64 = typeof atob < "u" ? atob : (str) => Buffer.from(str, "base64").toString("utf-8"), percentRegEx = /%/g, backslashRegEx = /\\/g, newlineRegEx = /\n/g, carriageReturnRegEx = /\r/g, tabRegEx = /\t/g, questionRegex = /\?/g, hashRegex = /#/g;
|
86
85
|
function encodePathChars(filepath) {
|
87
86
|
return filepath.indexOf("%") !== -1 && (filepath = filepath.replace(percentRegEx, "%25")), !isWindows && filepath.indexOf("\\") !== -1 && (filepath = filepath.replace(backslashRegEx, "%5C")), filepath.indexOf("\n") !== -1 && (filepath = filepath.replace(newlineRegEx, "%0A")), filepath.indexOf("\r") !== -1 && (filepath = filepath.replace(carriageReturnRegEx, "%0D")), filepath.indexOf(" ") !== -1 && (filepath = filepath.replace(tabRegEx, "%09")), filepath;
|
88
87
|
}
|
89
88
|
const posixDirname = dirname, posixResolve = resolve;
|
90
89
|
function posixPathToFileHref(posixPath) {
|
91
90
|
let resolved = posixResolve(posixPath), filePathLast = posixPath.charCodeAt(posixPath.length - 1);
|
92
|
-
return (filePathLast ===
|
91
|
+
return (filePathLast === 47 || isWindows && filePathLast === 92) && resolved[resolved.length - 1] !== "/" && (resolved += "/"), resolved = encodePathChars(resolved), resolved.indexOf("?") !== -1 && (resolved = resolved.replace(questionRegex, "%3F")), resolved.indexOf("#") !== -1 && (resolved = resolved.replace(hashRegex, "%23")), new URL(`file://${resolved}`).href;
|
93
92
|
}
|
94
93
|
function toWindowsPath(path) {
|
95
94
|
return path.replace(/\//g, "\\");
|
96
95
|
}
|
97
|
-
const
|
96
|
+
const intToChar = new Uint8Array(64), charToInt = new Uint8Array(128);
|
98
97
|
for (let i = 0; i < 64; i++) {
|
99
|
-
let c =
|
98
|
+
let c = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(i);
|
100
99
|
intToChar[i] = c, charToInt[c] = i;
|
101
100
|
}
|
102
101
|
function decodeInteger(reader, relative) {
|
@@ -109,7 +108,7 @@ function decodeInteger(reader, relative) {
|
|
109
108
|
return value >>>= 1, shouldNegate && (value = -2147483648 | -value), relative + value;
|
110
109
|
}
|
111
110
|
function hasMoreVlq(reader, max) {
|
112
|
-
return reader.pos >= max ? !1 : reader.peek() !==
|
111
|
+
return reader.pos >= max ? !1 : reader.peek() !== 44;
|
113
112
|
}
|
114
113
|
var StringReader = class {
|
115
114
|
constructor(buffer) {
|
@@ -465,9 +464,9 @@ const {${missingBindings.join(", ")}} = pkg;
|
|
465
464
|
}
|
466
465
|
}
|
467
466
|
}
|
468
|
-
let
|
467
|
+
let nanoid = (size = 21) => {
|
469
468
|
let id = "", i = size | 0;
|
470
|
-
for (; i--;) id +=
|
469
|
+
for (; i--;) id += "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[Math.random() * 64 | 0];
|
471
470
|
return id;
|
472
471
|
};
|
473
472
|
function reviveInvokeError(e) {
|
@@ -675,7 +674,7 @@ function createHMRHandlerForRunner(runner) {
|
|
675
674
|
for (let url of clearEntrypointUrls) try {
|
676
675
|
await runner.import(url);
|
677
676
|
} catch (err) {
|
678
|
-
err.code !== ERR_OUTDATED_OPTIMIZED_DEP && hmrClient.logger.error(`An error happened during full reload\n${err.message}\n${err.stack}`);
|
677
|
+
err.code !== "ERR_OUTDATED_OPTIMIZED_DEP" && hmrClient.logger.error(`An error happened during full reload\n${err.message}\n${err.stack}`);
|
679
678
|
}
|
680
679
|
break;
|
681
680
|
}
|
@@ -857,8 +856,8 @@ function wrapCallSite(frame, state) {
|
|
857
856
|
}), frame.isNative()) return state.curPosition = null, frame;
|
858
857
|
let source = frame.getFileName() || frame.getScriptNameOrSourceURL();
|
859
858
|
if (source) {
|
860
|
-
let line = frame.getLineNumber(), column = frame.getColumnNumber() - 1
|
861
|
-
line === 1 && column >
|
859
|
+
let line = frame.getLineNumber(), column = frame.getColumnNumber() - 1;
|
860
|
+
line === 1 && column > 62 && !frame.isEval() && (column -= 62);
|
862
861
|
let position = mapSourcePosition({
|
863
862
|
name: null,
|
864
863
|
source,
|
@@ -969,6 +968,7 @@ async function createNodeImportMeta(modulePath) {
|
|
969
968
|
let importMetaResolver = await importMetaResolverCache;
|
970
969
|
return {
|
971
970
|
...defaultMeta,
|
971
|
+
main: !1,
|
972
972
|
resolve(id, parent) {
|
973
973
|
let resolver = importMetaResolver ?? defaultMeta.resolve;
|
974
974
|
return resolver(id, parent ?? href);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vite",
|
3
|
-
"version": "7.1.0-beta.
|
3
|
+
"version": "7.1.0-beta.1",
|
4
4
|
"type": "module",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "Evan You",
|
@@ -84,7 +84,7 @@
|
|
84
84
|
"@jridgewell/trace-mapping": "^0.3.29",
|
85
85
|
"@oxc-project/types": "0.77.0",
|
86
86
|
"@polka/compression": "^1.0.0-next.25",
|
87
|
-
"@rolldown/pluginutils": "^1.0.0-beta.
|
87
|
+
"@rolldown/pluginutils": "^1.0.0-beta.31",
|
88
88
|
"@rollup/plugin-alias": "^5.1.1",
|
89
89
|
"@rollup/plugin-commonjs": "^28.0.6",
|
90
90
|
"@rollup/plugin-dynamic-import-vars": "2.1.4",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"@types/escape-html": "^1.0.4",
|
93
93
|
"@types/pnpapi": "^0.0.5",
|
94
94
|
"artichokie": "^0.3.2",
|
95
|
-
"baseline-browser-mapping": "^2.5.
|
95
|
+
"baseline-browser-mapping": "^2.5.7",
|
96
96
|
"cac": "^6.7.14",
|
97
97
|
"chokidar": "^3.6.0",
|
98
98
|
"connect": "^3.7.0",
|
@@ -109,7 +109,7 @@
|
|
109
109
|
"etag": "^1.8.1",
|
110
110
|
"host-validation-middleware": "^0.1.1",
|
111
111
|
"http-proxy-3": "^1.20.10",
|
112
|
-
"launch-editor-middleware": "^2.
|
112
|
+
"launch-editor-middleware": "^2.11.0",
|
113
113
|
"lightningcss": "^1.30.1",
|
114
114
|
"magic-string": "^0.30.17",
|
115
115
|
"mlly": "^1.7.4",
|
@@ -125,8 +125,8 @@
|
|
125
125
|
"postcss-modules": "^6.0.1",
|
126
126
|
"premove": "^4.0.0",
|
127
127
|
"resolve.exports": "^2.0.3",
|
128
|
-
"rolldown": "^1.0.0-beta.
|
129
|
-
"rolldown-plugin-dts": "^0.
|
128
|
+
"rolldown": "^1.0.0-beta.31",
|
129
|
+
"rolldown-plugin-dts": "^0.15.3",
|
130
130
|
"rollup-plugin-license": "^3.6.0",
|
131
131
|
"sass": "^1.89.2",
|
132
132
|
"sass-embedded": "^1.89.2",
|