chore(examples): bump deps [ci skip]

This commit is contained in:
Eric Liu 2022-07-19 19:43:49 -07:00
commit e3f98cde4b
15 changed files with 1860 additions and 1857 deletions

View file

@ -0,0 +1,6 @@
import { sveltekit } from "@sveltejs/kit/vite";
/** @type {import('vite').UserConfig} */
export default {
plugins: [sveltekit()],
};