Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions cloudflare-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types --env-interface CloudflareBindings ./cloudflare-env.d.ts` (hash: 2c2f922409b84d183f83636b2b15f288)
// Runtime types generated with workerd@1.20260603.1 2025-09-02 nodejs_compat
// Generated by Wrangler by running `wrangler types --env-interface=CloudflareBindings ./cloudflare-env.d.ts` (hash: 2c2f922409b84d183f83636b2b15f288)
// Runtime types generated with workerd@1.20260611.1 2025-09-02 nodejs_compat
interface __BaseEnv_CloudflareBindings {
R2_BUCKET: R2Bucket;
CLOUDFLARE_TURNSTILE_SECRET_KEY: string;
Expand Down Expand Up @@ -10266,7 +10266,7 @@ type AIGatewayHeaders = {
[key: string]: string | number | boolean | object;
};
type AIGatewayUniversalRequest = {
provider: AIGatewayProviders | string;
provider: AIGatewayProviders | string;
endpoint: string;
headers: Partial<AIGatewayHeaders>;
query: unknown;
Expand All @@ -10283,7 +10283,7 @@ declare abstract class AiGateway {
extraHeaders?: object;
signal?: AbortSignal;
}): Promise<Response>;
getUrl(provider?: AIGatewayProviders | string): Promise<string>;
getUrl(provider?: AIGatewayProviders | string): Promise<string>;
}
// Copyright (c) 2022-2025 Cloudflare, Inc.
// Licensed under the Apache 2.0 license found in the LICENSE file or at:
Expand Down Expand Up @@ -11880,7 +11880,7 @@ interface IncomingRequestCfPropertiesTLSClientAuthPlaceholder {
certChainRFC9440TooLarge: false;
}
/** Possible outcomes of TLS verification */
declare type CertVerificationStatus =
declare type CertVerificationStatus =
/** Authentication succeeded */
"SUCCESS"
/** No certificate was presented */
Expand Down Expand Up @@ -11948,7 +11948,7 @@ interface D1ExecResult {
count: number;
duration: number;
}
type D1SessionConstraint =
type D1SessionConstraint =
// Indicates that the first query should go to the primary, and the rest queries
// using the same D1DatabaseSession will go to any replica that is consistent with
// the bookmark maintained by the session (returned by the first query).
Expand Down Expand Up @@ -12773,7 +12773,7 @@ declare namespace Rpc {
// The reason for using a generic type here is to build a serializable subset of structured
// cloneable composite types. This allows types defined with the "interface" keyword to pass the
// serializable check as well. Otherwise, only types defined with the "type" keyword would pass.
type Serializable<T> =
type Serializable<T> =
// Structured cloneables
BaseType
// Structured cloneable composites
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.5.2",
"packageManager": "pnpm@11.6.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@hookform/resolvers": "^5.4.0",
"@jsquash/webp": "^1.5.0",
"@marsidev/react-turnstile": "^1.5.2",
"@marsidev/react-turnstile": "^1.5.3",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@radix-ui/react-avatar": "^1.1.12",
Expand All @@ -37,11 +37,11 @@
"@radix-ui/react-tooltip": "^1.2.9",
"@react-email/components": "1.0.12",
"@react-email/render": "^2.0.8",
"@supabase/ssr": "^0.10.3",
"@supabase/supabase-js": "^2.107.0",
"@supabase/ssr": "^0.12.0",
"@supabase/supabase-js": "^2.108.1",
"@tanstack/devtools-vite": "^0.7.0",
"@tanstack/react-router": "^1.169.2",
"@tanstack/react-start": "^1.167.65",
"@tanstack/react-router": "^1.170.15",
"@tanstack/react-start": "^1.168.25",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand All @@ -51,16 +51,16 @@
"pg": "^8.21.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.77.0",
"react-hook-form": "^7.78.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^9.0.0",
"@cloudflare/vite-plugin": "^1.40.0",
"@cloudflare/workers-types": "^4.20260606.1",
"@eslint-react/eslint-plugin": "^5.8.12",
"@cloudflare/vite-plugin": "^1.40.2",
"@cloudflare/workers-types": "^4.20260612.1",
"@eslint-react/eslint-plugin": "^5.8.19",
"@eslint/eslintrc": "^3.3.5",
"@tailwindcss/vite": "^4.3.0",
"@testing-library/jest-dom": "^6.9.1",
Expand All @@ -85,7 +85,7 @@
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vitest": "^4.1.8",
"wrangler": "^4.98.0"
"wrangler": "^4.100.0"
},
"nano-staged": {
"**/*.{js,jsx,ts,tsx,json,yml,md,mdx,css,html}": [
Expand Down
Loading
Loading