Skip to content

Commit 811163e

Browse files
authored
chore: update workspace dependencies (#910)
1 parent 8390e60 commit 811163e

8 files changed

Lines changed: 38 additions & 40 deletions

File tree

.github/knip.jsonc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"ignoreDependencies": [
88
"@types/*",
99
"assert",
10-
"mocha",
1110
"wrangler",
1211
"typedoc",
1312
"typedoc-plugin-mdn-links",
@@ -18,8 +17,7 @@
1817
},
1918
"workspaces": {
2019
"docs": {
21-
"ignoreDependencies": ["@filoz/synapse-sdk", "@filoz/synapse-react", "@tanstack/react-query", "wagmi"],
22-
"ignoreFiles": ["src/custom.css"]
20+
"ignoreDependencies": ["@filoz/synapse-sdk", "@filoz/synapse-react", "@tanstack/react-query", "wagmi"]
2321
},
2422
"packages/synapse-core": {
2523
"ignoreFiles": ["wagmi.config.ts"]

apps/synapse-playground/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,34 @@
1212
"dependencies": {
1313
"@filoz/synapse-core": "workspace:*",
1414
"@filoz/synapse-react": "workspace:*",
15-
"@nanostores/persistent": "1.3.4",
15+
"@nanostores/persistent": "1.3.5",
1616
"@nanostores/react": "1.1.0",
17-
"@radix-ui/react-avatar": "1.2.0",
18-
"@radix-ui/react-dialog": "1.1.17",
19-
"@radix-ui/react-dropdown-menu": "2.1.18",
20-
"@radix-ui/react-label": "2.1.11",
21-
"@radix-ui/react-select": "2.3.1",
22-
"@radix-ui/react-separator": "1.1.10",
23-
"@radix-ui/react-slot": "1.3.0",
24-
"@radix-ui/react-switch": "1.3.1",
25-
"@radix-ui/react-tooltip": "1.2.12",
26-
"@tailwindcss/vite": "4.3.1",
27-
"@tanstack/query-sync-storage-persister": "5.101.1",
28-
"@tanstack/react-query": "5.101.1",
29-
"@tanstack/react-query-persist-client": "5.101.1",
17+
"@radix-ui/react-avatar": "1.2.6",
18+
"@radix-ui/react-dialog": "1.1.23",
19+
"@radix-ui/react-dropdown-menu": "2.1.24",
20+
"@radix-ui/react-label": "2.1.15",
21+
"@radix-ui/react-select": "2.3.7",
22+
"@radix-ui/react-separator": "1.1.15",
23+
"@radix-ui/react-slot": "1.3.3",
24+
"@radix-ui/react-switch": "1.3.7",
25+
"@radix-ui/react-tooltip": "1.2.16",
26+
"@tailwindcss/vite": "4.3.3",
27+
"@tanstack/query-sync-storage-persister": "5.101.4",
28+
"@tanstack/react-query": "5.101.4",
29+
"@tanstack/react-query-persist-client": "5.101.4",
3030
"class-variance-authority": "0.7.1",
3131
"clsx": "2.1.1",
3232
"iso-ledger": "0.1.7",
33-
"lucide-react": "1.21.0",
34-
"nanostores": "1.3.0",
33+
"lucide-react": "1.28.0",
34+
"nanostores": "1.4.2",
3535
"next-themes": "0.4.6",
36-
"react": "19.2.7",
37-
"react-dom": "19.2.7",
36+
"react": "19.2.8",
37+
"react-dom": "19.2.8",
3838
"react-dropzone": "15.0.0",
39-
"react-hook-form": "7.80.0",
39+
"react-hook-form": "7.83.0",
4040
"sonner": "2.0.7",
4141
"tailwind-merge": "3.6.0",
42-
"tailwindcss": "4.3.1",
42+
"tailwindcss": "4.3.3",
4343
"viem": "catalog:",
4444
"wagmi": "catalog:",
4545
"zod": "catalog:"
@@ -48,11 +48,11 @@
4848
"@biomejs/biome": "catalog:",
4949
"@types/react": "catalog:",
5050
"@types/react-dom": "catalog:",
51-
"@vitejs/plugin-react": "6.0.3",
51+
"@vitejs/plugin-react": "6.0.5",
5252
"tw-animate-css": "1.4.0",
5353
"typescript": "catalog:",
54-
"vite": "8.1.0",
54+
"vite": "8.2.0",
5555
"vite-plugin-node-polyfills-vite8": "0.25.4",
56-
"wrangler": "4.105.0"
56+
"wrangler": "4.118.0"
5757
}
5858
}

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"linter": {
6565
"enabled": true,
6666
"rules": {
67-
"recommended": true,
67+
"preset": "recommended",
6868
"complexity": {
6969
"useSimpleNumberKeys": "off"
7070
},

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@
1313
"@filoz/synapse-core": "workspace:*",
1414
"@filoz/synapse-react": "workspace:*",
1515
"@filoz/synapse-sdk": "workspace:*",
16-
"@tanstack/react-query": "5.101.1",
16+
"@tanstack/react-query": "5.101.4",
1717
"starlight-auto-sidebar": "0.4.0",
18-
"starlight-changelogs": "0.5.0",
18+
"starlight-changelogs": "0.5.1",
1919
"starlight-links-validator": "0.25.2",
2020
"viem": "catalog:",
2121
"wagmi": "catalog:"
2222
},
2323
"devDependencies": {
24-
"@astrojs/markdown-remark": "7.2.1",
25-
"@astrojs/starlight": "0.41.3",
24+
"@astrojs/markdown-remark": "7.2.2",
25+
"@astrojs/starlight": "0.41.5",
2626
"@hugomrdias/docs": "0.2.0",
2727
"@types/react": "catalog:",
2828
"@types/react-dom": "catalog:",
29-
"astro": "7.0.7",
29+
"astro": "7.1.6",
3030
"astro-mermaid": "2.1.0",
3131
"expressive-code-twoslash": "0.6.1",
3232
"mermaid": "11.16.0",
3333
"rehype-external-links": "3.0.0",
3434
"sharp": "0.35.3",
35-
"typedoc": "0.28.19",
35+
"typedoc": "0.28.20",
3636
"typedoc-plugin-mdn-links": "5.1.1",
37-
"typedoc-plugin-missing-exports": "4.1.3",
38-
"wrangler": "4.105.0"
37+
"typedoc-plugin-missing-exports": "4.1.4",
38+
"wrangler": "4.118.0"
3939
}
4040
}

examples/cli/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"linter": {
1212
"enabled": true,
1313
"rules": {
14-
"recommended": true
14+
"preset": "recommended"
1515
}
1616
},
1717
"javascript": {

examples/script-tag/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"linter": {
1212
"enabled": true,
1313
"rules": {
14-
"recommended": true
14+
"preset": "recommended"
1515
}
1616
},
1717
"javascript": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"devDependencies": {
2626
"@biomejs/biome": "catalog:",
27-
"knip": "6.21.0",
28-
"markdownlint-cli2": "0.23.0",
27+
"knip": "6.31.0",
28+
"markdownlint-cli2": "0.23.2",
2929
"typescript": "catalog:",
3030
"wireit": "0.14.13"
3131
},

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ allowBuilds:
1515
blockExoticSubdeps: true
1616

1717
catalog:
18-
'@biomejs/biome': 2.5.0
18+
'@biomejs/biome': 2.5.6
1919
'@types/mocha': ^10.0.10
2020
'@types/node': ^26.0.1
2121
'@types/react': ^19.2.16

0 commit comments

Comments
 (0)