Skip to content

Commit 335f967

Browse files
chore: upgrade dependencies (#71)
1 parent 002457f commit 335f967

4 files changed

Lines changed: 1629 additions & 2231 deletions

File tree

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.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

docs/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@
1010
"postinstall": "fumadocs-mdx"
1111
},
1212
"dependencies": {
13-
"@orama/orama": "^3.1.16",
14-
"@react-router/node": "^7.9.5",
15-
"fumadocs-core": "16.1.0",
16-
"fumadocs-mdx": "14.0.3",
17-
"fumadocs-ui": "16.1.0",
18-
"isbot": "^5.1.32",
19-
"lucide-react": "^0.562.0",
20-
"react": "^19.2.0",
21-
"react-dom": "^19.2.0",
22-
"react-router": "^7.12.0"
13+
"@orama/orama": "^3.1.18",
14+
"@react-router/node": "^7.13.1",
15+
"fumadocs-core": "16.6.8",
16+
"fumadocs-mdx": "14.2.9",
17+
"fumadocs-ui": "16.6.8",
18+
"isbot": "^5.1.35",
19+
"lucide-react": "^0.575.0",
20+
"react": "^19.2.4",
21+
"react-dom": "^19.2.4",
22+
"react-router": "^7.13.1"
2323
},
2424
"devDependencies": {
25-
"@react-router/dev": "^7.9.5",
26-
"@tailwindcss/vite": "^4.1.16",
25+
"@react-router/dev": "^7.13.1",
26+
"@tailwindcss/vite": "^4.2.1",
2727
"@types/mdx": "^2.0.13",
28-
"@types/node": "^24.10.0",
29-
"@types/react": "^19.2.2",
30-
"@types/react-dom": "^19.2.2",
31-
"react-router-devtools": "^5.1.3",
28+
"@types/node": "^24.11.0",
29+
"@types/react": "^19.2.14",
30+
"@types/react-dom": "^19.2.3",
31+
"react-router-devtools": "^6.2.0",
3232
"serve": "^14.2.5",
33-
"tailwindcss": "^4.1.16",
33+
"tailwindcss": "^4.2.1",
3434
"typescript": "^5.9.3",
35-
"vite": "^7.2.0",
36-
"vite-tsconfig-paths": "^5.1.4"
35+
"vite": "^7.3.1",
36+
"vite-tsconfig-paths": "^6.1.1"
3737
}
3838
}

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -69,35 +69,35 @@
6969
"typecheck": "tsc --noEmit"
7070
},
7171
"dependencies": {
72-
"@standard-schema/spec": "^1.0.0",
72+
"@standard-schema/spec": "^1.1.0",
7373
"just-sort-by": "^3.2.0"
7474
},
7575
"devDependencies": {
76-
"@biomejs/biome": "^2.2.4",
77-
"@changesets/cli": "^2.29.7",
76+
"@biomejs/biome": "^2.4.4",
77+
"@changesets/cli": "^2.29.8",
7878
"@sinclair/typebox": "^0.34.48",
7979
"@sinclair/typemap": "^0.10.1",
8080
"@types/better-sqlite3": "^7.6.13",
81-
"@types/node": "^24.5.2",
82-
"@vitest/coverage-v8": "3.2.4",
83-
"arktype": "^2.1.26",
84-
"better-sqlite3": "^12.4.1",
85-
"mongodb": "^6.20.0",
86-
"mongodb-memory-server": "^10.2.1",
87-
"tsdown": "^0.20.1",
88-
"typebox": "^1.0.71",
89-
"typescript": "^5.9.2",
90-
"valibot": "^1.1.0",
91-
"vitest": "^3.2.4",
92-
"zod": "^3.24.1"
81+
"@types/node": "^24.11.0",
82+
"@vitest/coverage-v8": "4.0.18",
83+
"arktype": "^2.1.29",
84+
"better-sqlite3": "^12.6.2",
85+
"mongodb": "^6.21.0",
86+
"mongodb-memory-server": "^10.4.3",
87+
"tsdown": "0.20.1",
88+
"typebox": "^1.1.5",
89+
"typescript": "^5.9.3",
90+
"valibot": "^1.2.0",
91+
"vitest": "^4.0.18",
92+
"zod": "^3.25.76"
9393
},
9494
"peerDependencies": {
9595
"@sinclair/typebox": "^0.34.41",
9696
"@sinclair/typemap": "^0.10.1",
97-
"arktype": ">=2.0.0",
98-
"typebox": ">=1.0.0",
99-
"valibot": "^1.0.0",
100-
"zod": ">=3.24.1"
97+
"arktype": "^2",
98+
"typebox": "^1",
99+
"valibot": "^1",
100+
"zod": "^3"
101101
},
102102
"peerDependenciesMeta": {
103103
"@sinclair/typebox": {

0 commit comments

Comments
 (0)