Skip to content

Commit f18bf1c

Browse files
authored
chore: update dependencies across multiple packages (#661)
1 parent ea2a6c3 commit f18bf1c

5 files changed

Lines changed: 22 additions & 22 deletions

File tree

apps/synapse-playground/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,24 @@
6363
"@radix-ui/react-slot": "^1.2.3",
6464
"@radix-ui/react-switch": "^1.2.6",
6565
"@radix-ui/react-tooltip": "^1.2.8",
66-
"@tailwindcss/vite": "^4.1.14",
67-
"@tanstack/query-async-storage-persister": "^5.90.13",
68-
"@tanstack/query-sync-storage-persister": "^5.90.13",
66+
"@tailwindcss/vite": "^4.2.1",
67+
"@tanstack/query-async-storage-persister": "^5.90.24",
68+
"@tanstack/query-sync-storage-persister": "^5.90.24",
6969
"@tanstack/react-query": "^5.90.11",
70-
"@tanstack/react-query-persist-client": "^5.90.13",
70+
"@tanstack/react-query-persist-client": "^5.90.24",
7171
"class-variance-authority": "^0.7.1",
7272
"clsx": "^2.1.1",
7373
"iso-ledger": "^0.1.7",
74-
"lucide-react": "^0.575.0",
75-
"nanostores": "^1.0.1",
74+
"lucide-react": "^0.577.0",
75+
"nanostores": "^1.1.1",
7676
"next-themes": "^0.4.6",
7777
"react": "19.2.4",
7878
"react-dom": "19.2.4",
7979
"react-dropzone": "^15.0.0",
8080
"react-hook-form": "^7.66.1",
8181
"sonner": "^2.0.7",
8282
"tailwind-merge": "^3.3.1",
83-
"tailwindcss": "^4.1.14",
83+
"tailwindcss": "^4.2.1",
8484
"viem": "catalog:",
8585
"wagmi": "catalog:",
8686
"zod": "catalog:"
@@ -91,11 +91,11 @@
9191
"@types/react-dom": "catalog:",
9292
"@vitejs/plugin-react": "^5.0.4",
9393
"buffer": "^6.0.3",
94-
"globals": "^17.0.0",
94+
"globals": "^17.4.0",
9595
"tw-animate-css": "^1.4.0",
9696
"typescript": "catalog:",
9797
"vite": "^7.2.6",
9898
"vite-plugin-node-polyfills": "^0.25.0",
99-
"wrangler": "^4.61.1"
99+
"wrangler": "^4.71.0"
100100
}
101101
}

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@filoz/synapse-core": "workspace:*",
1414
"@filoz/synapse-react": "workspace:*",
1515
"@filoz/synapse-sdk": "workspace:*",
16+
"@tanstack/react-query": "5.x",
1617
"starlight-auto-sidebar": "^0.1.3",
1718
"starlight-changelogs": "^0.4.0",
1819
"starlight-links-validator": "^0.19.2",
1920
"viem": "catalog:",
20-
"wagmi": "catalog:",
21-
"@tanstack/react-query": "5.x"
21+
"wagmi": "catalog:"
2222
},
2323
"devDependencies": {
24-
"@astrojs/starlight": "^0.37.5",
24+
"@astrojs/starlight": "^0.37.7",
2525
"@hugomrdias/docs": "^0.1.10",
2626
"@types/react": "catalog:",
2727
"@types/react-dom": "catalog:",
@@ -35,6 +35,6 @@
3535
"typedoc-plugin-mdn-links": "^5.0.10",
3636
"typedoc-plugin-missing-exports": "^4.1.2",
3737
"vite-tsconfig-paths": "^6.0.1",
38-
"wrangler": "^4.61.1"
38+
"wrangler": "^4.71.0"
3939
}
4040
}

examples/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
1414
"license": "Apache-2.0 OR MIT",
1515
"dependencies": {
16-
"@clack/prompts": "^1.0.0",
16+
"@clack/prompts": "^1.1.0",
1717
"@filoz/synapse-core": "workspace:^",
1818
"@filoz/synapse-sdk": "workspace:^",
19-
"@remix-run/fs": "^0.4.1",
20-
"cleye": "^2.0.0",
19+
"@remix-run/fs": "^0.4.2",
20+
"cleye": "^2.3.0",
2121
"conf": "^15.0.2",
2222
"terminal-link": "^5.0.0",
2323
"viem": "catalog:"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@biomejs/biome": "catalog:",
27-
"knip": "^5.71.0",
27+
"knip": "^5.86.0",
2828
"markdownlint-cli2": "^0.21.0",
2929
"typescript": "catalog:",
3030
"viem": "catalog:",
@@ -36,7 +36,7 @@
3636
"engines": {
3737
"node": ">=22"
3838
},
39-
"packageManager": "pnpm@10.28.2",
39+
"packageManager": "pnpm@10.31.0",
4040
"devEngines": {
4141
"runtime": {
4242
"name": "node",

pnpm-workspace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ allowBuilds:
1414
blockExoticSubdeps: true
1515

1616
catalog:
17-
'@biomejs/biome': 2.4.4
17+
'@biomejs/biome': 2.4.6
1818
'@types/mocha': ^10.0.10
19-
'@types/node': ^25.1.0
19+
'@types/node': ^25.3.5
2020
'@types/react': ^19.2.7
2121
'@types/react-dom': ^19.2.3
2222
abitype: ^1.2.0
2323
mocha: ^11.7.4
2424
msw: 2.12.10
25-
ox: ^0.13.0
25+
ox: ^0.14.0
2626
typescript: 5.9.3
27-
viem: ^2.45.1
27+
viem: ^2.47.0
2828
wagmi: ^3.0.2
2929
zod: ^4.3.5
3030

0 commit comments

Comments
 (0)