mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/compare/v3.48.0...v3.49.0) --- updated-dependencies: - dependency-name: svelte dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "snowpack dev",
|
|
"build": "snowpack build"
|
|
},
|
|
"dependencies": {
|
|
"svelte": "^3.49.0"
|
|
},
|
|
"devDependencies": {
|
|
"@snowpack/plugin-svelte": "^3.7.0",
|
|
"carbon-components-svelte": "^0.64.3",
|
|
"carbon-preprocess-svelte": "^0.9.0",
|
|
"snowpack": "^3.8.8"
|
|
}
|
|
}
|