mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(docs): upgrade deps
Modernize the docs set-up to use Vite 5 so that the exports map works.
This commit is contained in:
parent
64b39be524
commit
42519690b7
4 changed files with 442 additions and 252 deletions
|
@ -11,9 +11,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@sveltech/routify": "^1.9.10",
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
||||
"carbon-components-svelte": "../",
|
||||
"carbon-icons-svelte": "^11.1.0",
|
||||
"carbon-icons-svelte": "^12.4.1",
|
||||
"clipboard-copy": "^4.0.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"mdsvex": "^0.10.6",
|
||||
|
@ -24,8 +24,8 @@
|
|||
"prism-svelte": "^0.4.7",
|
||||
"prismjs": "^1.28.0",
|
||||
"remark-slug": "^6.0.0",
|
||||
"svelte": "^3",
|
||||
"vite": "^3.0.9"
|
||||
"svelte": "^4.2.8",
|
||||
"vite": "^5.0.10"
|
||||
},
|
||||
"routify": {
|
||||
"routifyDir": ".routify",
|
||||
|
@ -34,5 +34,6 @@
|
|||
"svelte",
|
||||
"svx"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue