|
1 | 1 | { |
2 | 2 | "name": "unplugin-vue-components", |
3 | 3 | "version": "0.25.1", |
4 | | - "packageManager": "pnpm@8.6.0", |
| 4 | + "packageManager": "pnpm@8.6.8", |
5 | 5 | "description": "Components auto importing for Vue", |
6 | 6 | "author": "antfu <anthonyfu117@hotmail.com>", |
7 | 7 | "license": "MIT", |
|
101 | 101 | } |
102 | 102 | }, |
103 | 103 | "dependencies": { |
104 | | - "@antfu/utils": "^0.7.4", |
| 104 | + "@antfu/utils": "^0.7.5", |
105 | 105 | "@rollup/pluginutils": "^5.0.2", |
106 | 106 | "chokidar": "^3.5.3", |
107 | 107 | "debug": "^4.3.4", |
108 | | - "fast-glob": "^3.2.12", |
| 108 | + "fast-glob": "^3.3.0", |
109 | 109 | "local-pkg": "^0.4.3", |
110 | | - "magic-string": "^0.30.0", |
111 | | - "minimatch": "^9.0.1", |
| 110 | + "magic-string": "^0.30.1", |
| 111 | + "minimatch": "^9.0.3", |
112 | 112 | "resolve": "^1.22.2", |
113 | | - "unplugin": "^1.3.1" |
| 113 | + "unplugin": "^1.4.0" |
114 | 114 | }, |
115 | 115 | "devDependencies": { |
116 | | - "@antfu/eslint-config": "^0.39.5", |
117 | | - "@babel/parser": "^7.22.4", |
118 | | - "@babel/types": "^7.22.4", |
119 | | - "@nuxt/kit": "^3.5.2", |
| 116 | + "@antfu/eslint-config": "^0.39.8", |
| 117 | + "@babel/parser": "^7.22.7", |
| 118 | + "@babel/types": "^7.22.5", |
| 119 | + "@nuxt/kit": "^3.6.3", |
120 | 120 | "@types/debug": "^4.1.8", |
121 | 121 | "@types/minimatch": "^5.1.2", |
122 | | - "@types/node": "^18.16.16", |
| 122 | + "@types/node": "^20.4.2", |
123 | 123 | "@types/resolve": "^1.20.2", |
124 | | - "@typescript-eslint/eslint-plugin": "^5.59.8", |
| 124 | + "@typescript-eslint/eslint-plugin": "^6.1.0", |
125 | 125 | "bumpp": "^9.1.1", |
126 | | - "compare-versions": "^5.0.3", |
127 | | - "element-plus": "^2.3.6", |
128 | | - "eslint": "^8.42.0", |
129 | | - "esno": "^0.16.3", |
| 126 | + "compare-versions": "^6.0.0", |
| 127 | + "element-plus": "^2.3.8", |
| 128 | + "eslint": "^8.45.0", |
| 129 | + "esno": "^0.17.0", |
130 | 130 | "estree-walker": "^3.0.3", |
131 | 131 | "pathe": "^1.1.1", |
132 | | - "rollup": "^3.23.1", |
133 | | - "tsup": "^6.7.0", |
134 | | - "typescript": "^5.1.3", |
135 | | - "vite": "^4.3.9", |
136 | | - "vitest": "^0.31.4", |
| 132 | + "rollup": "^3.26.3", |
| 133 | + "tsup": "^7.1.0", |
| 134 | + "typescript": "^5.1.6", |
| 135 | + "vite": "^4.4.4", |
| 136 | + "vitest": "^0.33.0", |
137 | 137 | "vue": "3.2.45" |
138 | 138 | } |
139 | 139 | } |
0 commit comments