Skip to content

Commit e1c4cb4

Browse files
committed
Bump deps
1 parent 385cbd4 commit e1c4cb4

File tree

23 files changed

+4178
-5712
lines changed

23 files changed

+4178
-5712
lines changed

.changeset/petite-toes-wait.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@fuma-comment/server": minor
3+
"@fuma-comment/react": minor
4+
"@fuma-comment/next": minor
5+
---
6+
7+
Bump deps

apps/docs/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
next-env.d.ts
22
.env.production
3-
.source
3+
.source
4+
.prisma

apps/docs/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import "./globals.css";
22
import type { ReactNode } from "react";
33
import type { Metadata } from "next";
44
import { Geist, JetBrains_Mono } from "next/font/google";
5-
import { RootProvider } from "fumadocs-ui/provider";
5+
import { RootProvider } from "fumadocs-ui/provider/next";
66

77
const geist = Geist({ subsets: ["latin"] });
88
const mono = JetBrains_Mono({

apps/docs/app/source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import { docs } from "fumadocs-mdx:collections/server";
12
import { loader } from "fumadocs-core/source";
2-
import { docs } from "@/.source";
33

44
export const source = loader({
55
baseUrl: "/docs",

apps/docs/next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
import "./.next/dev/types/routes.d.ts";
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

apps/docs/next.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ const config = {
1212
},
1313
],
1414
},
15-
eslint: {
16-
ignoreDuringBuilds: true,
17-
},
1815
};
1916

2017
export default withMDX(config);

apps/docs/package.json

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,54 @@
22
"name": "docs",
33
"version": "1.0.0",
44
"private": true,
5+
"type": "module",
56
"scripts": {
67
"dev": "next dev --turbo",
78
"build": "prisma migrate deploy && next build",
8-
"postinstall": "prisma generate",
9+
"postinstall": "dotenv -e .env.local -- prisma generate",
910
"migrate:deploy": "dotenv -e .env.production -- prisma migrate deploy",
1011
"db:push": "dotenv -e .env.local -- prisma db push",
1112
"start": "next start"
1213
},
1314
"dependencies": {
14-
"@auth/prisma-adapter": "^2.10.0",
15+
"@auth/prisma-adapter": "^2.11.1",
1516
"@fuma-comment/react": "workspace:*",
1617
"@fuma-comment/server": "workspace:*",
17-
"@octokit/rest": "^22.0.0",
18-
"@prisma/client": "^6.15.0",
18+
"@octokit/rest": "^22.0.1",
19+
"@prisma/adapter-pg": "^7.0.1",
20+
"@prisma/client": "^7.0.1",
21+
"@prisma/client-runtime-utils": "^7.0.1",
1922
"@radix-ui/react-select": "^2.2.6",
2023
"@vercel/postgres": "^0.10.0",
21-
"cva": "1.0.0-beta.2",
24+
"cva": "1.0.0-beta.4",
2225
"date-fns": "^4.1.0",
23-
"fumadocs-core": "^15.7.9",
24-
"fumadocs-docgen": "^3.0.0",
25-
"fumadocs-mdx": "^11.8.3",
26-
"fumadocs-ui": "^15.7.9",
27-
"lucide-react": "^0.542.0",
28-
"next": "^15.5.2",
29-
"next-auth": "^4.24.11",
26+
"fumadocs-core": "^16.1.0",
27+
"fumadocs-docgen": "^3.0.4",
28+
"fumadocs-mdx": "^14.0.3",
29+
"fumadocs-ui": "^16.1.0",
30+
"lucide-react": "^0.555.0",
31+
"next": "^16.0.4",
32+
"next-auth": "^4.24.13",
3033
"next-themes": "^0.4.6",
31-
"prisma": "^6.15.0",
32-
"react": "^19.1.1",
33-
"react-dom": "^19.1.1",
34-
"recharts": "^3.1.2",
35-
"tailwind-merge": "^3.3.1",
34+
"pg": "^8.16.3",
35+
"react": "^19.2.0",
36+
"react-dom": "^19.2.0",
37+
"recharts": "^3.5.0",
38+
"tailwind-merge": "^3.4.0",
3639
"uploadthing": "^7.7.4",
37-
"zod": "^4.1.5"
40+
"zod": "^4.1.13"
3841
},
3942
"devDependencies": {
40-
"@tailwindcss/postcss": "^4.1.13",
43+
"@tailwindcss/postcss": "^4.1.17",
4144
"@types/mdx": "^2.0.13",
42-
"@types/node": "^24.3.1",
43-
"@types/react": "^19.1.12",
44-
"@types/react-dom": "^19.1.9",
45+
"@types/node": "^24.10.1",
46+
"@types/react": "^19.2.7",
47+
"@types/react-dom": "^19.2.3",
4548
"postcss": "^8.5.6",
46-
"tailwindcss": "^4.1.13",
49+
"prisma": "^7.0.1",
50+
"tailwindcss": "^4.1.17",
4751
"tsconfig": "workspace:*",
48-
"tsx": "^4.20.5",
49-
"typescript": "^5.9.2"
52+
"tsx": "^4.20.6",
53+
"typescript": "^5.9.3"
5054
}
5155
}

apps/docs/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
plugins: {
33
"@tailwindcss/postcss": {},
44
},

apps/docs/prisma.config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { defineConfig, env } from "prisma/config";
2+
3+
export default defineConfig({
4+
schema: 'prisma/schema.prisma',
5+
migrations: {
6+
path: 'prisma/migrations',
7+
},
8+
datasource: {
9+
url: env("DATABASE_URL")
10+
}
11+
});

apps/docs/prisma/schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ model Role {
3030

3131
datasource db {
3232
provider = "postgresql"
33-
url = env("DATABASE_URL")
3433
}
3534

3635
generator client {
3736
provider = "prisma-client-js"
37+
output = "../.prisma"
3838
}
3939

4040
model User {

0 commit comments

Comments
 (0)