|
2 | 2 | "name": "unplugin-vue-components", |
3 | 3 | "type": "module", |
4 | 4 | "version": "28.7.0", |
5 | | - "packageManager": "pnpm@10.11.0", |
| 5 | + "packageManager": "pnpm@10.12.4", |
6 | 6 | "description": "Components auto importing for Vue", |
7 | 7 | "author": "antfu <anthonyfu117@hotmail.com>", |
8 | 8 | "license": "MIT", |
|
82 | 82 | }, |
83 | 83 | "peerDependencies": { |
84 | 84 | "@babel/parser": "^7.15.8", |
85 | | - "@nuxt/kit": "^3.2.2", |
| 85 | + "@nuxt/kit": "^3.2.2 || ^4.0.0", |
86 | 86 | "vue": "2 || 3" |
87 | 87 | }, |
88 | 88 | "peerDependenciesMeta": { |
|
100 | 100 | "magic-string": "^0.30.17", |
101 | 101 | "mlly": "^1.7.4", |
102 | 102 | "tinyglobby": "^0.2.14", |
103 | | - "unplugin": "^2.3.4", |
| 103 | + "unplugin": "^2.3.5", |
104 | 104 | "unplugin-utils": "^0.2.4" |
105 | 105 | }, |
106 | 106 | "devDependencies": { |
107 | | - "@antfu/eslint-config": "^4.13.2", |
| 107 | + "@antfu/eslint-config": "^4.16.1", |
108 | 108 | "@antfu/utils": "^9.2.0", |
109 | | - "@babel/parser": "^7.27.2", |
110 | | - "@babel/types": "^7.27.1", |
111 | | - "@nuxt/kit": "^3.17.4", |
112 | | - "@nuxt/schema": "^3.17.4", |
| 109 | + "@babel/parser": "^7.27.7", |
| 110 | + "@babel/types": "^7.27.7", |
| 111 | + "@nuxt/kit": "^3.17.5", |
| 112 | + "@nuxt/schema": "^3.17.5", |
113 | 113 | "@types/debug": "^4.1.12", |
114 | 114 | "@types/minimatch": "^5.1.2", |
115 | | - "@types/node": "^22.15.21", |
116 | | - "bumpp": "^10.1.1", |
| 115 | + "@types/node": "^24.0.7", |
| 116 | + "bumpp": "^10.2.0", |
117 | 117 | "compare-versions": "^6.1.1", |
118 | | - "element-plus": "^2.9.11", |
119 | | - "eslint": "^9.27.0", |
| 118 | + "element-plus": "^2.10.2", |
| 119 | + "eslint": "^9.30.0", |
120 | 120 | "eslint-plugin-format": "^1.0.1", |
121 | 121 | "esno": "^4.8.0", |
122 | 122 | "estree-walker": "^3.0.3", |
123 | | - "minimatch": "^10.0.1", |
| 123 | + "minimatch": "^10.0.3", |
124 | 124 | "pathe": "^2.0.3", |
125 | | - "rollup": "^4.41.1", |
126 | | - "tsdown": "^0.12.3", |
| 125 | + "rollup": "^4.44.1", |
| 126 | + "tsdown": "^0.12.9", |
127 | 127 | "typescript": "^5.8.3", |
128 | | - "vite": "^6.3.5", |
129 | | - "vitest": "^3.1.4", |
| 128 | + "vite": "^7.0.0", |
| 129 | + "vitest": "^3.2.4", |
130 | 130 | "vue": "3.2.45", |
131 | 131 | "vue-tsc": "^2.2.10" |
132 | 132 | } |
|
0 commit comments