Skip to content

Commit

Permalink
Merge pull request #14 from akiomik/svelte-4
Browse files Browse the repository at this point in the history
Update peerDependencies for svelte 4
  • Loading branch information
akiomik committed Jul 18, 2023
2 parents 0cc76f9 + b7717fb commit 7c1e8e9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 68 deletions.
86 changes: 20 additions & 66 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"LICENSE"
],
"peerDependencies": {
"svelte": "^3.54.0"
"svelte": "^3.54.0 || ^4.0.0"
},
"dependencies": {
"@tanstack/svelte-query": "^4.29.11",
"rx-nostr": "^1.5.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"@sveltejs/kit": "^1.22.0",
"@sveltejs/package": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
Expand Down

0 comments on commit 7c1e8e9

Please sign in to comment.