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 19, 2024
1 parent a4e4332 commit bebbaa6
Show file tree
Hide file tree
Showing 5 changed files with 655 additions and 599 deletions.
4 changes: 2 additions & 2 deletions examples/vite-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@astrojs/react": "^3.6.2",
"@astrojs/svelte": "^5.7.3",
"@astrojs/vue": "^4.5.2",
"astro": "^4.16.12",
"astro": "^4.16.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.19",
"unplugin-auto-import": "workspace:*",
"vue": "^3.5.12"
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tsconfig/svelte": "^5.0.4",
"detect-browser-es": "^0.1.1",
"svelte": "^4.2.19",
"svelte-check": "^4.0.7",
"svelte-check": "^4.0.9",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
Expand Down
12 changes: 6 additions & 6 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.18.4",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "Register global imports on demand for Vite and Webpack",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -167,24 +167,24 @@
"@rollup/pluginutils": "^5.1.3",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.12",
"magic-string": "^0.30.13",
"minimatch": "^9.0.5",
"unimport": "^3.13.2",
"unplugin": "^1.15.0"
"unplugin": "^1.16.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/eslint-config": "^3.9.1",
"@antfu/ni": "^0.23.0",
"@nuxt/kit": "^3.14.159",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^22.9.0",
"@types/resolve": "^1.20.6",
"@vueuse/metadata": "^11.2.0",
"bumpp": "^9.8.1",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"esno": "^4.8.0",
"publint": "^0.2.12",
"rollup": "^4.26.0",
"rollup": "^4.27.3",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.11",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"@vue/compiler-sfc": "^3.5.12",
"element-plus": "^2.8.7",
"@vue/compiler-sfc": "^3.5.13",
"element-plus": "^2.8.8",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.7"
Expand Down
Loading

0 comments on commit bebbaa6

Please sign in to comment.