|
1 | 1 | {
|
2 | 2 | "name": "unplugin-vue-named-export",
|
3 | 3 | "version": "0.8.1",
|
4 |
| - "packageManager": "pnpm@10.10.0", |
| 4 | + "packageManager": "pnpm@10.12.4", |
5 | 5 | "description": "Named export for Vue SFC.",
|
6 | 6 | "type": "module",
|
7 | 7 | "keywords": [
|
|
63 | 63 | },
|
64 | 64 | "dependencies": {
|
65 | 65 | "@vue/language-core": "^3.0.1",
|
66 |
| - "ast-kit": "^2.0.0", |
| 66 | + "ast-kit": "^2.1.1", |
67 | 67 | "magic-string-ast": "^1.0.0",
|
68 | 68 | "muggle-string": "^0.4.1",
|
69 |
| - "unplugin": "^2.3.2" |
| 69 | + "unplugin": "^2.3.5" |
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 |
| - "@babel/types": "^7.27.1", |
73 |
| - "@sxzz/eslint-config": "^7.0.0", |
74 |
| - "@sxzz/prettier-config": "^2.2.1", |
| 72 | + "@babel/types": "^7.28.0", |
| 73 | + "@sxzz/eslint-config": "^7.0.4", |
| 74 | + "@sxzz/prettier-config": "^2.2.3", |
75 | 75 | "@sxzz/test-utils": "^0.5.6",
|
76 |
| - "@types/node": "^22.15.17", |
77 |
| - "bumpp": "^10.1.0", |
| 76 | + "@types/node": "^22.16.2", |
| 77 | + "bumpp": "^10.2.0", |
78 | 78 | "change-case": "^5.4.4",
|
79 |
| - "eslint": "^9.26.0", |
80 |
| - "prettier": "^3.5.3", |
81 |
| - "tsdown": "^0.11.1", |
82 |
| - "tsx": "^4.19.4", |
| 79 | + "eslint": "^9.30.1", |
| 80 | + "prettier": "^3.6.2", |
| 81 | + "tsdown": "^0.12.9", |
| 82 | + "tsx": "^4.20.3", |
83 | 83 | "typescript": "^5.8.3",
|
84 |
| - "unplugin-oxc": "^0.3.7", |
| 84 | + "unplugin-oxc": "^0.4.6", |
85 | 85 | "unplugin-vue": "^6.2.0",
|
86 |
| - "vite": "^7.0.0", |
87 |
| - "vitest": "^3.1.3", |
88 |
| - "vue": "^3.5.13", |
| 86 | + "vite": "^7.0.3", |
| 87 | + "vitest": "^3.2.4", |
| 88 | + "vue": "^3.5.17", |
89 | 89 | "vue-tsc": "^3.0.1"
|
90 | 90 | },
|
91 | 91 | "engines": {
|
|
0 commit comments