|
2 | 2 | "name": "unplugin-vue-components",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.27.2",
|
5 |
| - "packageManager": "pnpm@9.4.0", |
| 5 | + "packageManager": "pnpm@9.5.0", |
6 | 6 | "description": "Components auto importing for Vue",
|
7 | 7 | "author": "antfu <anthonyfu117@hotmail.com>",
|
8 | 8 | "license": "MIT",
|
|
102 | 102 | "magic-string": "^0.30.10",
|
103 | 103 | "minimatch": "^9.0.5",
|
104 | 104 | "mlly": "^1.7.1",
|
105 |
| - "unplugin": "^1.10.1" |
| 105 | + "unplugin": "^1.11.0" |
106 | 106 | },
|
107 | 107 | "devDependencies": {
|
108 |
| - "@antfu/eslint-config": "^2.21.1", |
109 |
| - "@babel/parser": "^7.24.7", |
110 |
| - "@babel/types": "^7.24.7", |
111 |
| - "@nuxt/kit": "^3.12.2", |
| 108 | + "@antfu/eslint-config": "^2.22.4", |
| 109 | + "@babel/parser": "^7.24.8", |
| 110 | + "@babel/types": "^7.24.9", |
| 111 | + "@nuxt/kit": "^3.12.3", |
112 | 112 | "@types/debug": "^4.1.12",
|
113 | 113 | "@types/minimatch": "^5.1.2",
|
114 |
| - "@types/node": "^20.14.9", |
| 114 | + "@types/node": "^20.14.10", |
115 | 115 | "bumpp": "^9.4.1",
|
116 |
| - "compare-versions": "^6.1.0", |
117 |
| - "element-plus": "^2.7.6", |
118 |
| - "eslint": "^9.5.0", |
| 116 | + "compare-versions": "^6.1.1", |
| 117 | + "element-plus": "^2.7.7", |
| 118 | + "eslint": "^9.7.0", |
119 | 119 | "eslint-plugin-format": "^0.1.2",
|
120 | 120 | "esno": "^4.7.0",
|
121 | 121 | "estree-walker": "^3.0.3",
|
122 | 122 | "pathe": "^1.1.2",
|
123 |
| - "rollup": "^4.18.0", |
| 123 | + "rollup": "^4.18.1", |
124 | 124 | "tsup": "^8.1.0",
|
125 |
| - "typescript": "^5.5.2", |
126 |
| - "vite": "^5.3.1", |
127 |
| - "vitest": "^1.6.0", |
| 125 | + "typescript": "^5.5.3", |
| 126 | + "vite": "^5.3.4", |
| 127 | + "vitest": "^2.0.3", |
128 | 128 | "vue": "3.2.45"
|
129 | 129 | }
|
130 | 130 | }
|
0 commit comments