Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 29, 2022
1 parent d153511 commit 18e17ca
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 143 deletions.
4 changes: 2 additions & 2 deletions examples/solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"solid-app-router": "^0.4.1",
"solid-js": "^1.4.4"
"solid-js": "^1.4.5"
},
"devDependencies": {
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite": "^2.9.13",
"vite-plugin-solid": "^2.2.6"
}
}
10 changes: 5 additions & 5 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"serve": "vite preview"
},
"dependencies": {
"ahooks": "^3.5.0",
"i18next": "^21.8.10",
"ahooks": "^3.5.1",
"i18next": "^21.8.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.17.2",
"react-i18next": "^11.17.3",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0"
},
Expand All @@ -23,7 +23,7 @@
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.7.4",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.14.5",
"vite": "^2.9.12"
"unplugin-icons": "^0.14.6",
"vite": "^2.9.13"
}
}
4 changes: 2 additions & 2 deletions examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.48.0",
"svelte-check": "^2.7.2",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"unplugin-auto-import": "workspace:*",
"vite": "^2.9.12",
"vite": "^2.9.13",
"vite-plugin-inspect": "^0.5.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"unplugin": "^0.7.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@antfu/ni": "^0.16.2",
"@antfu/eslint-config": "^0.25.2",
"@antfu/ni": "^0.16.3",
"@types/node": "^18.0.0",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^8.7.5",
Expand All @@ -112,8 +112,8 @@
"rollup": "^2.75.7",
"tsup": "^6.1.2",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vitest": "^0.15.2",
"vite": "^2.9.13",
"vitest": "^0.16.0",
"webpack": "^5.73.0"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"element-plus": "^2.2.6",
"unplugin-vue-components": "^0.20.0",
"vite": "^2.9.12",
"unplugin-vue-components": "^0.20.1",
"vite": "^2.9.13",
"vite-plugin-inspect": "^0.5.0"
}
}

0 comments on commit 18e17ca

Please sign in to comment.