mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(deps-dev): upgrade sveld
to v0.22 (#2048)
This commit is contained in:
parent
7e173943ac
commit
9f1b997765
6 changed files with 26 additions and 11 deletions
25
package-lock.json
generated
25
package-lock.json
generated
|
@ -27,7 +27,7 @@
|
||||||
"rollup-plugin-terser": "^7.0.2",
|
"rollup-plugin-terser": "^7.0.2",
|
||||||
"sass": "^1.49.11",
|
"sass": "^1.49.11",
|
||||||
"standard-version": "^9.5.0",
|
"standard-version": "^9.5.0",
|
||||||
"sveld": "^0.21.0",
|
"sveld": "^0.22.0",
|
||||||
"svelte": "^4.2.10",
|
"svelte": "^4.2.10",
|
||||||
"svelte-check": "^4.0.6",
|
"svelte-check": "^4.0.6",
|
||||||
"tinyglobby": "^0.2.10",
|
"tinyglobby": "^0.2.10",
|
||||||
|
@ -3003,15 +3003,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/sveld": {
|
"node_modules/sveld": {
|
||||||
"version": "0.21.0",
|
"version": "0.22.0",
|
||||||
"resolved": "https://registry.npmjs.org/sveld/-/sveld-0.21.0.tgz",
|
"resolved": "https://registry.npmjs.org/sveld/-/sveld-0.22.0.tgz",
|
||||||
"integrity": "sha512-I1KPSTOBhEw9wOj6GsKH4w5Y8ZM0ymsWyhyXbJYdcBAuk1S21OPBOKc1IgMgbEUImXSEoF60L7soghfQz4gZQQ==",
|
"integrity": "sha512-oejfWV7//gqgyFDe09qyInaSKBYCjfJ2xTgZS8oWyYTmpy4Eyi4s0Rh9IJbSHxtlAjcmWpIGKiKwVb6cjxgtfw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||||
"acorn": "^8.12.1",
|
"acorn": "^8.12.1",
|
||||||
"comment-parser": "^1.4.1",
|
"comment-parser": "^1.4.1",
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^3.3.3",
|
||||||
"rollup": "^2.79.1",
|
"rollup": "^2.79.1",
|
||||||
"rollup-plugin-svelte": "^7.2.2",
|
"rollup-plugin-svelte": "^7.2.2",
|
||||||
"svelte": "^4.2.19",
|
"svelte": "^4.2.19",
|
||||||
|
@ -3023,6 +3023,21 @@
|
||||||
"sveld": "cli.js"
|
"sveld": "cli.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/sveld/node_modules/prettier": {
|
||||||
|
"version": "3.3.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
|
||||||
|
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
|
||||||
|
"dev": true,
|
||||||
|
"bin": {
|
||||||
|
"prettier": "bin/prettier.cjs"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/sveld/node_modules/svelte-preprocess": {
|
"node_modules/sveld/node_modules/svelte-preprocess": {
|
||||||
"version": "6.0.2",
|
"version": "6.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-6.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-6.0.2.tgz",
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
"rollup-plugin-terser": "^7.0.2",
|
"rollup-plugin-terser": "^7.0.2",
|
||||||
"sass": "^1.49.11",
|
"sass": "^1.49.11",
|
||||||
"standard-version": "^9.5.0",
|
"standard-version": "^9.5.0",
|
||||||
"sveld": "^0.21.0",
|
"sveld": "^0.22.0",
|
||||||
"svelte": "^4.2.10",
|
"svelte": "^4.2.10",
|
||||||
"svelte-check": "^4.0.6",
|
"svelte-check": "^4.0.6",
|
||||||
"tinyglobby": "^0.2.10",
|
"tinyglobby": "^0.2.10",
|
||||||
|
|
2
types/ComboBox/ComboBox.svelte.d.ts
vendored
2
types/ComboBox/ComboBox.svelte.d.ts
vendored
|
@ -120,7 +120,7 @@ type $Props = {
|
||||||
* @default undefined
|
* @default undefined
|
||||||
*/
|
*/
|
||||||
translateWithId?: (
|
translateWithId?: (
|
||||||
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId
|
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId,
|
||||||
) => string;
|
) => string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
2
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
2
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
|
@ -42,7 +42,7 @@ type $Props = {
|
||||||
| boolean
|
| boolean
|
||||||
| ((
|
| ((
|
||||||
row: import("./DataTable.svelte").DataTableRow,
|
row: import("./DataTable.svelte").DataTableRow,
|
||||||
value: number | string
|
value: number | string,
|
||||||
) => boolean);
|
) => boolean);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
|
@ -122,7 +122,7 @@ type $Props = {
|
||||||
* @default undefined
|
* @default undefined
|
||||||
*/
|
*/
|
||||||
translateWithId?: (
|
translateWithId?: (
|
||||||
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId
|
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId,
|
||||||
) => string;
|
) => string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
4
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
4
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
|
@ -131,7 +131,7 @@ type $Props = {
|
||||||
* @default undefined
|
* @default undefined
|
||||||
*/
|
*/
|
||||||
translateWithId?: (
|
translateWithId?: (
|
||||||
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId
|
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId,
|
||||||
) => string;
|
) => string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -140,7 +140,7 @@ type $Props = {
|
||||||
* @default undefined
|
* @default undefined
|
||||||
*/
|
*/
|
||||||
translateWithIdSelection?: (
|
translateWithIdSelection?: (
|
||||||
id: import("../ListBox/ListBoxSelection.svelte").ListBoxSelectionTranslationId
|
id: import("../ListBox/ListBoxSelection.svelte").ListBoxSelectionTranslationId,
|
||||||
) => string;
|
) => string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue