Skip to content

Commit

Permalink
Fix svelte peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLeiter committed Jul 7, 2023
1 parent e86c2ec commit 8bfb43d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-dots-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'ai': patch
---

Fix svelte peer dependency version
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"peerDependencies": {
"react": "^18.2.0",
"svelte": "^4.0.0",
"svelte": "^3.0.0 || ^4.0.0",
"vue": "^3.3.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 8bfb43d

Please sign in to comment.