Skip to content

Commit 11ac492

Browse files
committed
feat: bump dependencies
1 parent 72606e3 commit 11ac492

3 files changed

Lines changed: 1019 additions & 994 deletions

File tree

.zed/settings.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"formatter": {
3+
"external": {
4+
"command": "./node_modules/.bin/biome",
5+
"arguments": ["format", "--write", "--stdin-file-path={buffer_path}"]
6+
}
7+
},
8+
"languages": {
9+
"JavaScript": {
10+
"formatter": { "language_server": { "name": "biome" } },
11+
"code_actions_on_format": {
12+
"source.fixAll.biome": true,
13+
"source.organizeImports.biome": true
14+
}
15+
},
16+
"TypeScript": {
17+
"formatter": { "language_server": { "name": "biome" } },
18+
"code_actions_on_format": {
19+
"source.fixAll.biome": true,
20+
"source.organizeImports.biome": true
21+
}
22+
},
23+
"TSX": {
24+
"formatter": { "language_server": { "name": "biome" } },
25+
"code_actions_on_format": {
26+
"source.fixAll.biome": true,
27+
"source.organizeImports.biome": true
28+
}
29+
},
30+
"JSON": { "formatter": { "language_server": { "name": "biome" } } },
31+
"JSONC": { "formatter": { "language_server": { "name": "biome" } } },
32+
"CSS": { "formatter": { "language_server": { "name": "biome" } } },
33+
"GraphQL": { "formatter": { "language_server": { "name": "biome" } } }
34+
},
35+
"lsp": {
36+
"biome": {
37+
"settings": {
38+
"require_config_file": true
39+
}
40+
}
41+
}
42+
}

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@radix-ui/react-scroll-area": "^1.2.10",
1919
"class-variance-authority": "^0.7.1",
2020
"clsx": "^2.1.1",
21-
"fumadocs-core": "15.7.2",
22-
"fumadocs-mdx": "11.8.0",
23-
"fumadocs-typescript": "^4.0.6",
24-
"fumadocs-ui": "15.7.2",
25-
"lucide-react": "^0.541.0",
26-
"mermaid": "^11.10.1",
27-
"next": "15.5.0",
21+
"fumadocs-core": "15.7.12",
22+
"fumadocs-mdx": "11.10.0",
23+
"fumadocs-typescript": "^4.0.8",
24+
"fumadocs-ui": "15.7.12",
25+
"lucide-react": "^0.544.0",
26+
"mermaid": "^11.12.0",
27+
"next": "15.5.3",
2828
"next-themes": "^0.4.6",
2929
"react": "^19.1.1",
3030
"react-dom": "^19.1.1",
@@ -33,26 +33,26 @@
3333
"tailwind-merge": "^3.3.1"
3434
},
3535
"devDependencies": {
36-
"@biomejs/biome": "^2.2.2",
37-
"@tailwindcss/postcss": "^4.1.12",
36+
"@biomejs/biome": "^2.2.4",
37+
"@tailwindcss/postcss": "^4.1.13",
3838
"@types/mdx": "^2.0.13",
39-
"@types/node": "24.3.0",
40-
"@types/react": "^19.1.10",
41-
"@types/react-dom": "^19.1.7",
42-
"eslint": "^9",
43-
"eslint-config-next": "15.5.0",
39+
"@types/node": "24.5.2",
40+
"@types/react": "^19.1.13",
41+
"@types/react-dom": "^19.1.9",
42+
"eslint": "^9.35.0",
43+
"eslint-config-next": "15.5.3",
4444
"globby": "^14.1.0",
45-
"node-fetch": "3",
45+
"node-fetch": "^3.3.2",
4646
"postcss": "^8.5.6",
4747
"rehype-autolink-headings": "^7.1.0",
4848
"rehype-slug": "^6.0.0",
4949
"remark-frontmatter": "^5.0.0",
5050
"remark-gfm": "^4.0.1",
51-
"remark-mdx": "^3.1.0",
51+
"remark-mdx": "^3.1.1",
5252
"remark-parse": "^11.0.0",
5353
"remark-rehype": "^11.1.2",
5454
"remark-validate-links": "^13.1.0",
55-
"tailwindcss": "^4.1.12",
55+
"tailwindcss": "^4.1.13",
5656
"tsx": "^4.20.5",
5757
"typescript": "^5.9.2",
5858
"unified": "^11.0.5",

0 commit comments

Comments
 (0)