Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 18, 2023
1 parent daef57c commit 2f4c7e4
Show file tree
Hide file tree
Showing 9 changed files with 943 additions and 1,992 deletions.
4 changes: 2 additions & 2 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.8.3"
"solid-js": "^1.8.5"
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.7.2"
}
}
3 changes: 1 addition & 2 deletions examples/solid-js/src/views/PageA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const PageA: Component = () => {
<li>
<nav>
<NavLink
href={`/detail/${new Date().getTime()}?q=${new Date().getTime()
% item}`}
href={`/detail/${new Date().getTime()}?q=${new Date().getTime() % item}`}
>
Detail-
{item}
Expand Down
12 changes: 6 additions & 6 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": "^3.0.4",
"@astrojs/svelte": "^4.0.3",
"@astrojs/vue": "^3.0.2",
"astro": "^3.3.4",
"@astrojs/react": "^3.0.5",
"@astrojs/svelte": "^4.0.4",
"@astrojs/vue": "^3.0.4",
"astro": "^3.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^4.2.2",
"svelte": "^4.2.5",
"unplugin-auto-import": "workspace:*",
"vue": "^3.3.7"
"vue": "^3.3.8"
}
}
16 changes: 8 additions & 8 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
},
"dependencies": {
"ahooks": "^3.7.8",
"i18next": "^23.6.0",
"i18next": "^23.7.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.3.1",
"react-router": "^6.17.0",
"react-router-dom": "^6.17.0"
"react-i18next": "^13.5.0",
"react-router": "^6.19.0",
"react-router-dom": "^6.19.0"
},
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^8.1.0",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.2.2",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.17.1",
"vite": "^4.5.0"
"unplugin-icons": "^0.17.4",
"vite": "^5.0.0"
}
}
12 changes: 6 additions & 6 deletions examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"svelte": "^4.2.5",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^5.1.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"unplugin-auto-import": "workspace:*",
"vite": "^4.5.0",
"vite-plugin-inspect": "^0.7.40"
"vite": "^5.0.0",
"vite-plugin-inspect": "^0.7.42"
}
}
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.16.7",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.5",
"description": "Register global imports on demand for Vite and Webpack",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -119,27 +119,27 @@
"dependencies": {
"@antfu/utils": "^0.7.6",
"@rollup/pluginutils": "^5.0.5",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.5",
"minimatch": "^9.0.3",
"unimport": "^3.4.0",
"unplugin": "^1.5.0"
"unimport": "^3.5.0",
"unplugin": "^1.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.29",
"@antfu/ni": "^0.21.8",
"@nuxt/kit": "^3.8.0",
"@types/node": "^20.8.9",
"@types/resolve": "^1.20.4",
"@vueuse/metadata": "^10.5.0",
"@antfu/eslint-config": "^1.2.1",
"@antfu/ni": "^0.21.9",
"@nuxt/kit": "^3.8.1",
"@types/node": "^20.9.1",
"@types/resolve": "^1.20.5",
"@vueuse/metadata": "^10.6.1",
"bumpp": "^9.2.0",
"eslint": "^8.52.0",
"esno": "^0.17.0",
"rollup": "^4.1.4",
"tsup": "^7.2.0",
"eslint": "^8.54.0",
"esno": "^4.0.0",
"rollup": "^4.5.0",
"tsup": "^7.3.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6",
"webpack": "^5.89.0"
}
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"build": "vite build"
},
"dependencies": {
"@vueuse/core": "^10.5.0",
"@vueuse/core": "^10.6.1",
"vue": "3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.7",
"element-plus": "^2.4.1",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/compiler-sfc": "^3.3.8",
"element-plus": "^2.4.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite-plugin-inspect": "^0.7.40"
"vite": "^5.0.0",
"vite-plugin-inspect": "^0.7.42"
}
}

0 comments on commit 2f4c7e4

Please sign in to comment.