|
2 | 2 | "name": "unplugin-vue-components",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.27.5",
|
5 |
| - "packageManager": "pnpm@9.14.2", |
| 5 | + "packageManager": "pnpm@9.15.0", |
6 | 6 | "description": "Components auto importing for Vue",
|
7 | 7 | "author": "antfu <anthonyfu117@hotmail.com>",
|
8 | 8 | "license": "MIT",
|
|
94 | 94 | },
|
95 | 95 | "dependencies": {
|
96 | 96 | "@antfu/utils": "^0.7.10",
|
97 |
| - "@rollup/pluginutils": "^5.1.3", |
| 97 | + "@rollup/pluginutils": "^5.1.4", |
98 | 98 | "chokidar": "^3.6.0",
|
99 |
| - "debug": "^4.3.7", |
| 99 | + "debug": "^4.4.0", |
100 | 100 | "fast-glob": "^3.3.2",
|
101 | 101 | "local-pkg": "^0.5.1",
|
102 |
| - "magic-string": "^0.30.14", |
| 102 | + "magic-string": "^0.30.15", |
103 | 103 | "minimatch": "^9.0.5",
|
104 | 104 | "mlly": "^1.7.3",
|
105 |
| - "unplugin": "^1.16.0" |
| 105 | + "unplugin": "^2.1.0" |
106 | 106 | },
|
107 | 107 | "devDependencies": {
|
108 |
| - "@antfu/eslint-config": "^3.10.0", |
109 |
| - "@babel/parser": "^7.26.2", |
110 |
| - "@babel/types": "^7.26.0", |
| 108 | + "@antfu/eslint-config": "^3.12.0", |
| 109 | + "@babel/parser": "^7.26.3", |
| 110 | + "@babel/types": "^7.26.3", |
111 | 111 | "@nuxt/kit": "^3.14.1592",
|
112 | 112 | "@types/debug": "^4.1.12",
|
113 | 113 | "@types/minimatch": "^5.1.2",
|
114 |
| - "@types/node": "^22.10.0", |
115 |
| - "bumpp": "^9.8.1", |
| 114 | + "@types/node": "^22.10.2", |
| 115 | + "bumpp": "^9.9.1", |
116 | 116 | "compare-versions": "^6.1.1",
|
117 |
| - "element-plus": "^2.8.8", |
118 |
| - "eslint": "^9.15.0", |
119 |
| - "eslint-plugin-format": "^0.1.2", |
| 117 | + "element-plus": "^2.9.1", |
| 118 | + "eslint": "^9.17.0", |
| 119 | + "eslint-plugin-format": "^0.1.3", |
120 | 120 | "esno": "^4.8.0",
|
121 | 121 | "estree-walker": "^3.0.3",
|
122 | 122 | "pathe": "^1.1.2",
|
123 |
| - "rollup": "^4.27.4", |
| 123 | + "rollup": "^4.28.1", |
124 | 124 | "tsup": "^8.3.5",
|
125 |
| - "typescript": "^5.7.2", |
126 |
| - "vite": "^6.0.1", |
127 |
| - "vitest": "^2.1.6", |
| 125 | + "typescript": "~5.6.3", |
| 126 | + "vite": "^6.0.3", |
| 127 | + "vitest": "^2.1.8", |
128 | 128 | "vue": "3.2.45"
|
129 | 129 | }
|
130 | 130 | }
|
0 commit comments