Skip to content

Commit

Permalink
fix: Makes Svelte a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed Apr 3, 2024
1 parent 25fd295 commit 217dbeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@
"rehype-slug": "^5.1.0",
"semantic-release": "22.0.7",
"stripe": "^8.222.0",
"svelte": "^4.2.12",
"svelte2tsx": "^0.5.23",
"typescript": "^5.4.3",
"vite": "^5.2.8"
},
"peerDependencies": {
"svelte": "^3 || ^4"
},
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -200,4 +202,4 @@
]
}
}
}
}

0 comments on commit 217dbeb

Please sign in to comment.