Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 26, 2024
1 parent d19734c commit 2c0958d
Show file tree
Hide file tree
Showing 2 changed files with 987 additions and 1,126 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-vue-components",
"type": "module",
"version": "0.27.1",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.4.0",
"description": "Components auto importing for Vue",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -93,38 +93,38 @@
}
},
"dependencies": {
"@antfu/utils": "^0.7.7",
"@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.0",
"chokidar": "^3.6.0",
"debug": "^4.3.4",
"debug": "^4.3.5",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.10",
"minimatch": "^9.0.4",
"minimatch": "^9.0.5",
"mlly": "^1.7.1",
"unplugin": "^1.10.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
"@babel/parser": "^7.24.5",
"@babel/types": "^7.24.5",
"@nuxt/kit": "^3.11.2",
"@antfu/eslint-config": "^2.21.1",
"@babel/parser": "^7.24.7",
"@babel/types": "^7.24.7",
"@nuxt/kit": "^3.12.2",
"@types/debug": "^4.1.12",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.12.7",
"@types/node": "^20.14.9",
"bumpp": "^9.4.1",
"compare-versions": "^6.1.0",
"element-plus": "^2.7.2",
"eslint": "^9.1.1",
"eslint-plugin-format": "^0.1.1",
"element-plus": "^2.7.6",
"eslint": "^9.5.0",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"estree-walker": "^3.0.3",
"pathe": "^1.1.2",
"rollup": "^4.17.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.3",
"rollup": "^4.18.0",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"vue": "3.2.45"
}
}
Loading

0 comments on commit 2c0958d

Please sign in to comment.