|
1 | 1 | { |
2 | 2 | "name":"unplugin-vue", |
3 | 3 | "version":"7.0.2", |
4 | | -"packageManager":"pnpm@10.18.1", |
| 4 | +"packageManager":"pnpm@10.19.0", |
5 | 5 | "description":"Transform Vue 3 SFC to JavaScript.", |
6 | 6 | "type":"module", |
7 | 7 | "keywords": [ |
|
68 | 68 | "@vue/reactivity":"^3.5.22", |
69 | 69 | "debug":"^4.4.3", |
70 | 70 | "unplugin":"^2.3.10", |
71 | | -"vite":"^7.1.9" |
| 71 | +"vite":"^7.1.12" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | | -"@babel/types":"^7.28.4", |
| 74 | +"@babel/types":"^7.28.5", |
75 | 75 | "@farmfe/core":"2.0.0-nightly-20250411141103", |
76 | 76 | "@sxzz/eslint-config":"^7.2.7", |
77 | 77 | "@sxzz/prettier-config":"^2.2.4", |
78 | | -"@sxzz/test-utils":"^0.5.11", |
| 78 | +"@sxzz/test-utils":"^0.5.12", |
79 | 79 | "@types/debug":"^4.1.12", |
80 | | -"@types/node":"^24.7.0", |
| 80 | +"@types/node":"^24.9.1", |
81 | 81 | "@vitejs/plugin-vue":"^6.0.1", |
82 | | -"@vitest/ui":"^3.2.4", |
| 82 | +"@vitest/ui":"^4.0.2", |
83 | 83 | "bumpp":"^10.3.1", |
84 | | -"esbuild":"^0.25.10", |
85 | | -"eslint":"^9.37.0", |
| 84 | +"esbuild":"^0.25.11", |
| 85 | +"eslint":"^9.38.0", |
86 | 86 | "fast-glob":"^3.3.3", |
87 | 87 | "prettier":"^3.6.2", |
88 | 88 | "rimraf":"^6.0.1", |
89 | | -"rollup":"^4.52.4", |
| 89 | +"rollup":"^4.52.5", |
90 | 90 | "slash":"^5.1.0", |
91 | 91 | "source-map-js":"^1.2.1", |
92 | | -"tsdown":"^0.15.6", |
| 92 | +"tsdown":"^0.15.9", |
93 | 93 | "typescript":"^5.9.3", |
94 | | -"unplugin-oxc":"^0.5.2", |
95 | | -"vitest":"^3.2.4", |
| 94 | +"unplugin-oxc":"^0.5.3", |
| 95 | +"vitest":"^4.0.2", |
96 | 96 | "vue":"^3.6.0-alpha.2", |
97 | | -"webpack":"^5.102.0" |
| 97 | +"webpack":"^5.102.1" |
98 | 98 | }, |
99 | 99 | "engines": { |
100 | 100 | "node":">=20.19.0" |
|