|
1 | 1 | {
|
2 | 2 | "name": "unplugin-vue-named-export",
|
3 | 3 | "version": "0.7.3",
|
4 |
| - "packageManager": "pnpm@10.8.0", |
| 4 | + "packageManager": "pnpm@10.9.0", |
5 | 5 | "description": "Named export for Vue SFC.",
|
6 | 6 | "type": "module",
|
7 | 7 | "keywords": [
|
|
89 | 89 | "prepublishOnly": "pnpm run build"
|
90 | 90 | },
|
91 | 91 | "dependencies": {
|
92 |
| - "@vue/language-core": "^2.2.8", |
93 |
| - "ast-kit": "^1.4.2", |
| 92 | + "@vue/language-core": "^2.2.10", |
| 93 | + "ast-kit": "^1.4.3", |
94 | 94 | "magic-string-ast": "^0.9.1",
|
95 | 95 | "muggle-string": "^0.4.1",
|
96 | 96 | "unplugin": "^2.3.2",
|
97 | 97 | "unplugin-utils": "^0.2.4"
|
98 | 98 | },
|
99 | 99 | "devDependencies": {
|
100 | 100 | "@babel/types": "^7.27.0",
|
101 |
| - "@sxzz/eslint-config": "^6.1.1", |
| 101 | + "@sxzz/eslint-config": "^6.1.2", |
102 | 102 | "@sxzz/prettier-config": "^2.2.1",
|
103 |
| - "@sxzz/test-utils": "^0.5.4", |
104 |
| - "@types/node": "^22.14.1", |
| 103 | + "@sxzz/test-utils": "^0.5.5", |
| 104 | + "@types/node": "^22.15.2", |
105 | 105 | "bumpp": "^10.1.0",
|
106 | 106 | "change-case": "^5.4.4",
|
107 |
| - "eslint": "^9.24.0", |
| 107 | + "eslint": "^9.25.1", |
108 | 108 | "prettier": "^3.5.3",
|
109 |
| - "tsdown": "^0.6.10", |
| 109 | + "tsdown": "^0.9.7", |
110 | 110 | "tsx": "^4.19.3",
|
111 | 111 | "typescript": "^5.8.3",
|
112 |
| - "unplugin-oxc": "^0.3.3", |
113 |
| - "unplugin-vue": "^6.1.0", |
114 |
| - "vite": "^6.2.6", |
115 |
| - "vitest": "^3.1.1", |
| 112 | + "unplugin-oxc": "^0.3.6", |
| 113 | + "unplugin-vue": "^6.2.0", |
| 114 | + "vite": "^6.3.3", |
| 115 | + "vitest": "^3.1.2", |
116 | 116 | "vue": "^3.5.13",
|
117 |
| - "vue-tsc": "^2.2.8" |
| 117 | + "vue-tsc": "^2.2.10" |
118 | 118 | },
|
119 | 119 | "engines": {
|
120 | 120 | "node": ">=18.12.0"
|
|
0 commit comments