Skip to content

Commit

Permalink
chore(examples): migrate svelte to latest (#2173)
Browse files Browse the repository at this point in the history
Update svelte to latest by following the migration guide. 

This is needed to support deployable examples:

sveltejs/kit#5774
  • Loading branch information
tknickman authored Oct 7, 2022
1 parent 519b07e commit bd46c04
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/with-svelte/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"build": "vite build",
"package": "vite package",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --ignore-path=../../.prettierignore . && TIMING=1 eslint \"src\"",
Expand All @@ -24,7 +23,7 @@
"svelte-preprocess": "^4.10.6",
"tslib": "^2.3.1",
"typescript": "^4.7.2",
"vite": "^2.9.13"
"vite": "^3.1.6"
},
"type": "module"
}
3 changes: 1 addition & 2 deletions examples/with-svelte/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"build": "vite build",
"package": "vite package",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --ignore-path=../../.prettierignore . && TIMING=1 eslint \"src\"",
Expand All @@ -24,7 +23,7 @@
"svelte-preprocess": "^4.10.6",
"tslib": "^2.3.1",
"typescript": "^4.7.2",
"vite": "^2.9.13"
"vite": "^3.1.6"
},
"type": "module"
}

2 comments on commit bd46c04

@vercel
Copy link

@vercel vercel bot commented on bd46c04 Oct 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-basic-web – ./examples/basic/apps/web

turborepo-examples-basic-web.vercel.sh
examples-basic-web-git-main.vercel.sh
examples-basic-web.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on bd46c04 Oct 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-kitchensink-blog – ./examples/kitchen-sink/apps/blog

examples-kitchensink-blog.vercel.sh
examples-kitchensink-blog-git-main.vercel.sh

Please sign in to comment.