@nuxt/vite-builder-nightly 4.2.2-29381404.e7fff713 → 4.2.2-29381721.51356a46
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/index.mjs +1 -1
- package/package.json +11 -11
package/dist/index.mjs
CHANGED
|
@@ -1863,7 +1863,7 @@ function ReplacePlugin() {
|
|
|
1863
1863
|
}
|
|
1864
1864
|
}
|
|
1865
1865
|
if (config.isProduction && vite.rolldownVersion) {
|
|
1866
|
-
const { replacePlugin: replacePlugin2 } = await import('rolldown/
|
|
1866
|
+
const { replacePlugin: replacePlugin2 } = await import('rolldown/plugins');
|
|
1867
1867
|
return replacePlugin2(replaceOptions, { preventAssignment: true });
|
|
1868
1868
|
} else {
|
|
1869
1869
|
return replacePlugin({ ...replaceOptions, preventAssignment: true });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/vite-builder-nightly",
|
|
3
|
-
"version": "4.2.2-
|
|
3
|
+
"version": "4.2.2-29381721.51356a46",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -21,25 +21,25 @@
|
|
|
21
21
|
"dist"
|
|
22
22
|
],
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.2-
|
|
24
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.2-29381721.51356a46",
|
|
25
25
|
"nitropack": "2.12.9",
|
|
26
|
-
"rolldown": "1.0.0-beta.
|
|
27
|
-
"rollup": "4.
|
|
26
|
+
"rolldown": "1.0.0-beta.49",
|
|
27
|
+
"rollup": "4.53.2",
|
|
28
28
|
"unbuild": "3.6.1",
|
|
29
|
-
"vue": "3.5.
|
|
29
|
+
"vue": "3.5.24"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.2-
|
|
32
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.2-29381721.51356a46",
|
|
33
33
|
"@rollup/plugin-replace": "^6.0.3",
|
|
34
34
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
35
35
|
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
36
|
-
"autoprefixer": "^10.4.
|
|
36
|
+
"autoprefixer": "^10.4.22",
|
|
37
37
|
"consola": "^3.4.2",
|
|
38
38
|
"cssnano": "^7.1.2",
|
|
39
39
|
"defu": "^6.1.4",
|
|
40
|
-
"esbuild": "^0.
|
|
40
|
+
"esbuild": "^0.27.0",
|
|
41
41
|
"escape-string-regexp": "^5.0.0",
|
|
42
|
-
"exsolve": "^1.0.
|
|
42
|
+
"exsolve": "^1.0.8",
|
|
43
43
|
"get-port-please": "^3.2.0",
|
|
44
44
|
"h3": "^1.15.4",
|
|
45
45
|
"jiti": "^2.6.1",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"std-env": "^3.10.0",
|
|
56
56
|
"ufo": "^1.6.1",
|
|
57
57
|
"unenv": "^2.0.0-rc.24",
|
|
58
|
-
"vite": "^7.2.
|
|
58
|
+
"vite": "^7.2.2",
|
|
59
59
|
"vite-node": "^5.0.0",
|
|
60
60
|
"vite-plugin-checker": "^0.11.0",
|
|
61
61
|
"vue-bundle-renderer": "^2.2.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"nuxt": "npm:nuxt-nightly@4.2.2-
|
|
64
|
+
"nuxt": "npm:nuxt-nightly@4.2.2-29381721.51356a46",
|
|
65
65
|
"rolldown": "^1.0.0-beta.38",
|
|
66
66
|
"vue": "^3.3.4"
|
|
67
67
|
},
|