Skip to content

Commit 1dceb98

Browse files
authored
update deps (#39)
* update deps: assert, supabase-js * update deps: web, shared
1 parent a98ebd5 commit 1dceb98

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

.zed/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
}
3333
}
3434
},
35-
3635
"languages": {
3736
"TypeScript": {
3837
"language_servers": ["deno"],
@@ -44,5 +43,8 @@
4443
},
4544
"formatter": "language_server"
4645
}
46+
},
47+
"features": {
48+
"edit_prediction_provider": "zed"
4749
}
4850
}

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"update-types-linked": "supabase gen types typescript --linked > src/shared/db.types.ts && deno run format"
1919
},
2020
"imports": {
21-
"@std/assert": "jsr:@std/assert@^1.0.12",
22-
"@supabase/supabase-js": "jsr:@supabase/supabase-js@^2.49.3"
21+
"@std/assert": "jsr:@std/assert@^1.0.13",
22+
"@supabase/supabase-js": "jsr:@supabase/supabase-js@^2.49.9-next.2"
2323
}
2424
}

src/shared/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"exports": "./db.ts",
33
"imports": {
4-
"@supabase/supabase-js": "jsr:@supabase/supabase-js@^2.48.1"
4+
"@supabase/supabase-js": "jsr:@supabase/supabase-js@^2.49.9-next.2"
55
}
66
}

src/web/deno.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
},
1414
"imports": {
1515
"@deno/vite-plugin": "npm:@deno/vite-plugin@^1.0.4",
16-
"@icons-pack/react-simple-icons": "npm:@icons-pack/react-simple-icons@^12.3.0",
17-
"@supabase/supabase-js": "npm:@supabase/supabase-js@^2.49.3",
18-
"@tanstack/react-query": "npm:@tanstack/react-query@^5.69.0",
19-
"@types/react": "npm:@types/react@19.0.12",
20-
"@types/react-dom": "npm:@types/react-dom@19.0.4",
21-
"@vitejs/plugin-react": "npm:@vitejs/plugin-react@^4.3.4",
22-
"lucide-react": "npm:lucide-react@^0.484.0",
23-
"react": "npm:react@19.0.0",
24-
"react-dom": "npm:react-dom@19.0.0",
16+
"@icons-pack/react-simple-icons": "npm:@icons-pack/react-simple-icons@^12.9.0",
17+
"@supabase/supabase-js": "npm:@supabase/supabase-js@^2.49.8",
18+
"@tanstack/react-query": "npm:@tanstack/react-query@^5.79.0",
19+
"@types/react": "npm:@types/react@19.1.6",
20+
"@types/react-dom": "npm:@types/react-dom@19.1.5",
21+
"@vitejs/plugin-react": "npm:@vitejs/plugin-react@^4.5.0",
22+
"lucide-react": "npm:lucide-react@^0.511.0",
23+
"react": "npm:react@19.1.0",
24+
"react-dom": "npm:react-dom@19.1.0",
2525
"react-hot-toast": "npm:react-hot-toast@^2.5.2",
26-
"react-loading-indicators": "npm:react-loading-indicators@^1.0.0",
27-
"vite": "npm:vite@^6.2.3"
26+
"react-loading-indicators": "npm:react-loading-indicators@^1.0.1",
27+
"vite": "npm:vite@^6.3.5"
2828
}
2929
}

0 commit comments

Comments
 (0)