|
2 | 2 | "name": "unplugin-vue-components",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "29.0.0",
|
5 |
| - "packageManager": "pnpm@10.14.0", |
| 5 | + "packageManager": "pnpm@10.17.0", |
6 | 6 | "description": "Components auto importing for Vue",
|
7 | 7 | "author": "antfu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
80 | 80 | "prepublishOnly": "npm run build",
|
81 | 81 | "lint": "eslint .",
|
82 | 82 | "typecheck": "tsc",
|
83 |
| - "release": "bumpp && npm publish", |
| 83 | + "release": "bumpp", |
84 | 84 | "test": "vitest",
|
85 |
| - "test:update": "vitest --u" |
| 85 | + "test:update": "vitest -u" |
86 | 86 | },
|
87 | 87 | "peerDependencies": {
|
88 | 88 | "@babel/parser": "^7.15.8",
|
|
99 | 99 | },
|
100 | 100 | "dependencies": {
|
101 | 101 | "chokidar": "^3.6.0",
|
102 |
| - "debug": "^4.4.1", |
103 |
| - "local-pkg": "^1.1.1", |
104 |
| - "magic-string": "^0.30.17", |
105 |
| - "mlly": "^1.7.4", |
106 |
| - "tinyglobby": "^0.2.14", |
107 |
| - "unplugin": "^2.3.5", |
108 |
| - "unplugin-utils": "^0.2.4" |
| 102 | + "debug": "^4.4.3", |
| 103 | + "local-pkg": "^1.1.2", |
| 104 | + "magic-string": "^0.30.19", |
| 105 | + "mlly": "^1.8.0", |
| 106 | + "tinyglobby": "^0.2.15", |
| 107 | + "unplugin": "^2.3.10", |
| 108 | + "unplugin-utils": "^0.3.0" |
109 | 109 | },
|
110 | 110 | "devDependencies": {
|
111 |
| - "@antfu/eslint-config": "^5.1.0", |
112 |
| - "@antfu/utils": "^9.2.0", |
113 |
| - "@babel/parser": "^7.28.0", |
114 |
| - "@babel/types": "^7.28.2", |
115 |
| - "@nuxt/kit": "^4.0.3", |
116 |
| - "@nuxt/schema": "^4.0.3", |
| 111 | + "@antfu/eslint-config": "^5.4.1", |
| 112 | + "@antfu/utils": "^9.2.1", |
| 113 | + "@babel/parser": "^7.28.4", |
| 114 | + "@babel/types": "^7.28.4", |
| 115 | + "@nuxt/kit": "^4.1.2", |
| 116 | + "@nuxt/schema": "^4.1.2", |
117 | 117 | "@types/debug": "^4.1.12",
|
118 | 118 | "@types/minimatch": "^6.0.0",
|
119 |
| - "@types/node": "^24.2.0", |
120 |
| - "bumpp": "^10.2.2", |
| 119 | + "@types/node": "^24.5.2", |
| 120 | + "bumpp": "^10.2.3", |
121 | 121 | "compare-versions": "^6.1.1",
|
122 |
| - "element-plus": "^2.10.5", |
123 |
| - "eslint": "^9.32.0", |
124 |
| - "eslint-plugin-format": "^1.0.1", |
| 122 | + "element-plus": "^2.11.3", |
| 123 | + "eslint": "^9.36.0", |
| 124 | + "eslint-plugin-format": "^1.0.2", |
125 | 125 | "esno": "^4.8.0",
|
126 | 126 | "estree-walker": "^3.0.3",
|
127 | 127 | "minimatch": "^10.0.3",
|
128 | 128 | "pathe": "^2.0.3",
|
129 |
| - "rolldown": "^1.0.0-beta.32", |
130 |
| - "rollup": "^4.46.2", |
131 |
| - "tsdown": "^0.13.3", |
132 |
| - "typescript": "^5.8.3", |
133 |
| - "vite": "^7.0.6", |
| 129 | + "rolldown": "^1.0.0-beta.38", |
| 130 | + "rollup": "^4.52.0", |
| 131 | + "tsdown": "^0.13.5", |
| 132 | + "typescript": "^5.9.2", |
| 133 | + "vite": "^7.1.6", |
134 | 134 | "vitest": "^3.2.4",
|
135 | 135 | "vue": "3.2.45",
|
136 |
| - "vue-tsc": "^3.0.5" |
| 136 | + "vue-tsc": "^3.0.7" |
137 | 137 | }
|
138 | 138 | }
|
0 commit comments