Skip to content

Commit b7121ca

Browse files
authored
Merge pull request #65 from macalinao/igm/update-fumadocs-stuff
Update fumadocs stuff
2 parents 81558e6 + 778f6ec commit b7121ca

File tree

7 files changed

+290
-197
lines changed

7 files changed

+290
-197
lines changed

.changeset/purple-fans-glow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@macalinao/create-coda": patch
3+
"@macalinao/coda": patch
4+
"coda-docs": patch
5+
---
6+
7+
Update deps

apps/docs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
"postinstall": "fumadocs-mdx"
1212
},
1313
"dependencies": {
14-
"fumadocs-core": "15.7.0",
15-
"fumadocs-mdx": "11.8.0",
16-
"fumadocs-ui": "15.7.0",
17-
"next": "15.5.0",
14+
"fumadocs-core": "16.0.1",
15+
"fumadocs-mdx": "13.0.0",
16+
"fumadocs-ui": "16.0.1",
17+
"next": "16.0.0",
1818
"react": "^19.2.0",
1919
"react-dom": "^19.2.0",
2020
"yaml": "^2.8.1"
2121
},
2222
"devDependencies": {
23-
"@tailwindcss/postcss": "^4.1.14",
23+
"@tailwindcss/postcss": "^4.1.16",
2424
"@types/mdx": "^2.0.13",
25-
"@types/node": "24.3.0",
26-
"@types/react": "^19.2.0",
27-
"@types/react-dom": "^19.2.0",
28-
"eslint": "^9.37.0",
29-
"eslint-config-next": "15.5.0",
25+
"@types/node": "24.9.1",
26+
"@types/react": "^19.2.2",
27+
"@types/react-dom": "^19.2.2",
28+
"eslint": "^9.38.0",
29+
"eslint-config-next": "16.0.0",
3030
"postcss": "^8.5.6",
31-
"tailwindcss": "^4.1.14",
31+
"tailwindcss": "^4.1.16",
3232
"typescript": "^5.9.3"
3333
}
3434
}

apps/docs/tsconfig.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"moduleResolution": "bundler",
1414
"resolveJsonModule": true,
1515
"isolatedModules": true,
16-
"jsx": "preserve",
16+
"jsx": "react-jsx",
1717
"incremental": true,
1818
"paths": {
1919
"@/.source": ["./.source/index.ts"],
@@ -25,6 +25,12 @@
2525
}
2626
]
2727
},
28-
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
28+
"include": [
29+
"next-env.d.ts",
30+
"**/*.ts",
31+
"**/*.tsx",
32+
".next/types/**/*.ts",
33+
".next/dev/types/**/*.ts"
34+
],
2935
"exclude": ["node_modules"]
3036
}

bun.lock

Lines changed: 260 additions & 180 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"clients/*"
1212
],
1313
"catalog": {
14-
"eslint": "^9.37.0",
14+
"eslint": "^9.38.0",
1515
"typescript": "^5.9.3",
1616
"@macalinao/eslint-config": "^7",
1717
"@macalinao/tsconfig": "^3.2.3",
@@ -50,7 +50,7 @@
5050
"@changesets/cli": "^2.29.7",
5151
"@macalinao/biome-config": "^0.1.2",
5252
"husky": "^9.1.7",
53-
"lint-staged": "^16.2.5",
53+
"lint-staged": "^16.2.6",
5454
"turbo": "^2.5.8",
5555
"typedoc": "^0.28.14",
5656
"typescript": "^5.9.3"

packages/coda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@macalinao/eslint-config": "catalog:",
6464
"@macalinao/tsconfig": "catalog:",
65-
"@types/node": "^24.6.2",
65+
"@types/node": "^24.9.1",
6666
"eslint": "catalog:",
6767
"typescript": "catalog:"
6868
}

packages/create-coda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@macalinao/eslint-config": "catalog:",
4242
"@macalinao/tsconfig": "catalog:",
43-
"@types/node": "^24.6.2",
43+
"@types/node": "^24.9.1",
4444
"eslint": "catalog:",
4545
"typescript": "catalog:"
4646
}

0 commit comments

Comments
 (0)