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 23, 2024
1 parent 47197fb commit 6cb9e93
Show file tree
Hide file tree
Showing 7 changed files with 1,322 additions and 1,005 deletions.
4 changes: 2 additions & 2 deletions examples/solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"solid-js": "^1.8.18"
},
"devDependencies": {
"typescript": "^5.5.3",
"vite": "^5.3.3",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite-plugin-solid": "^2.10.2"
}
}
6 changes: 3 additions & 3 deletions examples/vite-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"devDependencies": {
"@astrojs/react": "^3.6.0",
"@astrojs/svelte": "^5.6.0",
"@astrojs/svelte": "^5.7.0",
"@astrojs/vue": "^4.5.0",
"astro": "^4.11.5",
"astro": "^4.12.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18",
"unplugin-auto-import": "workspace:*",
"vue": "^3.4.31"
"vue": "^3.4.33"
}
}
12 changes: 6 additions & 6 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
},
"dependencies": {
"ahooks": "^3.8.0",
"i18next": "^23.11.5",
"i18next": "^23.12.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-router": "^6.24.1",
"react-router-dom": "^6.24.1"
"react-i18next": "^15.0.0",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1"
},
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^8.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.19.0",
"vite": "^5.3.3"
"vite": "^5.3.4"
}
}
6 changes: 3 additions & 3 deletions examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"unplugin-auto-import": "workspace:*",
"vite": "^5.3.3",
"vite-plugin-inspect": "^0.8.4"
"vite": "^5.3.4",
"vite-plugin-inspect": "^0.8.5"
}
}
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.18.0",
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"description": "Register global imports on demand for Vite and Webpack",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -168,27 +168,27 @@
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.10",
"minimatch": "^9.0.4",
"unimport": "^3.7.2",
"minimatch": "^10.0.1",
"unimport": "^3.9.0",
"unplugin": "^1.11.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.0",
"@antfu/ni": "^0.21.12",
"@nuxt/kit": "^3.12.3",
"@antfu/eslint-config": "^2.23.2",
"@antfu/ni": "^0.22.0",
"@nuxt/kit": "^3.12.4",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/resolve": "^1.20.6",
"@vueuse/metadata": "^10.11.0",
"bumpp": "^9.4.1",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"esno": "^4.7.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"
"publint": "^0.2.9",
"rollup": "^4.19.0",
"tsup": "^8.2.2",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4",
"webpack": "^5.93.0"
}
}
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"devDependencies": {
"@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"
"@vue/compiler-sfc": "^3.4.33",
"element-plus": "^2.7.7",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4",
"vite-plugin-inspect": "^0.8.5"
}
}
Loading

0 comments on commit 6cb9e93

Please sign in to comment.