Skip to content

Commit

Permalink
Change svelte version dependency to never go to velte 5, as it is not…
Browse files Browse the repository at this point in the history
… compatible
  • Loading branch information
joswarmer committed Nov 1, 2024
1 parent f0ddc13 commit 96124c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"rollup-plugin-polyfill-node": "0.13.0",
"rollup-plugin-svelte": "^7.2.0",
"@rollup/plugin-terser": "0.4.4",
"svelte": "4.2.17",
"svelte": "< 5.0.0",
"svelte-check": "^3.8.0",
"svelte-preprocess": "5.1.4",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@material/slider": "^14.0.0",
"@material/switch": "^14.0.0",
"@smui/ripple": "^7.0.0",
"svelte": "^4.2.17",
"svelte": "< 5.0.0",
"@freon4dsl/core": "^1.0.0-beta1",
"mobx": "^6.12.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"dependencies": {
"@freon4dsl/core": "1.0.0-beta1",
"svelte": "^4.2.17",
"svelte": "< 5.0.0",
"click-outside": "^2.0.2",
"@smui-extra/autocomplete": "^7.0.0",
"@smui/banner": "^7.0.0",
Expand Down

0 comments on commit 96124c0

Please sign in to comment.