Skip to content

Commit 5bf1565

Browse files
committed
deps: upgrade
1 parent 3f36340 commit 5bf1565

4 files changed

Lines changed: 39 additions & 282 deletions

File tree

app/layout.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ export default function RootLayout({
3434
children: React.ReactNode;
3535
}>) {
3636
return (
37-
<html lang="en" className={"h-dvh"} suppressHydrationWarning>
37+
<html
38+
lang="en"
39+
className={"h-dvh"}
40+
suppressHydrationWarning
41+
data-scroll-behavior="smooth"
42+
>
3843
<body
3944
className={`${geistSans.variable} ${geistMono.variable} antialiased w-full flex flex-col safe-area min-h-full`}
4045
>

bun.lock

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

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,25 @@
1010
"typegen": "next typegen",
1111
"format": "biome check --write",
1212
"i18n:localize": "node scripts/i18n/localize-safe.mjs",
13-
"sync:evolu": "node scripts/sync-evolu-shims.mjs",
14-
"postinstall": "node scripts/sync-evolu-shims.mjs",
1513
"check": "bun check:lint && bun typegen && bun check:types && bun check:tests",
1614
"check:types": "tsc --incremental --noEmit",
1715
"check:tests": "bun test",
1816
"check:lint": "biome check"
1917
},
2018
"dependencies": {
21-
"@ai-sdk/google": "3.0.55",
19+
"@ai-sdk/google": "3.0.58",
2220
"@base-ui-components/react": "1.0.0-rc.0",
2321
"@base-ui/react": "1.3.0",
24-
"@buildonspark/spark-sdk": "0.7.2",
22+
"@buildonspark/spark-sdk": "0.7.4",
2523
"@dnd-kit/core": "6.3.1",
2624
"@dnd-kit/modifiers": "9.0.0",
2725
"@dnd-kit/sortable": "10.0.0",
2826
"@dnd-kit/utilities": "3.2.2",
29-
"@evolu/monorepo": "github:evoluhq/evolu#e57867ea9c3b2b7c180969c1a45271e713341e64",
27+
"@evolu/common": "8.0.0-next.0",
28+
"@evolu/react": "11.0.0-next.0",
29+
"@evolu/react-web": "3.0.0-next.0",
3030
"@evolu/sqlite-wasm": "2.2.4",
31+
"@evolu/web": "3.0.0-next.0",
3132
"@faker-js/faker": "10.4.0",
3233
"@getalby/sdk": "7.0.0",
3334
"@hookform/resolvers": "5.2.2",
@@ -38,15 +39,15 @@
3839
"@scure/base": "2.0.0",
3940
"@scure/bip39": "2.0.1",
4041
"@tabler/icons-react": "3.41.1",
41-
"@tanstack/react-query": "5.96.1",
42+
"@tanstack/react-query": "5.96.2",
4243
"@tanstack/react-table": "8.21.3",
4344
"@tanstack/react-virtual": "3.13.23",
4445
"@tauri-apps/plugin-dialog": "~2",
4546
"@tauri-apps/plugin-fs": "~2",
4647
"@tauri-apps/plugin-http": "~2.5.7",
4748
"@uidotdev/usehooks": "2.4.1",
4849
"@yudiel/react-qr-scanner": "2.5.1",
49-
"ai": "6.0.142",
50+
"ai": "6.0.146",
5051
"bignumber.js": "10.0.2",
5152
"class-variance-authority": "0.7.1",
5253
"clsx": "2.1.1",
@@ -74,7 +75,7 @@
7475
"react-barcode": "1.6.1",
7576
"react-day-picker": "9.14.0",
7677
"react-dom": "19.2.4",
77-
"react-hook-form": "7.72.0",
78+
"react-hook-form": "7.72.1",
7879
"react-i18next": "17.0.2",
7980
"recharts": "3.8.1",
8081
"sonner": "2.0.7",

0 commit comments

Comments
 (0)