|
2 | 2 | "name": "unplugin-vue-components",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "28.4.1",
|
5 |
| - "packageManager": "pnpm@10.5.2", |
| 5 | + "packageManager": "pnpm@10.8.0", |
6 | 6 | "description": "Components auto importing for Vue",
|
7 | 7 | "author": "antfu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
95 | 95 | "dependencies": {
|
96 | 96 | "chokidar": "^3.6.0",
|
97 | 97 | "debug": "^4.4.0",
|
98 |
| - "local-pkg": "^1.0.0", |
| 98 | + "local-pkg": "^1.1.1", |
99 | 99 | "magic-string": "^0.30.17",
|
100 | 100 | "mlly": "^1.7.4",
|
101 | 101 | "tinyglobby": "^0.2.12",
|
102 |
| - "unplugin": "^2.2.0", |
| 102 | + "unplugin": "^2.3.2", |
103 | 103 | "unplugin-utils": "^0.2.4"
|
104 | 104 | },
|
105 | 105 | "devDependencies": {
|
106 |
| - "@antfu/eslint-config": "^4.3.0", |
107 |
| - "@antfu/utils": "^9.1.0", |
108 |
| - "@babel/parser": "^7.26.9", |
109 |
| - "@babel/types": "^7.26.9", |
110 |
| - "@nuxt/kit": "^3.15.4", |
111 |
| - "@nuxt/schema": "^3.15.4", |
| 106 | + "@antfu/eslint-config": "^4.12.0", |
| 107 | + "@antfu/utils": "^9.2.0", |
| 108 | + "@babel/parser": "^7.27.0", |
| 109 | + "@babel/types": "^7.27.0", |
| 110 | + "@nuxt/kit": "^3.16.2", |
| 111 | + "@nuxt/schema": "^3.16.2", |
112 | 112 | "@types/debug": "^4.1.12",
|
113 | 113 | "@types/minimatch": "^5.1.2",
|
114 |
| - "@types/node": "^22.13.5", |
115 |
| - "bumpp": "^10.0.3", |
| 114 | + "@types/node": "^22.14.1", |
| 115 | + "bumpp": "^10.1.0", |
116 | 116 | "compare-versions": "^6.1.1",
|
117 |
| - "element-plus": "^2.9.5", |
118 |
| - "eslint": "^9.21.0", |
| 117 | + "element-plus": "^2.9.7", |
| 118 | + "eslint": "^9.24.0", |
119 | 119 | "eslint-plugin-format": "^1.0.1",
|
120 | 120 | "esno": "^4.8.0",
|
121 | 121 | "estree-walker": "^3.0.3",
|
122 | 122 | "minimatch": "^10.0.1",
|
123 | 123 | "pathe": "^2.0.3",
|
124 |
| - "rollup": "^4.34.8", |
| 124 | + "rollup": "^4.40.0", |
125 | 125 | "tsup": "^8.4.0",
|
126 |
| - "typescript": "^5.7.3", |
127 |
| - "vite": "^6.2.0", |
128 |
| - "vitest": "^3.0.7", |
| 126 | + "typescript": "^5.8.3", |
| 127 | + "vite": "^6.2.6", |
| 128 | + "vitest": "^3.1.1", |
129 | 129 | "vue": "3.2.45",
|
130 |
| - "vue-tsc": "^2.2.4" |
| 130 | + "vue-tsc": "^2.2.8" |
131 | 131 | }
|
132 | 132 | }
|
0 commit comments