Skip to content

Commit

Permalink
Svelte: Adding Svelte 4 to the supported peerDependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
rokotyan committed Jun 20, 2023
1 parent b88856a commit 384dca4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

1 change: 1 addition & 0 deletions packages/svelte/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ tslib perpetual 0BSD 2.4.1 M
ttypescript perpetual MIT 1.5.13 cevek
typescript perpetual Apache-2.0 4.2.4 Microsoft Corp.
@unovis/ts perpetual Apache-2.0 1.1.1 Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)
svelte perpetual MIT 3.50.1 Rich Harris
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@unovis/ts": "1.1.1",
"svelte": "^3.48.0"
"svelte": "^3.48.0 || ^4.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.4",
Expand Down

0 comments on commit 384dca4

Please sign in to comment.