Skip to content

Commit

Permalink
chore: update deps, close #401
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 23, 2023
1 parent d37a02c commit 521104e
Show file tree
Hide file tree
Showing 7 changed files with 855 additions and 975 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,10 +11,10 @@
},
"dependencies": {
"solid-app-router": "^0.4.2",
"solid-js": "^1.7.5"
"solid-js": "^1.7.6"
},
"devDependencies": {
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.7.0"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/vite-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/react": "^2.2.0",
"@astrojs/svelte": "^2.2.0",
"@astrojs/vue": "^2.2.0",
"astro": "^2.5.5",
"@astrojs/react": "^2.2.1",
"@astrojs/svelte": "^3.0.0",
"@astrojs/vue": "^2.2.1",
"astro": "^2.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^3.59.1",
"svelte": "^4.0.0",
"unplugin-auto-import": "workspace:*",
"vue": "^3.3.4"
}
Expand Down
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.7",
"i18next": "^22.5.0",
"i18next": "^23.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.3.1",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2"
"react-i18next": "^13.0.1",
"react-router": "^6.13.0",
"react-router-dom": "^6.13.0"
},
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^8.0.0",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.16.1",
"unplugin-icons": "^0.16.3",
"vite": "^4.3.9"
}
}
10 changes: 5 additions & 5 deletions examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^4.0.1",
"svelte": "^3.59.1",
"svelte-check": "^3.4.3",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"unplugin-auto-import": "workspace:*",
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.7.28"
Expand Down
14 changes: 7 additions & 7 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.4",
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.6.3",
"description": "Register global imports on demand for Vite and Webpack",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -128,18 +128,18 @@
"@antfu/eslint-config": "^0.39.5",
"@antfu/ni": "^0.21.4",
"@nuxt/kit": "^3.5.3",
"@types/node": "^18.16.16",
"@types/node": "^18.16.18",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^10.1.2",
"@vueuse/metadata": "^10.2.0",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"rollup": "^3.25.1",
"tsup": "^6.7.0",
"tsup": "^7.0.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.32.0",
"webpack": "^5.86.0"
"vitest": "^0.32.2",
"webpack": "^5.88.0"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"build": "vite build"
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"@vueuse/core": "^10.2.0",
"vue": "3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"element-plus": "^2.3.5",
"unplugin-vue-components": "^0.24.1",
"element-plus": "^2.3.7",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.7.28"
}
Expand Down

0 comments on commit 521104e

Please sign in to comment.