Skip to content

Commit

Permalink
feat: upgrade unimport
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 7, 2023
1 parent c9bdf45 commit 979c64f
Show file tree
Hide file tree
Showing 7 changed files with 455 additions and 455 deletions.
6 changes: 3 additions & 3 deletions examples/solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"solid-app-router": "^0.4.2",
"solid-js": "^1.6.9"
"solid-js": "^1.6.10"
},
"devDependencies": {
"typescript": "^4.9.4",
"vite": "^4.0.4",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-solid": "^2.5.0"
}
}
10 changes: 5 additions & 5 deletions examples/vite-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/react": "^2.0.1",
"@astrojs/svelte": "^2.0.0",
"@astrojs/vue": "^2.0.0",
"astro": "^2.0.2",
"@astrojs/react": "^2.0.2",
"@astrojs/svelte": "^2.0.1",
"@astrojs/vue": "^2.0.1",
"astro": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^3.55.1",
"unplugin-auto-import": "workspace:*",
"vue": "^3.2.45"
"vue": "^3.2.47"
}
}
10 changes: 5 additions & 5 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"i18next": "^22.4.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.4",
"react-router": "^6.8.0",
"react-router-dom": "^6.8.0"
"react-i18next": "^12.1.5",
"react-router": "^6.8.1",
"react-router-dom": "^6.8.1"
},
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^6.5.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.15.2",
"vite": "^4.0.4"
"vite": "^4.1.1"
}
}
4 changes: 2 additions & 2 deletions examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"tslib": "^2.5.0",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"unplugin-auto-import": "workspace:*",
"vite": "^4.0.4",
"vite": "^4.1.1",
"vite-plugin-inspect": "^0.7.15"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,29 +107,29 @@
},
"dependencies": {
"@antfu/utils": "^0.7.2",
"@nuxt/kit": "^3.1.1",
"@nuxt/kit": "^3.1.2",
"@rollup/pluginutils": "^5.0.2",
"local-pkg": "^0.4.3",
"magic-string": "^0.27.0",
"unimport": "^2.1.0",
"unimport": "^2.2.0",
"unplugin": "^1.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.0",
"@antfu/eslint-config": "^0.35.1",
"@antfu/ni": "^0.19.0",
"@nuxt/schema": "^3.1.1",
"@types/node": "^18.11.18",
"@nuxt/schema": "^3.1.2",
"@types/node": "^18.13.0",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^9.12.0",
"bumpp": "^8.2.1",
"eslint": "^8.33.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"rollup": "^3.12.0",
"rollup": "^3.14.0",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.28.3",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vitest": "^0.28.4",
"webpack": "^5.75.0"
}
}
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
},
"dependencies": {
"@vueuse/core": "^9.12.0",
"vue": "3.2.45"
"vue": "3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.45",
"element-plus": "^2.2.28",
"@vue/compiler-sfc": "^3.2.47",
"element-plus": "^2.2.29",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.0.4",
"vite": "^4.1.1",
"vite-plugin-inspect": "^0.7.15"
}
}

0 comments on commit 979c64f

Please sign in to comment.