Skip to content

Commit f70f285

Browse files
committed
Package updates.
1 parent 87f783b commit f70f285

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"prettier-plugin-svelte": "^3.2.1",
171171
"publint": "^0.2.7",
172172
"sass": "^1.71.0",
173-
"svelte": "5.0.0-next.59",
173+
"svelte": "5.0.0-next.60",
174174
"svelte-check": "^3.6.4",
175175
"sveltekit-flash-message": "^2.4.2",
176176
"sveltekit-rate-limiter": "^0.4.3",

pnpm-lock.yaml

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/(v1)/tests/array-component/AutoComplete.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import type { SuperForm } from '$lib/client/index.js';
88
import { arrayProxy } from '$lib/client/index.js';
99
10-
export let form: SuperForm<T, unknown>;
10+
export let form: SuperForm<T>;
1111
export let field: FormPathArrays<T>;
1212
export let options: { value: string; label: string }[];
1313
export let label = '';

0 commit comments

Comments
 (0)