mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(examples): bump deps [ci skip]
This commit is contained in:
parent
65bf22e3b1
commit
f820f001c0
15 changed files with 861 additions and 994 deletions
|
@ -5,16 +5,16 @@
|
|||
"build": "rm -rf public && NODE_ENV=production webpack"
|
||||
},
|
||||
"devDependencies": {
|
||||
"carbon-components-svelte": "^0.62.2",
|
||||
"carbon-preprocess-svelte": "^0.7.0",
|
||||
"carbon-components-svelte": "^0.63.0",
|
||||
"carbon-preprocess-svelte": "^0.9.0",
|
||||
"css-loader": "^6.7.1",
|
||||
"esbuild-loader": "^2.18.0",
|
||||
"html-webpack-plugin": "5.5.0",
|
||||
"mini-css-extract-plugin": "^2.6.0",
|
||||
"svelte": "^3.46.4",
|
||||
"svelte": "^3.47.0",
|
||||
"svelte-loader": "^3.0.0",
|
||||
"webpack": "^5.70.0",
|
||||
"webpack": "^5.72.0",
|
||||
"webpack-cli": "^4.9.2",
|
||||
"webpack-dev-server": "^4.7.4"
|
||||
"webpack-dev-server": "^4.8.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<script>
|
||||
import "carbon-components-svelte/css/white.css";
|
||||
import { Button } from "carbon-components-svelte";
|
||||
import { Button, HeaderGlobalAction } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<HeaderGlobalAction />
|
||||
<Button>Primary button</Button>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue