Skip to content

Commit

Permalink
fix: allow next version of svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Oct 17, 2024
1 parent 8ee9537 commit 14d44d6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/carta-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"unified": "^11.0.4"
},
"peerDependencies": {
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0"
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.1"
},
"keywords": [
"carta",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-anchor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"carta-md": "^4.0.0",
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0"
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-attachment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"peerDependencies": {
"carta-md": "^4.0.0",
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0"
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-emoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"peerDependencies": {
"carta-md": "^4.0.0",
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0"
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"peerDependencies": {
"carta-md": "^4.0.0",
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0"
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-slash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"carta-md": "^4.0.0",
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0"
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.5",
Expand Down

0 comments on commit 14d44d6

Please sign in to comment.