mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
chore: set up docs
- BREAKING CHANGE: set peerDependencies for Svelte 3 minimum versino to 3.30.0 to support `SvelteComponent` type - Us ESM style for docs script
This commit is contained in:
parent
2fd3345492
commit
0ac2faa8bc
2 changed files with 5 additions and 5 deletions
|
@ -45,7 +45,7 @@
|
|||
"typescript": "^5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"svelte": "^3.20.0 || ^4.0.0"
|
||||
"svelte": "^3.30.0 || ^4.0.0"
|
||||
},
|
||||
"standard-version": {
|
||||
"skip": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue