|
1 | 1 | {
|
2 | 2 | "name": "unplugin-vue",
|
3 | 3 | "version": "7.0.1",
|
4 |
| - "packageManager": "pnpm@10.14.0", |
| 4 | + "packageManager": "pnpm@10.15.1", |
5 | 5 | "description": "Transform Vue 3 SFC to JavaScript.",
|
6 | 6 | "type": "module",
|
7 | 7 | "keywords": [
|
|
63 | 63 | "vue": "^3.2.25"
|
64 | 64 | },
|
65 | 65 | "dependencies": {
|
66 |
| - "@vue/reactivity": "^3.5.18", |
67 |
| - "debug": "^4.4.1", |
68 |
| - "unplugin": "^2.3.5", |
69 |
| - "vite": "^7.0.6" |
| 66 | + "@vue/reactivity": "^3.5.21", |
| 67 | + "debug": "^4.4.2", |
| 68 | + "unplugin": "^2.3.10", |
| 69 | + "vite": "^7.1.5" |
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 |
| - "@babel/types": "^7.28.2", |
73 |
| - "@farmfe/core": "2.0.0-nightly-20250411141103", |
74 |
| - "@jridgewell/gen-mapping": "^0.3.12", |
75 |
| - "@jridgewell/trace-mapping": "^0.3.29", |
76 |
| - "@sxzz/eslint-config": "^7.1.2", |
77 |
| - "@sxzz/prettier-config": "^2.2.3", |
78 |
| - "@sxzz/test-utils": "^0.5.9", |
| 72 | + "@babel/types": "^7.28.4", |
| 73 | + "@farmfe/core": "2.0.0-nightly-20250827162746", |
| 74 | + "@jridgewell/gen-mapping": "^0.3.13", |
| 75 | + "@jridgewell/trace-mapping": "^0.3.30", |
| 76 | + "@sxzz/eslint-config": "^7.1.4", |
| 77 | + "@sxzz/prettier-config": "^2.2.4", |
| 78 | + "@sxzz/test-utils": "^0.5.10", |
79 | 79 | "@types/debug": "^4.1.12",
|
80 |
| - "@types/node": "^24.2.0", |
| 80 | + "@types/node": "^24.3.1", |
81 | 81 | "@vitejs/plugin-vue": "^6.0.1",
|
82 | 82 | "@vitest/ui": "^3.2.4",
|
83 |
| - "bumpp": "^10.2.2", |
84 |
| - "esbuild": "^0.25.8", |
85 |
| - "eslint": "^9.32.0", |
| 83 | + "bumpp": "^10.2.3", |
| 84 | + "esbuild": "^0.25.9", |
| 85 | + "eslint": "^9.35.0", |
86 | 86 | "fast-glob": "^3.3.3",
|
87 | 87 | "prettier": "^3.6.2",
|
88 | 88 | "rimraf": "^6.0.1",
|
89 |
| - "rollup": "^4.46.2", |
| 89 | + "rollup": "^4.50.1", |
90 | 90 | "slash": "^5.1.0",
|
91 | 91 | "source-map-js": "^1.2.1",
|
92 |
| - "tsdown": "^0.13.3", |
| 92 | + "tsdown": "^0.14.2", |
93 | 93 | "typescript": "^5.9.2",
|
94 |
| - "unplugin-oxc": "^0.4.8", |
| 94 | + "unplugin-oxc": "^0.5.1", |
95 | 95 | "vitest": "^3.2.4",
|
96 | 96 | "vue": "^3.6.0-alpha.2",
|
97 |
| - "webpack": "^5.101.0" |
| 97 | + "webpack": "^5.101.3" |
98 | 98 | },
|
99 | 99 | "engines": {
|
100 | 100 | "node": ">=20.19.0"
|
|
0 commit comments