Skip to content

Commit

Permalink
fix: make svelte integration work with svelte 5
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Nov 4, 2024
1 parent c5bea0c commit 42b37b3
Show file tree
Hide file tree
Showing 10 changed files with 1,015 additions and 428 deletions.
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@tolgee/web": "5.31.1"
Expand All @@ -71,7 +71,7 @@
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"publint": "^0.2.0",
"svelte": "^4.2.7",
"svelte": "^5.1.9",
"svelte-check": "^4.0.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
Expand Down
Loading

0 comments on commit 42b37b3

Please sign in to comment.