Skip to content

Commit

Permalink
Svelte Four (#7454)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Jun 25, 2023
1 parent 869197a commit 6e7f38d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-houses-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/svelte': minor
---

feat: support svelte 4
4 changes: 2 additions & 2 deletions packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"svelte2tsx": "^0.6.15"
},
"devDependencies": {
Expand All @@ -49,7 +49,7 @@
},
"peerDependencies": {
"astro": "workspace:^2.7.0",
"svelte": "^3.55.0"
"svelte": "^3.55.0 || ^4.0.0"
},
"engines": {
"node": ">=16.12.0"
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e7f38d

Please sign in to comment.