Skip to content

Commit

Permalink
Merge branch 'main' into pr/noootwo/544
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 13, 2024
2 parents f9f7f45 + 3cd7085 commit 3f2b9af
Show file tree
Hide file tree
Showing 4 changed files with 728 additions and 1,447 deletions.
26 changes: 13 additions & 13 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.18.6",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.0",
"description": "Register global imports on demand for Vite and Webpack",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -166,30 +166,30 @@
"@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.3",
"local-pkg": "^0.5.1",
"magic-string": "^0.30.14",
"magic-string": "^0.30.15",
"picomatch": "^4.0.2",
"tinyglobby": "^0.2.10",
"unimport": "3.14.2",
"unplugin": "^1.16.0"
"unimport": "^3.14.5",
"unplugin": "^2.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.10.0",
"@antfu/eslint-config": "^3.12.0",
"@antfu/ni": "^0.23.1",
"@nuxt/kit": "^3.14.1592",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^22.10.0",
"@types/node": "^22.10.2",
"@types/picomatch": "^3.0.1",
"@types/resolve": "^1.20.6",
"@vueuse/metadata": "^12.0.0",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"bumpp": "^9.9.1",
"eslint": "^9.16.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"publint": "^0.2.12",
"rollup": "^4.27.4",
"rollup": "^4.28.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"webpack": "^5.96.1"
"vite": "^6.0.3",
"vitest": "^2.1.8",
"webpack": "^5.97.1"
}
}
Loading

0 comments on commit 3f2b9af

Please sign in to comment.