|
2 | 2 | "name": "unplugin-vue", |
3 | 3 | "type": "module", |
4 | 4 | "version": "7.1.0", |
5 | | - "packageManager": "pnpm@10.24.0", |
| 5 | + "packageManager": "pnpm@10.26.1", |
6 | 6 | "description": "Transform Vue 3 SFC to JavaScript.", |
7 | 7 | "author": "Kevin Deng <[email protected]>", |
8 | 8 | "license": "MIT", |
|
68 | 68 | "dependencies": { |
69 | 69 | "@jridgewell/gen-mapping": "^0.3.13", |
70 | 70 | "@jridgewell/trace-mapping": "^0.3.31", |
71 | | - "@vue/reactivity": "^3.5.25", |
| 71 | + "@vue/reactivity": "^3.5.26", |
72 | 72 | "obug": "^2.1.1", |
73 | 73 | "unplugin": "^2.3.11", |
74 | | - "vite": "^8.0.0-beta.0" |
| 74 | + "vite": "^8.0.0-beta.3" |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | 77 | "@babel/types": "^7.28.5", |
78 | | - "@farmfe/core": "2.0.0-nightly-20250411141103", |
79 | | - "@sxzz/eslint-config": "^7.4.1", |
| 78 | + "@farmfe/core": "2.0.0-nightly-20250827162746", |
| 79 | + "@sxzz/eslint-config": "^7.4.3", |
80 | 80 | "@sxzz/prettier-config": "^2.2.6", |
81 | | - "@sxzz/test-utils": "^0.5.13", |
82 | | - "@types/node": "^24.10.1", |
83 | | - "@typescript/native-preview": "7.0.0-dev.20251203.1", |
84 | | - "@vitejs/plugin-vue": "^6.0.2", |
85 | | - "@vitest/ui": "^4.0.15", |
| 81 | + "@sxzz/test-utils": "^0.5.15", |
| 82 | + "@types/node": "^24.10.4", |
| 83 | + "@typescript/native-preview": "7.0.0-dev.20251219.1", |
| 84 | + "@vitejs/plugin-vue": "^6.0.3", |
| 85 | + "@vitest/ui": "^4.0.16", |
86 | 86 | "bumpp": "^10.3.2", |
87 | | - "esbuild": "^0.27.0", |
88 | | - "eslint": "^9.39.1", |
| 87 | + "esbuild": "^0.27.2", |
| 88 | + "eslint": "^9.39.2", |
89 | 89 | "fast-glob": "^3.3.3", |
90 | 90 | "premove": "^4.0.0", |
91 | 91 | "prettier": "^3.7.4", |
92 | | - "rollup": "^4.53.3", |
| 92 | + "rollup": "^4.53.5", |
93 | 93 | "slash": "^5.1.0", |
94 | 94 | "source-map-js": "^1.2.1", |
95 | | - "tsdown": "^0.17.0-beta.6", |
| 95 | + "tsdown": "^0.18.1", |
96 | 96 | "typescript": "^5.9.3", |
97 | | - "unplugin-oxc": "^0.5.5", |
98 | | - "vitest": "^4.0.15", |
99 | | - "vue": "^3.6.0-alpha.2", |
100 | | - "webpack": "^5.103.0" |
| 97 | + "unplugin-oxc": "^0.5.6", |
| 98 | + "vitest": "^4.0.16", |
| 99 | + "vue": "^3.6.0-alpha.7", |
| 100 | + "webpack": "^5.104.1" |
101 | 101 | }, |
102 | 102 | "prettier": "@sxzz/prettier-config" |
103 | 103 | } |
0 commit comments