Skip to content

Commit a03e510

Browse files
committed
fix for fetch timeout, wrap everything in lazy
1 parent addb83c commit a03e510

File tree

20 files changed

+117
-277
lines changed

20 files changed

+117
-277
lines changed

.changeset/breezy-panthers-heal.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openauthjs/openauth": patch
3+
---
4+
5+
fix for fetch timeout, wrap everything in lazy

bun.lockb

8.95 KB
Binary file not shown.

examples/client/astro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"astro": "5.0.2",
13-
"@openauthjs/openauth": "workspace:*"
12+
"@openauthjs/openauth": "workspace:*",
13+
"astro": "5.0.2"
1414
}
1515
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "cloudflare-api",
3+
"version": "0.0.0",
4+
"private": true
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "lambda-api",
3+
"version": "0.0.0",
4+
"private": true
5+
}

examples/client/nextjs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"@openauthjs/openauth": "workspace:*",
13-
"react": "^19.0.0",
14-
"react-dom": "^19.0.0",
15-
"next": "15.1.0"
13+
"next": "15.1.0",
14+
"react": "19.0.0",
15+
"react-dom": "19.0.0"
1616
},
1717
"devDependencies": {
18-
"typescript": "^5",
1918
"@types/node": "22.10.1",
20-
"@types/react": "^19",
21-
"@types/react-dom": "^19"
19+
"@types/react": "19.0.1",
20+
"@types/react-dom": "19.0.2",
21+
"typescript": "5.6.3"
2222
}
2323
}

examples/client/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-react-hooks": "^5.0.0",
2424
"eslint-plugin-react-refresh": "^0.4.14",
2525
"globals": "^15.12.0",
26-
"typescript": "~5.6.2",
26+
"typescript": "5.6.3",
2727
"typescript-eslint": "^8.15.0",
2828
"vite": "^6.0.1"
2929
}

examples/client/sveltekit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@sveltejs/vite-plugin-svelte": "^5.0.0",
1818
"svelte": "^5.0.0",
1919
"svelte-check": "^4.0.0",
20-
"typescript": "^5.0.0",
20+
"typescript": "5.6.3",
2121
"valibot": "1.0.0-beta.15",
22-
"vite": "^6.0.0"
22+
"vite": "^6.0.1"
2323
}
2424
}

examples/issuer/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "0.0.0",
44
"dependencies": {
55
"@openauthjs/openauth": "workspace:*",
6-
"sst": "3.4.22"
6+
"sst": "3.5.1"
77
}
88
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "custom-frontend",
3+
"version": "0.0.0",
4+
"private": true
5+
}

0 commit comments

Comments
 (0)