Skip to content

Commit

Permalink
chore(deps-dev): upgrade sveld to v0.22 (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Nov 10, 2024
1 parent 7e17394 commit 9f1b997
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 11 deletions.
25 changes: 20 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.49.11",
"standard-version": "^9.5.0",
"sveld": "^0.21.0",
"sveld": "^0.22.0",
"svelte": "^4.2.10",
"svelte-check": "^4.0.6",
"tinyglobby": "^0.2.10",
Expand Down
2 changes: 1 addition & 1 deletion types/ComboBox/ComboBox.svelte.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ type $Props = {
* @default undefined
*/
translateWithId?: (
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId,
) => string;

/**
Expand Down
2 changes: 1 addition & 1 deletion types/DataTable/ToolbarSearch.svelte.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type $Props = {
| boolean
| ((
row: import("./DataTable.svelte").DataTableRow,
value: number | string
value: number | string,
) => boolean);

/**
Expand Down
2 changes: 1 addition & 1 deletion types/Dropdown/Dropdown.svelte.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ type $Props = {
* @default undefined
*/
translateWithId?: (
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId,
) => string;

/**
Expand Down
4 changes: 2 additions & 2 deletions types/MultiSelect/MultiSelect.svelte.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ type $Props = {
* @default undefined
*/
translateWithId?: (
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId,
) => string;

/**
Expand All @@ -140,7 +140,7 @@ type $Props = {
* @default undefined
*/
translateWithIdSelection?: (
id: import("../ListBox/ListBoxSelection.svelte").ListBoxSelectionTranslationId
id: import("../ListBox/ListBoxSelection.svelte").ListBoxSelectionTranslationId,
) => string;

/**
Expand Down

0 comments on commit 9f1b997

Please sign in to comment.