chore(examples): bump deps (#1768)

This commit is contained in:
Eric Liu 2023-07-13 08:21:32 -07:00 committed by GitHub
commit 79c6c05504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 770 additions and 775 deletions

View file

@ -1,3 +1,6 @@
{
"extends": "./.svelte-kit/tsconfig.json"
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"ignoreDeprecations": "5.0"
}
}