Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 14, 2023
1 parent 4ebf28a commit 802cfc4
Show file tree
Hide file tree
Showing 4 changed files with 1,760 additions and 1,553 deletions.
28 changes: 14 additions & 14 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.15.2",
"packageManager": "pnpm@7.30.1",
"packageManager": "pnpm@8.2.0",
"description": "Register global imports on demand for Vite and Webpack",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -114,26 +114,26 @@
"@rollup/pluginutils": "^5.0.2",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
"minimatch": "^7.4.3",
"unimport": "^3.0.3",
"minimatch": "^9.0.0",
"unimport": "^3.0.6",
"unplugin": "^1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@antfu/ni": "^0.20.0",
"@nuxt/kit": "^3.3.1",
"@types/node": "^18.15.5",
"@antfu/eslint-config": "^0.38.4",
"@antfu/ni": "^0.21.3",
"@nuxt/kit": "^3.4.1",
"@types/node": "^18.15.11",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^9.13.0",
"bumpp": "^9.0.0",
"eslint": "^8.36.0",
"@vueuse/metadata": "^10.0.0",
"bumpp": "^9.1.0",
"eslint": "^8.38.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"rollup": "^3.20.1",
"rollup": "^3.20.2",
"tsup": "^6.7.0",
"typescript": "^5.0.2",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.29.7",
"webpack": "^5.76.3"
"vitest": "^0.30.1",
"webpack": "^5.79.0"
}
}
Loading

0 comments on commit 802cfc4

Please sign in to comment.