Skip to content

Commit 39485cd

Browse files
committed
chore(deps): batch dependency updates
Update root catalog and direct dependency versions across the workspace. Refresh bun.lock and align turbo.json schema URL with turbo 2.9.14.
1 parent 56ddcaa commit 39485cd

8 files changed

Lines changed: 559 additions & 357 deletions

File tree

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@astrojs/starlight": "0.39.2",
44
"@astrojs/starlight-tailwind": "5.0.0",
55
"@tailwindcss/vite": "catalog:",
6-
"astro": "6.3.1",
6+
"astro": "6.3.5",
77
"sharp": "0.34.5",
88
"tailwindcss": "catalog:"
99
},

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@cloudflare/vite-plugin": "1.36.3",
3+
"@cloudflare/vite-plugin": "1.37.2",
44
"@workspace/env": "workspace:*",
55
"@workspace/feature-shell": "workspace:*",
66
"@workspace/i18n": "workspace:*",

bun.lock

Lines changed: 516 additions & 314 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
{
22
"catalog": {
3-
"@base-ui/react": "1.4.1",
3+
"@base-ui/react": "1.5.0",
44
"@beeman/testcontainers": "1.2.2",
5-
"@cloudflare/workers-types": "4.20260505.1",
5+
"@cloudflare/workers-types": "4.20260519.1",
66
"@effect/platform": "0.96.1",
77
"@hookform/resolvers": "5.2.2",
8-
"@playwright/test": "1.59.1",
8+
"@playwright/test": "1.60.0",
99
"@radix-ui/react-select": "2.2.6",
1010
"@radix-ui/react-slot": "1.2.4",
1111
"@solana-program/stake": "0.6.1",
1212
"@solana-program/system": "0.12.0",
1313
"@solana-program/token": "0.13.0",
1414
"@solana-program/token-2022": "0.9.0",
15-
"@solana/kit": "6.8.0",
16-
"@solana/react": "6.8.0",
15+
"@solana/kit": "6.9.0",
16+
"@solana/react": "6.9.0",
1717
"@solana/wallet-standard-chains": "1.1.1",
1818
"@solana/wallet-standard-features": "1.3.0",
19-
"@tailwindcss/vite": "4.2.4",
20-
"@tanstack/query-async-storage-persister": "5.100.9",
21-
"@tanstack/react-query": "5.100.9",
22-
"@tanstack/react-query-persist-client": "5.100.9",
23-
"@turbo/gen": "2.9.12",
24-
"@types/bun": "1.3.13",
25-
"@types/node": "24.10.1",
19+
"@tailwindcss/vite": "4.3.0",
20+
"@tanstack/query-async-storage-persister": "5.100.11",
21+
"@tanstack/react-query": "5.100.11",
22+
"@tanstack/react-query-persist-client": "5.100.11",
23+
"@turbo/gen": "2.9.14",
24+
"@types/bun": "1.3.14",
25+
"@types/node": "25.9.0",
2626
"@types/react": "19.2.14",
2727
"@types/react-dom": "19.2.3",
2828
"@vitejs/plugin-react": "5.2.0",
2929
"@wallet-standard/core": "1.1.1",
3030
"@wallet-standard/react": "1.0.2",
3131
"@wallet-standard/ui-registry": "1.1.0",
32-
"@wxt-dev/browser": "0.1.40",
32+
"@wxt-dev/browser": "0.1.42",
3333
"babel-plugin-react-compiler": "1.0.0",
34-
"baseline-browser-mapping": "2.10.27",
34+
"baseline-browser-mapping": "2.10.31",
3535
"class-variance-authority": "0.7.1",
3636
"clsx": "2.1.1",
3737
"effect": "3.21.2",
3838
"jsdom": "29.1.1",
39-
"lucide-react": "1.14.0",
40-
"playwright": "1.59.1",
41-
"react": "19.2.5",
42-
"react-dom": "19.2.5",
43-
"react-hook-form": "7.75.0",
39+
"lucide-react": "1.16.0",
40+
"playwright": "1.60.0",
41+
"react": "19.2.6",
42+
"react-dom": "19.2.6",
43+
"react-hook-form": "7.76.0",
4444
"react-qrcode-logo": "4.1.0",
45-
"react-router": "7.14.2",
45+
"react-router": "7.15.1",
4646
"superjson": "2.2.6",
47-
"tailwind-merge": "3.5.0",
48-
"tailwindcss": "4.2.4",
49-
"testcontainers": "11.14.0",
47+
"tailwind-merge": "3.6.0",
48+
"tailwindcss": "4.3.0",
49+
"testcontainers": "12.0.0",
5050
"tw-animate-css": "1.4.0",
51-
"typescript": "5.9.3",
51+
"typescript": "6.0.3",
5252
"vite": "7.3.2",
5353
"vite-bundle-analyzer": "1.3.8",
54-
"vitest": "4.1.5",
55-
"wrangler": "4.87.0",
56-
"ws": "8.20.0",
57-
"wxt": "0.20.25",
54+
"vitest": "4.1.6",
55+
"wrangler": "4.93.0",
56+
"ws": "8.20.1",
57+
"wxt": "0.20.26",
5858
"zod": "4.4.3"
5959
},
6060
"devDependencies": {
6161
"@biomejs/biome": "2.4.15",
62-
"@commitlint/cli": "21.0.0",
63-
"@commitlint/config-conventional": "21.0.0",
64-
"@commitlint/types": "21.0.0",
62+
"@commitlint/cli": "21.0.1",
63+
"@commitlint/config-conventional": "21.0.1",
64+
"@commitlint/types": "21.0.1",
6565
"@cspell/dict-es-es": "3.0.8",
6666
"@types/bun": "catalog:",
6767
"@types/node": "catalog:",
6868
"bundlemon": "3.1.0",
6969
"cspell": "10.0.0",
7070
"editorconfig-checker": "6.1.1",
71-
"lefthook": "2.1.6",
72-
"pkg-pr-new": "0.0.71",
71+
"lefthook": "2.1.8",
72+
"pkg-pr-new": "0.0.75",
7373
"playwright": "catalog:",
74-
"syncpack": "15.1.2",
75-
"turbo": "2.9.12",
74+
"syncpack": "15.3.1",
75+
"turbo": "2.9.14",
7676
"vitest": "catalog:"
7777
},
7878
"engines": {

packages/background/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@solana/wallet-standard-features": "catalog:",
66
"@solana/wallet-standard-util": "1.1.2",
77
"@wallet-standard/core": "catalog:",
8-
"@webext-core/messaging": "2.3.0",
8+
"@webext-core/messaging": "3.0.1",
99
"@webext-core/proxy-service": "2.0.0",
1010
"@webext-core/storage": "1.2.0",
1111
"@workspace/context": "workspace:*",

packages/i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"i18next": "26.1.0",
4-
"i18next-cli": "1.56.12",
5-
"react-i18next": "17.0.7"
3+
"i18next": "26.2.0",
4+
"i18next-cli": "1.58.0",
5+
"react-i18next": "17.0.8"
66
},
77
"devDependencies": {
88
"@types/bun": "catalog:",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"class-variance-authority": "catalog:",
2323
"clsx": "catalog:",
2424
"cmdk": "1.1.1",
25-
"date-fns": "4.1.0",
25+
"date-fns": "4.2.1",
2626
"lucide-react": "catalog:",
2727
"next-themes": "0.4.6",
2828
"react-hook-form": "catalog:",

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://v2-9-12.turborepo.dev/schema.json",
2+
"$schema": "https://v2-9-14.turborepo.dev/schema.json",
33
"tasks": {
44
"build": {
55
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)