Skip to content

Commit

Permalink
chore: restrict packages to svelte 3 and 4 if not compatible with 5
Browse files Browse the repository at this point in the history
  • Loading branch information
vnphanquang committed May 17, 2024
1 parent 46e675e commit 5ca7d70
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/healthy-needles-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@svelte-put/tooltip": patch
"@svelte-put/noti": patch
---

restrict to svelte 3 and 4 (not compatible with 5)
3 changes: 3 additions & 0 deletions packages/noti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"devDependencies": {
"@internals/tsconfig": "workspace:*"
},
"peerDependencies": {
"svelte": "^3.55.0 || ^4.0.0"
},
"volta": {
"extends": "../../package.json"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
"devDependencies": {
"@internals/tsconfig": "workspace:*"
},
"peerDependencies": {
"svelte": "^3.55.0 || ^4.0.0"
},
"volta": {
"extends": "../../package.json"
}
Expand Down

0 comments on commit 5ca7d70

Please sign in to comment.