Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 8, 2025
1 parent a4c0b89 commit 9826fa3
Show file tree
Hide file tree
Showing 2 changed files with 783 additions and 719 deletions.
29 changes: 15 additions & 14 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.28.0",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.3",
"description": "Components auto importing for Vue",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -97,34 +97,35 @@
"@rollup/pluginutils": "^5.1.4",
"chokidar": "^3.6.0",
"debug": "^4.4.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"local-pkg": "^0.5.1",
"magic-string": "^0.30.15",
"magic-string": "^0.30.17",
"minimatch": "^9.0.5",
"mlly": "^1.7.3",
"unplugin": "^2.1.0"
"unplugin": "^2.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@antfu/eslint-config": "^3.12.1",
"@babel/parser": "^7.26.3",
"@babel/types": "^7.26.3",
"@nuxt/kit": "^3.14.1592",
"@nuxt/kit": "^3.15.1",
"@types/debug": "^4.1.12",
"@types/minimatch": "^5.1.2",
"@types/node": "^22.10.2",
"bumpp": "^9.9.1",
"@types/node": "^22.10.5",
"bumpp": "^9.9.3",
"compare-versions": "^6.1.1",
"element-plus": "^2.9.1",
"element-plus": "^2.9.2",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"esno": "^4.8.0",
"estree-walker": "^3.0.3",
"pathe": "^1.1.2",
"rollup": "^4.28.1",
"pathe": "^2.0.0",
"rollup": "^4.30.1",
"tsup": "^8.3.5",
"typescript": "~5.6.3",
"vite": "^6.0.3",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"vue": "3.2.45"
"vue": "3.2.45",
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit 9826fa3

Please sign in to comment.