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 e5cc63f commit 1d4f3cb
Show file tree
Hide file tree
Showing 2 changed files with 705 additions and 794 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-auto-import",
"type": "module",
"version": "0.19.0",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.3",
"description": "Register global imports on demand for Vite and Webpack",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -164,31 +164,31 @@
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.3",
"@rollup/pluginutils": "^5.1.4",
"local-pkg": "^0.5.1",
"magic-string": "^0.30.15",
"magic-string": "^0.30.17",
"picomatch": "^4.0.2",
"unimport": "^3.14.5",
"unplugin": "^2.1.0"
"unplugin": "^2.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@antfu/ni": "^0.23.1",
"@nuxt/kit": "^3.14.1592",
"@antfu/eslint-config": "^3.12.1",
"@antfu/ni": "^0.23.2",
"@nuxt/kit": "^3.15.1",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/picomatch": "^3.0.1",
"@types/resolve": "^1.20.6",
"@vueuse/metadata": "^12.0.0",
"bumpp": "^9.9.1",
"eslint": "^9.16.0",
"@vueuse/metadata": "^12.3.0",
"bumpp": "^9.9.3",
"eslint": "^9.17.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"publint": "^0.2.12",
"rollup": "^4.28.1",
"fast-glob": "^3.3.3",
"publint": "^0.3.0",
"rollup": "^4.30.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"webpack": "^5.97.1"
}
Expand Down
Loading

0 comments on commit 1d4f3cb

Please sign in to comment.