Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 11, 2024
1 parent 8aaec26 commit f4d8066
Show file tree
Hide file tree
Showing 7 changed files with 1,994 additions and 1,993 deletions.
8 changes: 4 additions & 4 deletions examples/solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"serve": "vite preview"
},
"dependencies": {
"@solidjs/router": "^0.13.3",
"solid-js": "^1.8.17"
"@solidjs/router": "^0.14.1",
"solid-js": "^1.8.18"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.11",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-solid": "^2.10.2"
}
}
12 changes: 6 additions & 6 deletions examples/vite-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/react": "^3.3.4",
"@astrojs/svelte": "^5.4.0",
"@astrojs/vue": "^4.2.0",
"astro": "^4.8.2",
"@astrojs/react": "^3.6.0",
"@astrojs/svelte": "^5.6.0",
"@astrojs/vue": "^4.5.0",
"astro": "^4.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.16",
"svelte": "^4.2.18",
"unplugin-auto-import": "workspace:*",
"vue": "^3.4.27"
"vue": "^3.4.31"
}
}
16 changes: 8 additions & 8 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"serve": "vite preview"
},
"dependencies": {
"ahooks": "^3.7.11",
"i18next": "^23.11.4",
"ahooks": "^3.8.0",
"i18next": "^23.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.1",
"react-router": "^6.23.0",
"react-router-dom": "^6.23.0"
"react-i18next": "^14.1.2",
"react-router": "^6.24.1",
"react-router-dom": "^6.24.1"
},
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^8.1.0",
"@types/react": "^18.3.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.19.0",
"vite": "^5.2.11"
"vite": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"detect-browser-es": "^0.1.0",
"svelte": "^4.2.16",
"svelte-check": "^3.7.1",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"unplugin-auto-import": "workspace:*",
"vite": "^5.2.11",
"vite": "^5.3.3",
"vite-plugin-inspect": "^0.8.4"
}
}
32 changes: 16 additions & 16 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.17.6",
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.5.0",
"description": "Register global imports on demand for Vite and Webpack",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -162,32 +162,32 @@
}
},
"dependencies": {
"@antfu/utils": "^0.7.8",
"@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.0",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.10",
"minimatch": "^9.0.4",
"unimport": "^3.7.1",
"unplugin": "^1.10.1"
"unimport": "^3.7.2",
"unplugin": "^1.11.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
"@antfu/eslint-config": "^2.22.0",
"@antfu/ni": "^0.21.12",
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "^3.12.3",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^20.12.11",
"@types/node": "^20.14.10",
"@types/resolve": "^1.20.6",
"@vueuse/metadata": "^10.9.0",
"@vueuse/metadata": "^10.11.0",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"eslint": "^9.6.0",
"esno": "^4.7.0",
"publint": "^0.2.7",
"rollup": "^4.17.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"webpack": "^5.91.0"
"publint": "^0.2.8",
"rollup": "^4.18.1",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^2.0.2",
"webpack": "^5.92.1"
}
}
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.9.0",
"@vueuse/core": "^10.11.0",
"vue": "3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.27",
"element-plus": "^2.7.2",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"element-plus": "^2.7.6",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.3",
"vite-plugin-inspect": "^0.8.4"
}
}
Loading

0 comments on commit f4d8066

Please sign in to comment.