Skip to content

Commit dc1a5e4

Browse files
committed
docs: improve homepage and roadmap
1 parent 260e207 commit dc1a5e4

File tree

7 files changed

+215
-221
lines changed

7 files changed

+215
-221
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@eslint/js": "9.6.0",
6161
"@tsconfig/node20": "20.1.4",
6262
"@tsconfig/strictest": "2.0.5",
63-
"@types/node": "20.14.9",
63+
"@types/node": "20.14.10",
6464
"@types/react": "18.3.3",
6565
"@types/react-dom": "18.3.0",
6666
"@typescript-eslint/eslint-plugin": "7.15.0",
@@ -71,9 +71,9 @@
7171
"bun-types": "1.1.18",
7272
"bundle-require": "^5.0.0",
7373
"code-block-writer": "13.0.1",
74-
"cspell": "8.10.1",
74+
"cspell": "8.10.4",
7575
"dedent": "1.5.3",
76-
"dprint": "0.47.0",
76+
"dprint": "0.46.3",
7777
"effect": "3.4.7",
7878
"esbuild": "0.23.0",
7979
"eslint": "^9.6.0",
@@ -102,7 +102,7 @@
102102
"turbo": "2.0.6",
103103
"type-fest": "4.21.0",
104104
"typedoc": "0.26.3",
105-
"typedoc-plugin-markdown": "4.1.1",
105+
"typedoc-plugin-markdown": "4.1.2",
106106
"typedoc-plugin-rename-defaults": "0.7.1",
107107
"typescript": "^5.5.3",
108108
"vitest": "1.6.0"

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@typescript-eslint/utils": "7.15.0",
46-
"valibot": "^0.35.0"
46+
"valibot": "^0.36.0"
4747
},
4848
"devDependencies": {
4949
"tsup": "8.1.0",

0 commit comments

Comments
 (0)