mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(deps-dev): patch @carbon/themes, carbon-components
This commit is contained in:
parent
2e389928d5
commit
ee779cd0aa
4 changed files with 20 additions and 20 deletions
|
@ -9,10 +9,10 @@
|
||||||
"build:svite": "svite build"
|
"build:svite": "svite build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@carbon/themes": "^10.22.0",
|
"@carbon/themes": "^10.22.1",
|
||||||
"@sveltech/routify": "^1.9.9",
|
"@sveltech/routify": "^1.9.9",
|
||||||
"autoprefixer": "^10.0.1",
|
"autoprefixer": "^10.0.1",
|
||||||
"carbon-components": "^10.23.0",
|
"carbon-components": "^10.23.1",
|
||||||
"carbon-components-svelte": "../",
|
"carbon-components-svelte": "../",
|
||||||
"clipboard-copy": "^3.1.0",
|
"clipboard-copy": "^3.1.0",
|
||||||
"mdsvex": "^0.8.8",
|
"mdsvex": "^0.8.8",
|
||||||
|
|
|
@ -52,10 +52,10 @@
|
||||||
resolved "https://registry.npmjs.org/@carbon/layout/-/layout-10.14.0.tgz#abeb9a01c5ee70fe1e5f8dc3b0d5a6e423cea935"
|
resolved "https://registry.npmjs.org/@carbon/layout/-/layout-10.14.0.tgz#abeb9a01c5ee70fe1e5f8dc3b0d5a6e423cea935"
|
||||||
integrity sha512-P9ueDQWpq3pF98iHGsCKL4fR/mP8Xhqe3qhBQfA5zgi7/RPy76lKGZR+SUoGX/QCC72vkA/zhJ4+7/I26LhMhQ==
|
integrity sha512-P9ueDQWpq3pF98iHGsCKL4fR/mP8Xhqe3qhBQfA5zgi7/RPy76lKGZR+SUoGX/QCC72vkA/zhJ4+7/I26LhMhQ==
|
||||||
|
|
||||||
"@carbon/themes@^10.22.0":
|
"@carbon/themes@^10.22.1":
|
||||||
version "10.22.0"
|
version "10.22.1"
|
||||||
resolved "https://registry.npmjs.org/@carbon/themes/-/themes-10.22.0.tgz#6bd6363faa0eaadd535d815d0b523115f84e0694"
|
resolved "https://registry.npmjs.org/@carbon/themes/-/themes-10.22.1.tgz#aba08e5463aaa8120ae376c70660afb4213022a7"
|
||||||
integrity sha512-ep8SRzu5C1lf4JYEcksFr87iO5V9M0KgYL/gpztEKXvXfrslJTU1mewaSFuQCQWN7vMONl1cupqnWix9i5kVQg==
|
integrity sha512-O133H/8FmcZJ7A3pd2ztv7MTJmn1Ao9nNkTPxijTCFwLQEYcvxxqkzuBCqTJeyXKZCXf4isiYnBuUz5L1l+mRg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@carbon/colors" "^10.15.0"
|
"@carbon/colors" "^10.15.0"
|
||||||
"@carbon/layout" "^10.14.0"
|
"@carbon/layout" "^10.14.0"
|
||||||
|
@ -776,10 +776,10 @@ carbon-components-svelte@../:
|
||||||
carbon-icons-svelte "^10.17.0"
|
carbon-icons-svelte "^10.17.0"
|
||||||
flatpickr "4.6.3"
|
flatpickr "4.6.3"
|
||||||
|
|
||||||
carbon-components@^10.23.0:
|
carbon-components@^10.23.1:
|
||||||
version "10.23.0"
|
version "10.23.1"
|
||||||
resolved "https://registry.npmjs.org/carbon-components/-/carbon-components-10.23.0.tgz#56bdfffa95f518237a0bee2961b955c367a8b4c4"
|
resolved "https://registry.npmjs.org/carbon-components/-/carbon-components-10.23.1.tgz#cf649a09aa25eac14dc158f0fb79ba625730026c"
|
||||||
integrity sha512-Meq//PMtSnAwoMKr2BpiOmjAivpSzc1D2Q0r3mudkQsz9dhYOzBQAsfEfoh8WKbDiD7rHWUM2fNkw0yQl4dahA==
|
integrity sha512-izeyNCo9cPfdw9358y5VPsDRzmGAO1wAjSnkD5gGEQO46P2HBdQcgXV1IqjAbFuit+TgfG/MrP38u+pmjp4zyQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
flatpickr "4.6.1"
|
flatpickr "4.6.1"
|
||||||
lodash.debounce "^4.0.8"
|
lodash.debounce "^4.0.8"
|
||||||
|
|
|
@ -20,12 +20,12 @@
|
||||||
"flatpickr": "4.6.3"
|
"flatpickr": "4.6.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@carbon/themes": "^10.22.0",
|
"@carbon/themes": "^10.22.1",
|
||||||
"@rollup/plugin-commonjs": "^16.0.0",
|
"@rollup/plugin-commonjs": "^16.0.0",
|
||||||
"@rollup/plugin-node-resolve": "^10.0.0",
|
"@rollup/plugin-node-resolve": "^10.0.0",
|
||||||
"@tsconfig/svelte": "^1.0.10",
|
"@tsconfig/svelte": "^1.0.10",
|
||||||
"autoprefixer": "^9.8.6",
|
"autoprefixer": "^9.8.6",
|
||||||
"carbon-components-10.23": "npm:carbon-components@10.23",
|
"carbon-components-10.23": "npm:carbon-components@10.23.1",
|
||||||
"comment-parser": "^0.7.6",
|
"comment-parser": "^0.7.6",
|
||||||
"gh-pages": "^3.1.0",
|
"gh-pages": "^3.1.0",
|
||||||
"husky": "^4.3.0",
|
"husky": "^4.3.0",
|
||||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -38,10 +38,10 @@
|
||||||
resolved "https://registry.npmjs.org/@carbon/layout/-/layout-10.14.0.tgz#abeb9a01c5ee70fe1e5f8dc3b0d5a6e423cea935"
|
resolved "https://registry.npmjs.org/@carbon/layout/-/layout-10.14.0.tgz#abeb9a01c5ee70fe1e5f8dc3b0d5a6e423cea935"
|
||||||
integrity sha512-P9ueDQWpq3pF98iHGsCKL4fR/mP8Xhqe3qhBQfA5zgi7/RPy76lKGZR+SUoGX/QCC72vkA/zhJ4+7/I26LhMhQ==
|
integrity sha512-P9ueDQWpq3pF98iHGsCKL4fR/mP8Xhqe3qhBQfA5zgi7/RPy76lKGZR+SUoGX/QCC72vkA/zhJ4+7/I26LhMhQ==
|
||||||
|
|
||||||
"@carbon/themes@^10.22.0":
|
"@carbon/themes@^10.22.1":
|
||||||
version "10.22.0"
|
version "10.22.1"
|
||||||
resolved "https://registry.npmjs.org/@carbon/themes/-/themes-10.22.0.tgz#6bd6363faa0eaadd535d815d0b523115f84e0694"
|
resolved "https://registry.npmjs.org/@carbon/themes/-/themes-10.22.1.tgz#aba08e5463aaa8120ae376c70660afb4213022a7"
|
||||||
integrity sha512-ep8SRzu5C1lf4JYEcksFr87iO5V9M0KgYL/gpztEKXvXfrslJTU1mewaSFuQCQWN7vMONl1cupqnWix9i5kVQg==
|
integrity sha512-O133H/8FmcZJ7A3pd2ztv7MTJmn1Ao9nNkTPxijTCFwLQEYcvxxqkzuBCqTJeyXKZCXf4isiYnBuUz5L1l+mRg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@carbon/colors" "^10.15.0"
|
"@carbon/colors" "^10.15.0"
|
||||||
"@carbon/layout" "^10.14.0"
|
"@carbon/layout" "^10.14.0"
|
||||||
|
@ -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.23@npm:carbon-components@10.23":
|
"carbon-components-10.23@npm:carbon-components@10.23.1":
|
||||||
version "10.23.0"
|
version "10.23.1"
|
||||||
resolved "https://registry.npmjs.org/carbon-components/-/carbon-components-10.23.0.tgz#56bdfffa95f518237a0bee2961b955c367a8b4c4"
|
resolved "https://registry.npmjs.org/carbon-components/-/carbon-components-10.23.1.tgz#cf649a09aa25eac14dc158f0fb79ba625730026c"
|
||||||
integrity sha512-Meq//PMtSnAwoMKr2BpiOmjAivpSzc1D2Q0r3mudkQsz9dhYOzBQAsfEfoh8WKbDiD7rHWUM2fNkw0yQl4dahA==
|
integrity sha512-izeyNCo9cPfdw9358y5VPsDRzmGAO1wAjSnkD5gGEQO46P2HBdQcgXV1IqjAbFuit+TgfG/MrP38u+pmjp4zyQ==
|
||||||
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