mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(deps-dev): bump carbon-components to ^v10.22
This commit is contained in:
parent
612d74f02e
commit
5b483eaed0
3 changed files with 11 additions and 11 deletions
|
@ -25,7 +25,7 @@
|
||||||
"@rollup/plugin-node-resolve": "^9.0.0",
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
||||||
"@tsconfig/svelte": "^1.0.10",
|
"@tsconfig/svelte": "^1.0.10",
|
||||||
"autoprefixer": "^9.8.6",
|
"autoprefixer": "^9.8.6",
|
||||||
"carbon-components-10.21": "npm:carbon-components@10.21",
|
"carbon-components-10.22": "npm:carbon-components@10.22",
|
||||||
"comment-parser": "^0.7.5",
|
"comment-parser": "^0.7.5",
|
||||||
"gh-pages": "^3.1.0",
|
"gh-pages": "^3.1.0",
|
||||||
"husky": "^4.3.0",
|
"husky": "^4.3.0",
|
||||||
|
|
|
@ -18,12 +18,12 @@ const shared = {
|
||||||
$css--default-type: true;
|
$css--default-type: true;
|
||||||
$css--plex: true;
|
$css--plex: true;
|
||||||
|
|
||||||
@import "node_modules/carbon-components-10.21/scss/globals/scss/_css--reset.scss";
|
@import "node_modules/carbon-components-10.22/scss/globals/scss/_css--reset.scss";
|
||||||
@import "node_modules/carbon-components-10.21/scss/globals/scss/_css--font-face.scss";
|
@import "node_modules/carbon-components-10.22/scss/globals/scss/_css--font-face.scss";
|
||||||
@import "node_modules/carbon-components-10.21/scss/globals/scss/_css--helpers.scss";
|
@import "node_modules/carbon-components-10.22/scss/globals/scss/_css--helpers.scss";
|
||||||
@import "node_modules/carbon-components-10.21/scss/globals/scss/_css--body.scss";
|
@import "node_modules/carbon-components-10.22/scss/globals/scss/_css--body.scss";
|
||||||
@import "node_modules/carbon-components-10.21/scss/globals/grid/_grid.scss";
|
@import "node_modules/carbon-components-10.22/scss/globals/grid/_grid.scss";
|
||||||
@import "node_modules/carbon-components-10.21/scss/globals/scss/styles.scss";
|
@import "node_modules/carbon-components-10.22/scss/globals/scss/styles.scss";
|
||||||
`,
|
`,
|
||||||
components: ``,
|
components: ``,
|
||||||
};
|
};
|
||||||
|
|
|
@ -386,10 +386,10 @@ caniuse-lite@^1.0.30001109:
|
||||||
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001124.tgz#5d9998190258e11630d674fc50ea8e579ae0ced2"
|
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001124.tgz#5d9998190258e11630d674fc50ea8e579ae0ced2"
|
||||||
integrity sha512-zQW8V3CdND7GHRH6rxm6s59Ww4g/qGWTheoboW9nfeMg7sUoopIfKCcNZUjwYRCOrvereh3kwDpZj4VLQ7zGtA==
|
integrity sha512-zQW8V3CdND7GHRH6rxm6s59Ww4g/qGWTheoboW9nfeMg7sUoopIfKCcNZUjwYRCOrvereh3kwDpZj4VLQ7zGtA==
|
||||||
|
|
||||||
"carbon-components-10.21@npm:carbon-components@10.21":
|
"carbon-components-10.22@npm:carbon-components@10.22":
|
||||||
version "10.21.0"
|
version "10.22.0"
|
||||||
resolved "https://registry.npmjs.org/carbon-components/-/carbon-components-10.21.0.tgz#3e7f79530af79039aab7bf937f0f129642806316"
|
resolved "https://registry.npmjs.org/carbon-components/-/carbon-components-10.22.0.tgz#866791ca8e3f651054543d63f6a898cff6bcacf9"
|
||||||
integrity sha512-IS8WPFGg74g6ZyWpJc4cDlkhqGeNZ1sJshAVTftkb7Nur9W58lSRcu6G9cRMgeL+I/YAia3Q+X4lPh/X16JsGw==
|
integrity sha512-0cADWQf1e+6YsxXnjEz630Z7GZa3Z1ssO0UW/HnnJy03Dr+qdT3o6sIgSqObYLddJliAVcjeTlwJshZ9K4bWJQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
flatpickr "4.6.1"
|
flatpickr "4.6.1"
|
||||||
lodash.debounce "^4.0.8"
|
lodash.debounce "^4.0.8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue