Skip to content

Commit 9c58746

Browse files
authored
Merge pull request #8 from ai16z/main
merge from main
2 parents 80296c8 + e191da8 commit 9c58746

File tree

7 files changed

+586
-1602
lines changed

7 files changed

+586
-1602
lines changed

docs/package-lock.json

+25-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"dependencies": {
1818
"@docusaurus/core": "3.1.1",
1919
"@docusaurus/preset-classic": "3.1.1",
20-
"@mdx-js/react": "^3.0.0",
21-
"clsx": "^2.0.0",
22-
"prism-react-renderer": "^2.3.0",
23-
"react": "^18.2.0",
24-
"react-dom": "^18.2.0",
25-
"react-router-dom": "^6.22.0"
20+
"@mdx-js/react": "3.0.1",
21+
"clsx": "2.1.0",
22+
"prism-react-renderer": "2.3.1",
23+
"react": "18.2.0",
24+
"react-dom": "18.2.0",
25+
"react-router-dom": "6.22.1"
2626
},
2727
"devDependencies": {
2828
"@docusaurus/module-type-aliases": "3.1.1",
2929
"@docusaurus/types": "3.1.1",
30-
"docusaurus-plugin-typedoc": "^0.22.0",
31-
"typedoc": "^0.25.8",
32-
"typedoc-plugin-markdown": "^3.17.1"
30+
"docusaurus-plugin-typedoc": "0.22.0",
31+
"typedoc": "0.25.8",
32+
"typedoc-plugin-markdown": "3.17.1"
3333
},
3434
"browserslist": {
3535
"production": [
@@ -44,6 +44,6 @@
4444
]
4545
},
4646
"engines": {
47-
"node": ">=18.0"
47+
"node": "23.1.0"
4848
}
4949
}

0 commit comments

Comments
 (0)