weapp-vite 5.11.1 → 5.11.2

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite",
3
3
  "type": "module",
4
- "version": "5.11.1",
4
+ "version": "5.11.2",
5
5
  "description": "weapp-vite 一个现代化的小程序打包工具",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -93,31 +93,31 @@
93
93
  "debug": "^4.4.3",
94
94
  "fdir": "^6.5.0",
95
95
  "fs-extra": "^11.3.2",
96
- "oxc-parser": "^0.101.0",
96
+ "oxc-parser": "^0.102.0",
97
97
  "oxc-walker": "^0.6.0",
98
98
  "pathe": "^2.0.3",
99
99
  "picomatch": "^4.0.3",
100
100
  "postcss": "^8.5.6",
101
101
  "rolldown": "1.0.0-beta.53",
102
- "tsdown": "0.17.1",
102
+ "tsdown": "0.17.2",
103
103
  "vite": "8.0.0-beta.1",
104
104
  "vite-tsconfig-paths": "^5.1.4",
105
- "@weapp-core/logger": "2.0.0",
106
105
  "@weapp-core/init": "3.0.5",
107
- "@weapp-core/shared": "2.0.1",
108
106
  "@weapp-core/schematics": "4.0.0",
107
+ "@weapp-core/shared": "2.0.1",
109
108
  "@weapp-vite/volar": "0.0.2",
109
+ "@weapp-core/logger": "2.0.0",
110
110
  "@weapp-vite/web": "0.0.2",
111
- "rolldown-require": "1.0.6",
112
111
  "vite-plugin-performance": "1.0.0",
113
- "weapp-ide-cli": "4.1.1"
112
+ "weapp-ide-cli": "4.1.1",
113
+ "rolldown-require": "1.0.6"
114
114
  },
115
115
  "publishConfig": {
116
116
  "access": "public",
117
117
  "registry": "https://registry.npmjs.org"
118
118
  },
119
119
  "devDependencies": {
120
- "@oxc-project/types": "^0.101.0",
120
+ "@oxc-project/types": "^0.102.0",
121
121
  "@tailwindcss/vite": "^4.1.17",
122
122
  "@types/semver": "^7.7.1",
123
123
  "@vitejs/plugin-vue": "^6.0.2",