Skip to content

Commit 0168963

Browse files
George Niculaegrandizzyampcode-com
committed
chore: update deps and pin example versions
- Bump catalog versions (react, viem, wagmi, vitejs/plugin-react, types/node, types/react, etc.) - Pin examples/ deps from `latest` to explicit versions (react, viem, ox, vite-plugin-mkcert, wrangler) - Bump root package.json deps (elysia, expo-*, playwright-core, testcontainers, mppx, webauthx, zustand) - Bump playgrounds and ref-impls deps Co-authored-by: grandizzy <38490174+grandizzy@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d9179-c196-7237-b643-008fa871803d Co-authored-by: Amp <amp@ampcode.com>
1 parent f1599b1 commit 0168963

File tree

14 files changed

+947
-6219
lines changed

14 files changed

+947
-6219
lines changed

examples/basic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dependencies": {
1212
"@tanstack/react-query": "latest",
1313
"accounts": "latest",
14-
"react": "latest",
15-
"react-dom": "latest",
16-
"viem": "latest",
14+
"react": "^19.2.5",
15+
"react-dom": "^19.2.5",
16+
"viem": "^2.47.17",
1717
"wagmi": "latest"
1818
},
1919
"devDependencies": {
@@ -22,6 +22,6 @@
2222
"@vitejs/plugin-react": "latest",
2323
"typescript": "~5.9.3",
2424
"vite": "latest",
25-
"vite-plugin-mkcert": "^1.17.10"
25+
"vite-plugin-mkcert": "^1.17.12"
2626
}
2727
}

examples/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"accounts": "latest",
1212
"incur": "latest",
13-
"ox": "latest",
14-
"viem": "latest"
13+
"ox": "~0.14.15",
14+
"viem": "^2.47.17"
1515
},
1616
"devDependencies": {
1717
"@types/node": "latest",

examples/domain-bound-webauthn/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@tanstack/react-query": "latest",
1616
"accounts": "latest",
17-
"react": "latest",
18-
"react-dom": "latest",
19-
"viem": "latest",
17+
"react": "^19.2.5",
18+
"react-dom": "^19.2.5",
19+
"viem": "^2.47.17",
2020
"wagmi": "latest"
2121
},
2222
"devDependencies": {
@@ -26,8 +26,8 @@
2626
"@types/react-dom": "latest",
2727
"@vitejs/plugin-react": "latest",
2828
"typescript": "~5.9.3",
29-
"vite-plugin-mkcert": "^1.17.10",
29+
"vite-plugin-mkcert": "^1.17.12",
3030
"vite-plus": "latest",
31-
"wrangler": "catalog:"
31+
"wrangler": "^4.81.1"
3232
}
3333
}

examples/with-access-key-and-webauthn/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@tanstack/react-query": "latest",
1616
"accounts": "latest",
17-
"react": "latest",
18-
"react-dom": "latest",
19-
"viem": "latest",
17+
"react": "^19.2.5",
18+
"react-dom": "^19.2.5",
19+
"viem": "^2.47.17",
2020
"wagmi": "latest"
2121
},
2222
"devDependencies": {
@@ -26,8 +26,8 @@
2626
"@types/react-dom": "latest",
2727
"@vitejs/plugin-react": "latest",
2828
"typescript": "~5.9.3",
29-
"vite-plugin-mkcert": "^1.17.10",
29+
"vite-plugin-mkcert": "^1.17.12",
3030
"vite-plus": "latest",
31-
"wrangler": "catalog:"
31+
"wrangler": "^4.81.1"
3232
}
3333
}

examples/with-access-key/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"dependencies": {
1313
"@tanstack/react-query": "latest",
1414
"accounts": "latest",
15-
"react": "latest",
16-
"react-dom": "latest",
17-
"viem": "latest",
15+
"react": "^19.2.5",
16+
"react-dom": "^19.2.5",
17+
"viem": "^2.47.17",
1818
"wagmi": "latest"
1919
},
2020
"devDependencies": {
2121
"@types/react": "latest",
2222
"@types/react-dom": "latest",
2323
"@vitejs/plugin-react": "latest",
2424
"typescript": "~5.9.3",
25-
"vite-plugin-mkcert": "^1.17.10",
25+
"vite-plugin-mkcert": "^1.17.12",
2626
"vite-plus": "latest"
2727
}
2828
}

examples/with-fee-payer-and-webauthn/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@tanstack/react-query": "latest",
1616
"accounts": "latest",
17-
"react": "latest",
18-
"react-dom": "latest",
19-
"viem": "latest",
17+
"react": "^19.2.5",
18+
"react-dom": "^19.2.5",
19+
"viem": "^2.47.17",
2020
"wagmi": "latest"
2121
},
2222
"devDependencies": {
@@ -27,6 +27,6 @@
2727
"@vitejs/plugin-react": "latest",
2828
"typescript": "~5.9.3",
2929
"vite-plus": "latest",
30-
"wrangler": "catalog:"
30+
"wrangler": "^4.81.1"
3131
}
3232
}

examples/with-fee-payer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@tanstack/react-query": "latest",
1616
"accounts": "latest",
17-
"react": "latest",
18-
"react-dom": "latest",
19-
"viem": "latest",
17+
"react": "^19.2.5",
18+
"react-dom": "^19.2.5",
19+
"viem": "^2.47.17",
2020
"wagmi": "latest"
2121
},
2222
"devDependencies": {
@@ -28,6 +28,6 @@
2828
"typescript": "~5.9.3",
2929
"vite-plugin-cloudflare-tunnel": "^1.0.12",
3030
"vite-plus": "latest",
31-
"wrangler": "catalog:"
31+
"wrangler": "^4.81.1"
3232
}
3333
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"@vitejs/devtools": "catalog:",
4040
"@vitejs/plugin-react": "catalog:",
4141
"@wagmi/core": "catalog:",
42-
"elysia": "^1.4.27",
43-
"expo-secure-store": "^55.0.12",
44-
"expo-web-browser": "^55.0.13",
42+
"elysia": "^1.4.28",
43+
"expo-secure-store": "^55.0.13",
44+
"expo-web-browser": "^55.0.14",
4545
"express": "^5.2.1",
46-
"playwright-core": "^1.58.2",
46+
"playwright-core": "^1.59.1",
4747
"prool": "catalog:",
48-
"react": "catalog:",
49-
"react-dom": "catalog:",
48+
"react": "^19.2.5",
49+
"react-dom": "^19.2.5",
5050
"simple-git-hooks": "^2.13.1",
51-
"testcontainers": "^11.12.0",
51+
"testcontainers": "^11.14.0",
5252
"tsx": "^4.21.0",
5353
"typescript": "catalog:",
54-
"viem": "catalog:",
54+
"viem": "^2.47.17",
5555
"vp": "catalog:",
5656
"zile": "^0.0.24"
5757
},
@@ -80,11 +80,11 @@
8080
"hono": "^4.12.12",
8181
"idb-keyval": "^6.2.2",
8282
"mipd": "^0.0.7",
83-
"mppx": "^0.5.10",
83+
"mppx": "^0.5.12",
8484
"ox": "~0.14.15",
85-
"webauthx": "~0.1.0",
85+
"webauthx": "~0.1.1",
8686
"zod": "^4.3.6",
87-
"zustand": "^5.0.11"
87+
"zustand": "^5.0.12"
8888
},
8989
"peerDependencies": {
9090
"@react-native-async-storage/async-storage": "^3.0.2",

playgrounds/wagmi/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"dependencies": {
1313
"@tanstack/react-query": "latest",
14-
"accounts": "latest",
15-
"react": "latest",
16-
"react-dom": "latest",
17-
"viem": "latest",
14+
"accounts": "workspace:*",
15+
"react": "^19.2.5",
16+
"react-dom": "^19.2.5",
17+
"viem": "^2.47.17",
1818
"wagmi": "latest"
1919
},
2020
"devDependencies": {
@@ -24,8 +24,8 @@
2424
"@types/react-dom": "latest",
2525
"@vitejs/plugin-react": "latest",
2626
"typescript": "~5.9.3",
27-
"vite-plugin-mkcert": "^1.17.10",
27+
"vite-plugin-mkcert": "^1.17.12",
2828
"vite-plus": "latest",
29-
"wrangler": "catalog:"
29+
"wrangler": "^4.81.1"
3030
}
3131
}

playgrounds/web/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
},
1313
"dependencies": {
1414
"accounts": "workspace:*",
15-
"mppx": "^0.5.5",
16-
"react": "catalog:default",
17-
"react-dom": "catalog:default",
18-
"viem": "catalog:default"
15+
"mppx": "^0.5.12",
16+
"react": "^19.2.5",
17+
"react-dom": "^19.2.5",
18+
"viem": "^2.47.17"
1919
},
2020
"devDependencies": {
2121
"@bomb.sh/args": "^0.3.1",
2222
"@bomb.sh/tab": "^0.0.14",
23-
"@clack/prompts": "^1.1.0",
23+
"@clack/prompts": "^1.2.0",
2424
"@cloudflare/vite-plugin": "catalog:",
2525
"@types/react": "catalog:default",
26-
"tsx": "catalog:",
2726
"@types/react-dom": "catalog:default",
2827
"@vitejs/plugin-react": "catalog:default",
28+
"tsx": "catalog:",
2929
"typescript": "catalog:default",
30-
"vite-plugin-mkcert": "^1.17.10",
30+
"vite-plugin-mkcert": "^1.17.12",
3131
"vp": "catalog:",
32-
"wrangler": "catalog:"
32+
"wrangler": "^4.81.1"
3333
}
3434
}

0 commit comments

Comments
 (0)