Skip to content

Commit 961d409

Browse files
bump a bunch of deps
1 parent cc32ae1 commit 961d409

72 files changed

Lines changed: 6667 additions & 7219 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"browserslist": "defaults, not ie <= 11",
1313
"dependencies": {
1414
"@algolia/autocomplete-core": "^1.18.0",
15-
"@headlessui/react": "^2.2.0",
16-
"@headlessui/tailwindcss": "^0.2.1",
15+
"@headlessui/react": "^2.2.9",
16+
"@headlessui/tailwindcss": "^0.2.2",
1717
"@heroicons/react": "^2.2.0",
1818
"@mdx-js/loader": "^3.1.0",
1919
"@mdx-js/react": "^3.1.0",
2020
"@next/mdx": "15.5.8",
2121
"@scalar/api-reference-react": "^0.4.25",
2222
"@shikijs/transformers": "^1.29.2",
2323
"@sindresorhus/slugify": "^2.1.1",
24-
"@tailwindcss/typography": "^0.5.15",
24+
"@tailwindcss/typography": "^0.5.19",
2525
"@types/mdast": "^4.0.4",
2626
"@types/mdx": "^2.0.13",
2727
"@types/node": "^22.10.0",
@@ -39,11 +39,11 @@
3939
"next": "15.5.8",
4040
"next-sitemap": "^4.2.3",
4141
"next-themes": "^0.4.6",
42-
"next-view-transitions": "^0.3.4",
42+
"next-view-transitions": "^0.3.5",
4343
"npm-to-yarn": "^3.0.0",
4444
"react": "19.2.2",
4545
"react-dom": "19.2.2",
46-
"react-highlight-words": "^0.20.0",
46+
"react-highlight-words": "^0.21.0",
4747
"recma-import-images": "^0.0.3",
4848
"remark": "^15.0.1",
4949
"remark-gfm": "^4.0.0",
@@ -52,8 +52,8 @@
5252
"sharp": "0.33.5",
5353
"shiki": "^1.29.2",
5454
"simple-functional-loader": "^1.2.1",
55-
"tailwindcss": "^3.4.16",
56-
"typescript": "5.8.3",
55+
"tailwindcss": "^4.1.18",
56+
"typescript": "5.9.3",
5757
"unified": "^11.0.5",
5858
"unist-util-filter": "^5.0.1",
5959
"unist-util-visit": "^5.0.0",

examples/backend-adapters/client-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"devDependencies": {
1717
"@types/react": "19.2.7",
1818
"@types/react-dom": "19.2.3",
19-
"@vitejs/plugin-react-swc": "^3.7.2",
20-
"typescript": "5.8.3",
21-
"vite": "^6.3.4"
19+
"@vitejs/plugin-react-swc": "^4.2.2",
20+
"typescript": "5.9.3",
21+
"vite": "^7.2.7"
2222
}
2323
}

examples/backend-adapters/client-vanilla/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"uploadthing": "7.7.4"
1313
},
1414
"devDependencies": {
15-
"typescript": "5.8.3",
16-
"vite": "^6.3.4"
15+
"typescript": "5.9.3",
16+
"vite": "^7.2.7"
1717
}
1818
}

examples/backend-adapters/client-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"vue": "^3.4.21"
1414
},
1515
"devDependencies": {
16-
"@vitejs/plugin-vue": "^5.2.1",
17-
"typescript": "5.8.3",
18-
"vite": "^6.3.4",
16+
"@vitejs/plugin-vue": "^6.0.3",
17+
"typescript": "5.9.3",
18+
"vite": "^7.2.7",
1919
"vue-tsc": "^2.0.6"
2020
}
2121
}

examples/backend-adapters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@playwright/test": "1.52.0",
2727
"@uploadthing/react": "7.3.3",
2828
"concurrently": "^9.1.2",
29-
"typescript": "5.8.3",
29+
"typescript": "5.9.3",
3030
"uploadthing": "7.7.4"
3131
}
3232
}

examples/backend-adapters/server/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"dev:effect": "NODE_ENV=development PORT=3003 tsx watch src/effect-platform.ts"
1414
},
1515
"dependencies": {
16-
"@effect/platform": "0.90.3",
17-
"@effect/platform-node": "0.96.0",
16+
"@effect/platform": "0.93.8",
17+
"@effect/platform-node": "0.103.0",
1818
"@elysiajs/cors": "^1.2.0",
1919
"@fastify/cors": "^10.0.1",
2020
"@hono/node-server": "^1.13.7",
2121
"@sinclair/typebox": "^0.34.13",
2222
"cors": "^2.8.5",
2323
"dotenv": "^16.4.5",
24-
"effect": "3.17.7",
24+
"effect": "3.19.12",
2525
"elysia": "^1.2.9",
2626
"express": "^5.0.1",
2727
"fastify": "^5.2.0",
@@ -31,12 +31,12 @@
3131
"uploadthing": "7.7.4"
3232
},
3333
"devDependencies": {
34-
"@cloudflare/workers-types": "^4.20241230.0",
34+
"@cloudflare/workers-types": "^4.20251213.0",
3535
"@types/bun": "^1.2.5",
36-
"@types/cors": "^2.8.17",
37-
"@types/express": "^5.0.0",
36+
"@types/cors": "^2.8.19",
37+
"@types/express": "^5.0.6",
3838
"tsx": "^4.19.2",
39-
"typescript": "5.8.3",
39+
"typescript": "5.9.3",
4040
"wrangler": "^3.99.0"
4141
}
4242
}

examples/minimal-appdir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/node": "^22.10.0",
2121
"@types/react": "19.2.7",
2222
"@types/react-dom": "19.2.3",
23-
"typescript": "5.8.3"
23+
"typescript": "5.9.3"
2424
}
2525
}

examples/minimal-astro-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@astrojs/check": "0.9.4",
2424
"@types/react": "19.2.7",
2525
"@types/react-dom": "19.2.3",
26-
"typescript": "5.8.3"
26+
"typescript": "5.9.3"
2727
}
2828
}

examples/minimal-expo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@gorhom/bottom-sheet": "^4.6.1",
1717
"@shopify/flash-list": "1.6.4",
1818
"@tanstack/react-query": "^5.29.2",
19-
"@trpc/client": "11.0.0-rc.772",
20-
"@trpc/server": "11.0.0-rc.772",
21-
"@trpc/tanstack-react-query": "11.0.0-rc.772",
19+
"@trpc/client": "11.8.0",
20+
"@trpc/server": "11.8.0",
21+
"@trpc/tanstack-react-query": "11.8.0",
2222
"@uploadthing/expo": "7.2.6",
2323
"expo": "~51.0.8",
2424
"expo-constants": "^16.0.0",
@@ -45,10 +45,10 @@
4545
"zod": "^3.24.1"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.24.4",
49-
"@babel/runtime": "^7.24.4",
48+
"@babel/core": "^7.28.5",
49+
"@babel/runtime": "^7.28.4",
5050
"@types/react": "19.2.7",
51-
"tailwindcss": "^3.4.16",
52-
"typescript": "5.8.3"
51+
"tailwindcss": "^4.1.18",
52+
"typescript": "5.9.3"
5353
}
5454
}

0 commit comments

Comments
 (0)