Skip to content

Commit 24a7d28

Browse files
chore(web): update deps
1 parent 600a6ea commit 24a7d28

File tree

6 files changed

+221
-305
lines changed

6 files changed

+221
-305
lines changed

apps/web/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@better-t-stack/backend": "workspace:*",
1717
"@erquhart/convex-oss-stats": "^0.8.1",
1818
"@number-flow/react": "^0.5.10",
19-
"@orama/orama": "^3.1.14",
19+
"@orama/orama": "^3.1.16",
2020
"@radix-ui/react-dialog": "^1.1.15",
2121
"@radix-ui/react-dropdown-menu": "^2.1.16",
2222
"@radix-ui/react-hover-card": "^1.1.15",
@@ -27,20 +27,20 @@
2727
"babel-plugin-react-compiler": "^1.0.0",
2828
"class-variance-authority": "^0.7.1",
2929
"clsx": "^2.1.1",
30-
"convex": "^1.27.4",
30+
"convex": "^1.28.2",
3131
"convex-helpers": "^0.1.104",
3232
"culori": "^4.0.2",
3333
"date-fns": "^4.1.0",
34-
"fumadocs-core": "15.8.5",
35-
"fumadocs-mdx": "12.0.3",
36-
"fumadocs-ui": "15.8.5",
37-
"lucide-react": "^0.545.0",
38-
"motion": "^12.23.22",
39-
"next": "16.0.0-beta.0",
34+
"fumadocs-core": "16.0.7",
35+
"fumadocs-mdx": "13.0.5",
36+
"fumadocs-ui": "16.0.7",
37+
"lucide-react": "^0.552.0",
38+
"motion": "^12.23.24",
39+
"next": "16.0.1",
4040
"next-themes": "^0.4.6",
41-
"nuqs": "^2.7.1",
41+
"nuqs": "^2.7.2",
4242
"papaparse": "^5.5.3",
43-
"posthog-js": "^1.273.1",
43+
"posthog-js": "^1.285.1",
4444
"qrcode": "^1.5.4",
4545
"radix-ui": "^1.4.3",
4646
"react": "19.2.0",
@@ -50,23 +50,23 @@
5050
"remark": "^15.0.1",
5151
"remark-gfm": "^4.0.1",
5252
"remark-mdx": "^3.1.1",
53-
"shiki": "^3.13.0",
53+
"shiki": "^3.14.0",
5454
"sonner": "^2.0.7",
5555
"tailwind-merge": "^3.3.1"
5656
},
5757
"devDependencies": {
58-
"@tailwindcss/postcss": "^4.1.14",
58+
"@tailwindcss/postcss": "^4.1.16",
5959
"@types/culori": "^4.0.1",
6060
"@types/mdx": "^2.0.13",
61-
"@types/node": "24.7.0",
61+
"@types/node": "24.10.0",
6262
"@types/papaparse": "^5.3.16",
63-
"@types/qrcode": "^1.5.5",
63+
"@types/qrcode": "^1.5.6",
6464
"@types/react": "19.2.2",
65-
"@types/react-dom": "19.2.1",
66-
"eslint": "^9.37.0",
67-
"eslint-config-next": "16.0.0-beta.0",
65+
"@types/react-dom": "19.2.2",
66+
"eslint": "^9.39.1",
67+
"eslint-config-next": "16.0.1",
6868
"postcss": "^8.5.6",
69-
"tailwindcss": "^4.1.14",
69+
"tailwindcss": "^4.1.16",
7070
"tw-animate-css": "^1.4.0",
7171
"typescript": "^5.9.3"
7272
},

apps/web/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { RootProvider } from "fumadocs-ui/provider";
1+
import { RootProvider } from "fumadocs-ui/provider/next";
22
import type { Metadata, Viewport } from "next";
33
import { Geist, Geist_Mono } from "next/font/google";
44
import type { ReactNode } from "react";

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

0 commit comments

Comments
 (0)