Skip to content

Commit

Permalink
feat: upgrade unimport, support star import scan
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 23, 2023
1 parent 2e963ce commit 7bb8218
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 94 deletions.
2 changes: 1 addition & 1 deletion examples/solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"typescript": "^4.9.5",
"vite": "^4.1.3",
"vite": "^4.1.4",
"vite-plugin-solid": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"typescript": "^4.9.5",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.15.3",
"vite": "^4.1.3"
"vite": "^4.1.4"
}
}
2 changes: 1 addition & 1 deletion examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"unplugin-auto-import": "workspace:*",
"vite": "^4.1.3",
"vite": "^4.1.4",
"vite-plugin-inspect": "^0.7.15"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"lint:fix": "nr lint --fix",
"play": "npm -C playground run dev",
"prepublishOnly": "nr build",
"release": "bumpp --commit --push --tag && pnpm publish",
"release": "bumpp && pnpm publish",
"start": "esno src/index.ts",
"test": "vitest",
"test:run": "vitest run"
Expand All @@ -110,9 +110,9 @@
"@nuxt/kit": "^3.2.2",
"@rollup/pluginutils": "^5.0.2",
"local-pkg": "^0.4.3",
"magic-string": "^0.29.0",
"minimatch": "^7.0.0",
"unimport": "^2.2.4",
"magic-string": "^0.30.0",
"minimatch": "^7.1.0",
"unimport": "^3.0.0",
"unplugin": "^1.1.0"
},
"devDependencies": {
Expand All @@ -122,14 +122,14 @@
"@types/node": "^18.14.0",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^9.13.0",
"bumpp": "^8.2.1",
"bumpp": "^9.0.0",
"eslint": "^8.34.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"rollup": "^3.17.2",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "^4.1.3",
"vite": "^4.1.4",
"vitest": "^0.28.5",
"webpack": "^5.75.0"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vue/compiler-sfc": "^3.2.47",
"element-plus": "^2.2.32",
"unplugin-vue-components": "^0.24.0",
"vite": "^4.1.3",
"vite": "^4.1.4",
"vite-plugin-inspect": "^0.7.15"
}
}

0 comments on commit 7bb8218

Please sign in to comment.