|
1 | 1 | { |
2 | 2 | "name": "unplugin-vue", |
3 | 3 | "version": "7.0.4", |
4 | | - "packageManager": "pnpm@10.19.0", |
| 4 | + "packageManager": "pnpm@10.21.0", |
5 | 5 | "description": "Transform Vue 3 SFC to JavaScript.", |
6 | 6 | "type": "module", |
7 | 7 | "keywords": [ |
|
65 | 65 | "dependencies": { |
66 | 66 | "@jridgewell/gen-mapping": "^0.3.13", |
67 | 67 | "@jridgewell/trace-mapping": "^0.3.31", |
68 | | - "@vue/reactivity": "^3.5.22", |
| 68 | + "@vue/reactivity": "^3.5.24", |
69 | 69 | "obug": "^0.1.1", |
70 | 70 | "unplugin": "^2.3.10", |
71 | | - "vite": "^7.1.12" |
| 71 | + "vite": "^7.2.2" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | 74 | "@babel/types": "^7.28.5", |
75 | | - "@farmfe/core": "2.0.0-nightly-20250411141103", |
76 | | - "@sxzz/eslint-config": "^7.2.7", |
| 75 | + "@farmfe/core": "2.0.0-nightly-20250827162746", |
| 76 | + "@sxzz/eslint-config": "^7.2.10", |
77 | 77 | "@sxzz/prettier-config": "^2.2.4", |
78 | 78 | "@sxzz/test-utils": "^0.5.12", |
79 | | - "@types/node": "^24.9.1", |
| 79 | + "@types/node": "^24.10.1", |
80 | 80 | "@vitejs/plugin-vue": "^6.0.1", |
81 | | - "@vitest/ui": "^4.0.2", |
| 81 | + "@vitest/ui": "^4.0.8", |
82 | 82 | "bumpp": "^10.3.1", |
83 | | - "esbuild": "^0.25.11", |
84 | | - "eslint": "^9.38.0", |
| 83 | + "esbuild": "^0.27.0", |
| 84 | + "eslint": "^9.39.1", |
85 | 85 | "fast-glob": "^3.3.3", |
86 | 86 | "prettier": "^3.6.2", |
87 | | - "rimraf": "^6.0.1", |
88 | | - "rollup": "^4.52.5", |
| 87 | + "rimraf": "^6.1.0", |
| 88 | + "rollup": "^4.53.2", |
89 | 89 | "slash": "^5.1.0", |
90 | 90 | "source-map-js": "^1.2.1", |
91 | | - "tsdown": "^0.15.9", |
| 91 | + "tsdown": "^0.16.3", |
92 | 92 | "typescript": "^5.9.3", |
93 | 93 | "unplugin-oxc": "^0.5.3", |
94 | | - "vitest": "^4.0.2", |
95 | | - "vue": "^3.6.0-alpha.2", |
| 94 | + "vitest": "^4.0.8", |
| 95 | + "vue": "^3.6.0-alpha.3", |
96 | 96 | "webpack": "^5.102.1" |
97 | 97 | }, |
98 | 98 | "engines": { |
|
0 commit comments