vite 5.1.5 → 5.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": "5.1.5",
3
+ "version": "5.2.0-beta.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Evan You",
@@ -72,17 +72,18 @@
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.19.3",
75
+ "esbuild": "^0.20.1",
76
76
  "postcss": "^8.4.35",
77
- "rollup": "^4.2.0"
77
+ "rollup": "^4.13.0"
78
78
  },
79
79
  "optionalDependencies": {
80
80
  "fsevents": "~2.3.3"
81
81
  },
82
82
  "devDependencies": {
83
- "@ampproject/remapping": "^2.2.1",
84
- "@babel/parser": "^7.23.9",
85
- "@jridgewell/trace-mapping": "^0.3.23",
83
+ "@ampproject/remapping": "^2.3.0",
84
+ "@babel/parser": "^7.24.0",
85
+ "@jridgewell/trace-mapping": "^0.3.25",
86
+ "@polka/compression": "^1.0.0-next.25",
86
87
  "@rollup/plugin-alias": "^5.1.0",
87
88
  "@rollup/plugin-commonjs": "^25.0.7",
88
89
  "@rollup/plugin-dynamic-import-vars": "^2.1.2",
@@ -113,7 +114,7 @@
113
114
  "http-proxy": "^1.18.1",
114
115
  "launch-editor-middleware": "^2.6.1",
115
116
  "lightningcss": "^1.24.0",
116
- "magic-string": "^0.30.7",
117
+ "magic-string": "^0.30.8",
117
118
  "micromatch": "^4.0.5",
118
119
  "mlly": "^1.6.1",
119
120
  "mrmime": "^2.0.0",
@@ -129,12 +130,12 @@
129
130
  "resolve.exports": "^2.0.2",
130
131
  "rollup-plugin-dts": "^6.1.0",
131
132
  "rollup-plugin-esbuild": "^6.1.1",
132
- "rollup-plugin-license": "^3.2.0",
133
+ "rollup-plugin-license": "^3.3.1",
133
134
  "sirv": "^2.0.4",
134
135
  "source-map-support": "^0.5.21",
135
136
  "strip-ansi": "^7.1.0",
136
137
  "strip-literal": "^2.0.0",
137
- "tsconfck": "^3.0.2",
138
+ "tsconfck": "^3.0.3",
138
139
  "tslib": "^2.6.2",
139
140
  "types": "link:./types",
140
141
  "ufo": "^1.4.0",