nuxt-nightly 4.3.0-29473767.8c01e1ce → 4.3.0-29473885.5385d4a8

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +12 -12
package/dist/index.mjs CHANGED
@@ -3943,7 +3943,7 @@ const runtimeDependencies = [
3943
3943
  "uncrypto"
3944
3944
  ];
3945
3945
 
3946
- const version = "4.3.0-29473767.8c01e1ce";
3946
+ const version = "4.3.0-29473885.5385d4a8";
3947
3947
  const pkg = {
3948
3948
  version: version};
3949
3949
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-nightly",
3
- "version": "4.3.0-29473767.8c01e1ce",
3
+ "version": "4.3.0-29473885.5385d4a8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -51,12 +51,12 @@
51
51
  "@dxup/nuxt": "^0.3.2",
52
52
  "@nuxt/cli": "npm:@nuxt/cli-nightly@latest",
53
53
  "@nuxt/devtools": "^3.1.1",
54
- "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29473767.8c01e1ce",
55
- "@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.3.0-29473767.8c01e1ce",
56
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29473767.8c01e1ce",
54
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29473885.5385d4a8",
55
+ "@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.3.0-29473885.5385d4a8",
56
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29473885.5385d4a8",
57
57
  "@nuxt/telemetry": "^2.6.6",
58
- "@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.3.0-29473767.8c01e1ce",
59
- "@unhead/vue": "^2.1.1",
58
+ "@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.3.0-29473885.5385d4a8",
59
+ "@unhead/vue": "^2.1.2",
60
60
  "@vue/shared": "^3.5.26",
61
61
  "c12": "^3.3.3",
62
62
  "chokidar": "^5.0.0",
@@ -83,9 +83,9 @@
83
83
  "ofetch": "^1.5.1",
84
84
  "ohash": "^2.0.11",
85
85
  "on-change": "^6.0.1",
86
- "oxc-minify": "^0.107.0",
87
- "oxc-parser": "^0.107.0",
88
- "oxc-transform": "^0.107.0",
86
+ "oxc-minify": "^0.108.0",
87
+ "oxc-parser": "^0.108.0",
88
+ "oxc-transform": "^0.108.0",
89
89
  "oxc-walker": "^0.6.0",
90
90
  "pathe": "^2.0.3",
91
91
  "perfect-debounce": "^2.0.0",
@@ -95,7 +95,7 @@
95
95
  "semver": "^7.7.3",
96
96
  "std-env": "^3.10.0",
97
97
  "tinyglobby": "^0.2.15",
98
- "ufo": "^1.6.1",
98
+ "ufo": "^1.6.2",
99
99
  "ultrahtml": "^1.6.0",
100
100
  "uncrypto": "^0.1.3",
101
101
  "unctx": "^2.5.0",
@@ -108,13 +108,13 @@
108
108
  },
109
109
  "devDependencies": {
110
110
  "@nuxt/scripts": "0.13.2",
111
- "@parcel/watcher": "2.5.1",
111
+ "@parcel/watcher": "2.5.4",
112
112
  "@types/estree": "1.0.8",
113
113
  "@vitejs/plugin-vue": "6.0.3",
114
114
  "@vitejs/plugin-vue-jsx": "5.1.3",
115
115
  "@vue/compiler-sfc": "3.5.26",
116
116
  "unbuild": "3.6.1",
117
- "vite": "7.3.0",
117
+ "vite": "7.3.1",
118
118
  "vitest": "3.2.4",
119
119
  "vue-bundle-renderer": "2.2.0",
120
120
  "vue-sfc-transformer": "0.1.17"