|
1 | 1 | { |
2 | 2 | "name": "unplugin-vue-components", |
3 | 3 | "version": "0.24.0", |
4 | | - "packageManager": "pnpm@7.13.4", |
| 4 | + "packageManager": "pnpm@7.29.0", |
5 | 5 | "description": "Components auto importing for Vue", |
6 | 6 | "author": "antfu <anthonyfu117@hotmail.com>", |
7 | 7 | "license": "MIT", |
|
102 | 102 | "debug": "^4.3.4", |
103 | 103 | "fast-glob": "^3.2.12", |
104 | 104 | "local-pkg": "^0.4.3", |
105 | | - "magic-string": "^0.29.0", |
106 | | - "minimatch": "^6.2.0", |
| 105 | + "magic-string": "^0.30.0", |
| 106 | + "minimatch": "^7.4.2", |
107 | 107 | "resolve": "^1.22.1", |
108 | 108 | "unplugin": "^1.1.0" |
109 | 109 | }, |
110 | 110 | "devDependencies": { |
111 | | - "@antfu/eslint-config": "^0.35.2", |
112 | | - "@babel/parser": "^7.20.15", |
113 | | - "@babel/types": "^7.20.7", |
114 | | - "@nuxt/kit": "^3.2.2", |
| 111 | + "@antfu/eslint-config": "^0.36.0", |
| 112 | + "@babel/parser": "^7.21.2", |
| 113 | + "@babel/types": "^7.21.2", |
| 114 | + "@nuxt/kit": "^3.2.3", |
115 | 115 | "@types/debug": "^4.1.7", |
116 | 116 | "@types/minimatch": "^5.1.2", |
117 | | - "@types/node": "^18.13.0", |
| 117 | + "@types/node": "^18.14.6", |
118 | 118 | "@types/resolve": "^1.20.2", |
119 | | - "@typescript-eslint/eslint-plugin": "^5.52.0", |
120 | | - "bumpp": "^8.2.1", |
| 119 | + "@typescript-eslint/eslint-plugin": "^5.54.1", |
| 120 | + "bumpp": "^9.0.0", |
121 | 121 | "compare-versions": "^5.0.3", |
122 | | - "element-plus": "^2.2.30", |
123 | | - "eslint": "^8.34.0", |
| 122 | + "element-plus": "^2.2.34", |
| 123 | + "eslint": "^8.35.0", |
124 | 124 | "esno": "^0.16.3", |
125 | 125 | "estree-walker": "^3.0.3", |
126 | 126 | "pathe": "^1.1.0", |
127 | | - "rollup": "^3.15.0", |
| 127 | + "rollup": "^3.18.0", |
128 | 128 | "tsup": "^6.6.3", |
129 | 129 | "typescript": "^4.9.5", |
130 | | - "vite": "^4.1.1", |
131 | | - "vitest": "^0.28.5", |
| 130 | + "vite": "^4.1.4", |
| 131 | + "vitest": "^0.29.2", |
132 | 132 | "vue": "3.2.45" |
133 | 133 | } |
134 | 134 | } |
0 commit comments