|
1 | 1 | { |
2 | 2 | "name": "unplugin-vue-named-export", |
3 | 3 | "version": "0.9.2", |
4 | | - "packageManager": "pnpm@10.23.0", |
| 4 | + "packageManager": "pnpm@10.24.0", |
5 | 5 | "description": "Named export for Vue SFC.", |
6 | 6 | "type": "module", |
7 | 7 | "keywords": [ |
|
62 | 62 | "prepublishOnly": "pnpm run build" |
63 | 63 | }, |
64 | 64 | "dependencies": { |
65 | | - "@vue/language-core": "^3.1.4", |
| 65 | + "@vue/language-core": "^3.1.5", |
66 | 66 | "ast-kit": "^2.2.0", |
67 | 67 | "magic-string-ast": "^1.0.3", |
68 | 68 | "muggle-string": "^0.4.1", |
69 | 69 | "unplugin": "^2.3.11" |
70 | 70 | }, |
71 | 71 | "devDependencies": { |
72 | 72 | "@babel/types": "^7.28.5", |
73 | | - "@sxzz/eslint-config": "^7.3.2", |
74 | | - "@sxzz/prettier-config": "^2.2.5", |
| 73 | + "@sxzz/eslint-config": "^7.4.1", |
| 74 | + "@sxzz/prettier-config": "^2.2.6", |
75 | 75 | "@sxzz/test-utils": "^0.5.13", |
76 | 76 | "@types/node": "^24.10.1", |
77 | | - "bumpp": "^10.3.1", |
| 77 | + "bumpp": "^10.3.2", |
78 | 78 | "change-case": "^5.4.4", |
79 | 79 | "eslint": "^9.39.1", |
80 | | - "prettier": "^3.6.2", |
81 | | - "tsdown": "^0.16.6", |
82 | | - "tsx": "^4.20.6", |
| 80 | + "prettier": "^3.7.4", |
| 81 | + "tsdown": "^0.17.0", |
| 82 | + "tsx": "^4.21.0", |
83 | 83 | "typescript": "^5.9.3", |
84 | 84 | "unplugin-oxc": "^0.5.5", |
85 | | - "unplugin-vue": "^7.0.8", |
86 | | - "vite": "^7.2.4", |
87 | | - "vitest": "^4.0.13", |
88 | | - "vue": "^3.5.24", |
89 | | - "vue-tsc": "^3.1.4" |
| 85 | + "unplugin-vue": "^7.1.0", |
| 86 | + "vite": "^7.2.6", |
| 87 | + "vitest": "^4.0.15", |
| 88 | + "vue": "^3.5.25", |
| 89 | + "vue-tsc": "^3.1.5" |
90 | 90 | }, |
91 | 91 | "engines": { |
92 | 92 | "node": ">=20.18.0" |
|
0 commit comments