|
1 | 1 | {
|
2 | 2 | "name": "unplugin-vue",
|
3 | 3 | "version": "6.2.0",
|
4 |
| - "packageManager": "pnpm@10.11.0", |
| 4 | + "packageManager": "pnpm@10.12.1", |
5 | 5 | "description": "Transform Vue 3 SFC to JavaScript.",
|
6 | 6 | "type": "module",
|
7 | 7 | "keywords": [
|
|
64 | 64 | "vue": "^3.2.25"
|
65 | 65 | },
|
66 | 66 | "dependencies": {
|
67 |
| - "@vue/reactivity": "^3.5.15", |
| 67 | + "@vue/reactivity": "^3.5.16", |
68 | 68 | "debug": "^4.4.1",
|
69 | 69 | "unplugin": "^2.3.5",
|
70 | 70 | "vite": "^6.3.5"
|
71 | 71 | },
|
72 | 72 | "devDependencies": {
|
73 |
| - "@babel/types": "^7.27.3", |
| 73 | + "@babel/types": "^7.27.6", |
74 | 74 | "@farmfe/core": "2.0.0-nightly-20250411141103",
|
75 | 75 | "@jridgewell/gen-mapping": "^0.3.8",
|
76 | 76 | "@jridgewell/trace-mapping": "^0.3.25",
|
77 |
| - "@sxzz/eslint-config": "^7.0.1", |
| 77 | + "@sxzz/eslint-config": "^7.0.3", |
78 | 78 | "@sxzz/prettier-config": "^2.2.1",
|
79 | 79 | "@sxzz/test-utils": "^0.5.6",
|
80 | 80 | "@types/debug": "^4.1.12",
|
81 |
| - "@types/node": "^22.15.23", |
| 81 | + "@types/node": "^22.15.32", |
82 | 82 | "@vitejs/plugin-vue": "^5.2.4",
|
83 |
| - "@vitest/ui": "^3.1.4", |
| 83 | + "@vitest/ui": "^3.2.3", |
84 | 84 | "bumpp": "^10.1.1",
|
85 | 85 | "esbuild": "^0.25.5",
|
86 |
| - "eslint": "^9.27.0", |
| 86 | + "eslint": "^9.29.0", |
87 | 87 | "fast-glob": "^3.3.3",
|
88 | 88 | "prettier": "^3.5.3",
|
89 | 89 | "rimraf": "^6.0.1",
|
90 |
| - "rollup": "^4.41.1", |
| 90 | + "rollup": "^4.43.0", |
91 | 91 | "slash": "^5.1.0",
|
92 | 92 | "source-map-js": "^1.2.1",
|
93 |
| - "tsdown": "^0.12.4", |
| 93 | + "tsdown": "^0.12.7", |
94 | 94 | "typescript": "^5.8.3",
|
95 |
| - "unplugin-oxc": "^0.4.4", |
96 |
| - "vitest": "^3.1.4", |
| 95 | + "unplugin-oxc": "^0.4.5", |
| 96 | + "vitest": "^3.2.3", |
97 | 97 | "webpack": "^5.99.9"
|
98 | 98 | },
|
99 | 99 | "engines": {
|
|
0 commit comments