|
1 | 1 | { |
2 | 2 | "name":"unplugin-vue", |
3 | 3 | "version":"5.2.1", |
4 | | -"packageManager":"pnpm@9.14.2", |
| 4 | +"packageManager":"pnpm@9.15.1", |
5 | 5 | "description":"Transform Vue 3 SFC to JavaScript.", |
6 | 6 | "type":"module", |
7 | 7 | "keywords": [ |
|
87 | 87 | }, |
88 | 88 | "dependencies": { |
89 | 89 | "@vue/reactivity":"^3.5.13", |
90 | | -"debug":"^4.3.7", |
| 90 | +"debug":"^4.4.0", |
91 | 91 | "unplugin":"^1.16.0", |
92 | | -"vite":"^6.0.0" |
| 92 | +"vite":"^6.0.6" |
93 | 93 | }, |
94 | 94 | "devDependencies": { |
95 | | -"@babel/types":"^7.26.0", |
96 | | -"@jridgewell/gen-mapping":"^0.3.5", |
| 95 | +"@babel/types":"^7.26.3", |
| 96 | +"@jridgewell/gen-mapping":"^0.3.8", |
97 | 97 | "@jridgewell/trace-mapping":"^0.3.25", |
98 | | -"@sxzz/eslint-config":"^4.5.0", |
| 98 | +"@sxzz/eslint-config":"^4.5.1", |
99 | 99 | "@sxzz/prettier-config":"^2.0.2", |
100 | | -"@sxzz/test-utils":"^0.3.7", |
| 100 | +"@sxzz/test-utils":"^0.3.11", |
101 | 101 | "@types/debug":"^4.1.12", |
102 | | -"@types/node":"^22.10.0", |
103 | | -"@vitejs/plugin-vue":"5.2.1", |
104 | | -"@vitest/ui":"2.1.6", |
105 | | -"bumpp":"^9.8.1", |
106 | | -"esbuild":"0.24.0", |
107 | | -"eslint":"^9.15.0", |
| 102 | +"@types/node":"^22.10.2", |
| 103 | +"@vitejs/plugin-vue":"^5.2.1", |
| 104 | +"@vitest/ui":"^2.1.8", |
| 105 | +"bumpp":"^9.9.2", |
| 106 | +"esbuild":"^0.24.2", |
| 107 | +"eslint":"^9.17.0", |
108 | 108 | "fast-glob":"^3.3.2", |
109 | 109 | "rimraf":"^6.0.1", |
110 | | -"rollup":"^4.27.4", |
| 110 | +"rollup":"^4.29.1", |
111 | 111 | "rollup-plugin-esbuild":"^6.1.1", |
112 | 112 | "slash":"^5.1.0", |
113 | 113 | "source-map-js":"^1.2.1", |
114 | 114 | "tsup":"^8.3.5", |
115 | 115 | "typescript":"^5.7.2", |
116 | 116 | "unplugin-unused":"^0.2.3", |
117 | | -"vitest":"2.1.6", |
118 | | -"webpack":"^5.96.1" |
| 117 | +"vitest":"^2.1.8", |
| 118 | +"webpack":"^5.97.1" |
119 | 119 | }, |
120 | 120 | "engines": { |
121 | 121 | "node":">=18.0.0" |
|