vite 6.1.0 → 6.2.0-beta.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite",
3
- "version": "6.1.0",
3
+ "version": "6.2.0-beta.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Evan You",
@@ -72,8 +72,8 @@
72
72
  "funding": "https://github.com/vitejs/vite?sponsor=1",
73
73
  "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
74
74
  "dependencies": {
75
- "esbuild": "^0.24.2",
76
- "postcss": "^8.5.1",
75
+ "esbuild": "^0.25.0",
76
+ "postcss": "^8.5.2",
77
77
  "rollup": "^4.30.1"
78
78
  },
79
79
  "optionalDependencies": {
@@ -81,7 +81,7 @@
81
81
  },
82
82
  "devDependencies": {
83
83
  "@ampproject/remapping": "^2.3.0",
84
- "@babel/parser": "^7.26.7",
84
+ "@babel/parser": "^7.26.9",
85
85
  "@jridgewell/trace-mapping": "^0.3.25",
86
86
  "@polka/compression": "^1.0.0-next.25",
87
87
  "@rollup/plugin-alias": "^5.1.1",
@@ -108,15 +108,15 @@
108
108
  "estree-walker": "^3.0.3",
109
109
  "etag": "^1.8.1",
110
110
  "http-proxy": "^1.18.1",
111
- "launch-editor-middleware": "^2.9.1",
111
+ "launch-editor-middleware": "^2.10.0",
112
112
  "lightningcss": "^1.29.1",
113
113
  "magic-string": "^0.30.17",
114
114
  "mlly": "^1.7.4",
115
- "mrmime": "^2.0.0",
116
- "nanoid": "^5.0.9",
115
+ "mrmime": "^2.0.1",
116
+ "nanoid": "^5.1.0",
117
117
  "open": "^10.1.0",
118
118
  "parse5": "^7.2.1",
119
- "pathe": "^2.0.2",
119
+ "pathe": "^2.0.3",
120
120
  "periscopic": "^4.0.2",
121
121
  "picocolors": "^1.1.1",
122
122
  "picomatch": "^4.0.2",
@@ -125,16 +125,16 @@
125
125
  "postcss-modules": "^6.0.1",
126
126
  "resolve.exports": "^2.0.3",
127
127
  "rollup-plugin-dts": "^6.1.1",
128
- "rollup-plugin-esbuild": "^6.1.1",
129
- "rollup-plugin-license": "^3.5.3",
130
- "sass": "^1.83.4",
131
- "sass-embedded": "^1.83.4",
132
- "sirv": "^3.0.0",
128
+ "rollup-plugin-esbuild": "^6.2.0",
129
+ "rollup-plugin-license": "^3.6.0",
130
+ "sass": "^1.85.0",
131
+ "sass-embedded": "^1.85.0",
132
+ "sirv": "^3.0.1",
133
133
  "source-map-support": "^0.5.21",
134
134
  "strip-literal": "^3.0.0",
135
- "terser": "^5.37.0",
136
- "tinyglobby": "^0.2.10",
137
- "tsconfck": "^3.1.4",
135
+ "terser": "^5.39.0",
136
+ "tinyglobby": "^0.2.11",
137
+ "tsconfck": "^3.1.5",
138
138
  "tslib": "^2.8.1",
139
139
  "types": "link:./types",
140
140
  "ufo": "^1.5.4",