Skip to content

Commit

Permalink
fix: update deps, close #375
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 21, 2023
1 parent cc916a0 commit b565d63
Show file tree
Hide file tree
Showing 8 changed files with 625 additions and 410 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -352,7 +352,7 @@ module.exports = {

### Compare to [`unimport`](https://github.com/unjs/unimport)

From v0.8.0, `unplugin-auto-import` **uses** `unimport` underneath. `unimport` is designed to be a lower level tool (it also powered Nuxt's auto import). You can think `unplugin-auto-import` is a wrapper of it that provides more user-friendly config APIs and capability like resolvers. Development of new features will mostly happend in `unimport` from now.
From v0.8.0, `unplugin-auto-import` **uses** `unimport` underneath. `unimport` is designed to be a lower-level tool (it also powered Nuxt's auto import). You can think `unplugin-auto-import` is a wrapper of it that provides more user-friendly config APIs and capabilities like resolvers. Development of new features will mostly happen in `unimport`` from now.

### Compare to [`vue-global-api`](https://github.com/antfu/vue-global-api)

Expand Down
2 changes: 1 addition & 1 deletion examples/solid-js/package.json
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"typescript": "^5.0.4",
"vite": "^4.3.7",
"vite": "^4.3.8",
"vite-plugin-solid": "^2.7.0"
}
}
10 changes: 5 additions & 5 deletions examples/vite-astro/package.json
Expand Up @@ -10,14 +10,14 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/react": "^2.1.3",
"@astrojs/svelte": "^2.1.1",
"@astrojs/vue": "^2.1.1",
"astro": "^2.4.5",
"@astrojs/react": "^2.2.0",
"@astrojs/svelte": "^2.2.0",
"@astrojs/vue": "^2.2.0",
"astro": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^3.59.1",
"unplugin-auto-import": "workspace:*",
"vue": "^3.3.2"
"vue": "^3.3.4"
}
}
10 changes: 5 additions & 5 deletions examples/vite-react/package.json
Expand Up @@ -8,12 +8,12 @@
},
"dependencies": {
"ahooks": "^3.7.7",
"i18next": "^22.4.15",
"i18next": "^22.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.2",
"react-router": "^6.11.1",
"react-router-dom": "^6.11.1"
"react-i18next": "^12.3.1",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2"
},
"devDependencies": {
"@iconify-json/logos": "*",
Expand All @@ -24,6 +24,6 @@
"typescript": "^5.0.4",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.16.1",
"vite": "^4.3.7"
"vite": "^4.3.8"
}
}
4 changes: 2 additions & 2 deletions examples/vite-svelte/package.json
Expand Up @@ -13,10 +13,10 @@
"svelte": "^3.59.1",
"svelte-check": "^3.3.2",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"unplugin-auto-import": "workspace:*",
"vite": "^4.3.7",
"vite": "^4.3.8",
"vite-plugin-inspect": "^0.7.26"
}
}
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -114,26 +114,26 @@
"@rollup/pluginutils": "^5.0.2",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
"minimatch": "^9.0.0",
"unimport": "^3.0.6",
"minimatch": "^9.0.1",
"unimport": "^3.0.7",
"unplugin": "^1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.6",
"@antfu/eslint-config": "^0.39.1",
"@antfu/ni": "^0.21.3",
"@nuxt/kit": "^3.5.0",
"@types/node": "^18.16.12",
"@types/node": "^18.16.13",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^10.1.2",
"bumpp": "^9.1.0",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"rollup": "^3.22.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.7",
"vitest": "^0.31.0",
"webpack": "^5.82.1"
"vite": "^4.3.8",
"vitest": "^0.31.1",
"webpack": "^5.83.1"
}
}
8 changes: 4 additions & 4 deletions playground/package.json
Expand Up @@ -6,14 +6,14 @@
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"vue": "3.3.2"
"vue": "3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.2",
"element-plus": "^2.3.4",
"@vue/compiler-sfc": "^3.3.4",
"element-plus": "^2.3.5",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.7",
"vite": "^4.3.8",
"vite-plugin-inspect": "^0.7.26"
}
}

0 comments on commit b565d63

Please sign in to comment.