Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 24, 2022
1 parent a803a60 commit 9893e85
Show file tree
Hide file tree
Showing 15 changed files with 3,200 additions and 11,022 deletions.
36 changes: 0 additions & 36 deletions examples/nuxt/components/HelloWorld.vue

This file was deleted.

10 changes: 0 additions & 10 deletions examples/nuxt/nuxt.config.js

This file was deleted.

23 changes: 0 additions & 23 deletions examples/nuxt/package.json

This file was deleted.

14 changes: 0 additions & 14 deletions examples/nuxt/pages/index.vue

This file was deleted.

35 changes: 0 additions & 35 deletions examples/nuxt/tsconfig.json

This file was deleted.

8 changes: 4 additions & 4 deletions examples/solid-js/package.json
Expand Up @@ -10,12 +10,12 @@
"serve": "vite preview"
},
"dependencies": {
"solid-app-router": "^0.3.2",
"solid-js": "^1.3.14"
"solid-app-router": "^0.3.3",
"solid-js": "^1.4.2"
},
"devDependencies": {
"typescript": "^4.6.3",
"vite": "^2.9.1",
"typescript": "^4.6.4",
"vite": "^2.9.9",
"vite-plugin-solid": "^2.2.6"
}
}
20 changes: 10 additions & 10 deletions examples/vite-react/package.json
Expand Up @@ -7,23 +7,23 @@
"serve": "vite preview"
},
"dependencies": {
"ahooks": "^3.3.8",
"i18next": "^21.6.16",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^11.16.6",
"ahooks": "^3.4.0",
"i18next": "^21.8.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-i18next": "^11.16.9",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@iconify-json/logos": "*",
"@svgr/core": "^6.2.1",
"@types/react": "^18.0.3",
"@types/react-dom": "^18.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.6.3",
"typescript": "^4.6.4",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.14.1",
"vite": "^2.9.1"
"unplugin-icons": "^0.14.3",
"vite": "^2.9.9"
}
}
16 changes: 8 additions & 8 deletions examples/vite-svelte/package.json
Expand Up @@ -8,15 +8,15 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.44",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.47.0",
"svelte-check": "^2.6.0",
"svelte-preprocess": "^4.10.5",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"svelte": "^3.48.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"unplugin-auto-import": "workspace:*",
"vite": "^2.9.1",
"vite-plugin-inspect": "^0.4.3"
"vite": "^2.9.9",
"vite-plugin-inspect": "^0.5.0"
}
}
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -89,29 +89,29 @@
}
},
"dependencies": {
"@antfu/utils": "^0.5.1",
"@rollup/pluginutils": "^4.2.0",
"@antfu/utils": "^0.5.2",
"@rollup/pluginutils": "^4.2.1",
"local-pkg": "^0.4.1",
"magic-string": "^0.26.1",
"unplugin": "^0.6.1",
"unimport": "^0.2.3"
"magic-string": "^0.26.2",
"unimport": "^0.2.3",
"unplugin": "^0.6.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.20.2",
"@antfu/ni": "^0.14.0",
"@types/node": "^17.0.23",
"@types/resolve": "^1.20.1",
"@vueuse/metadata": "^8.2.5",
"@antfu/eslint-config": "^0.23.1",
"@antfu/ni": "^0.16.2",
"@types/node": "^17.0.35",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^8.5.0",
"bumpp": "^7.1.1",
"eslint": "^8.13.0",
"esno": "^0.14.1",
"eslint": "^8.16.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"rollup": "^2.70.1",
"tsup": "^5.12.5",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vitest": "^0.9.3",
"webpack": "^5.72.0"
"rollup": "^2.74.1",
"tsup": "^5.12.8",
"typescript": "^4.6.4",
"vite": "^2.9.9",
"vitest": "^0.12.9",
"webpack": "^5.72.1"
},
"engines": {
"node": ">=14"
Expand Down
16 changes: 8 additions & 8 deletions playground/package.json
Expand Up @@ -4,15 +4,15 @@
"dev": "vite --open"
},
"dependencies": {
"@vueuse/core": "^8.2.5",
"vue": "3.2.32"
"@vueuse/core": "^8.5.0",
"vue": "3.2.36"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.32",
"element-plus": "^2.1.9",
"unplugin-vue-components": "^0.19.2",
"vite": "^2.9.1",
"vite-plugin-inspect": "^0.4.3"
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.36",
"element-plus": "^2.2.2",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vite-plugin-inspect": "^0.5.0"
}
}

0 comments on commit 9893e85

Please sign in to comment.