Skip to content

Commit

Permalink
Merge pull request #88 from ai16z/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
fix(deps): pin dependencies
  • Loading branch information
sirkitree authored Oct 30, 2024
2 parents 724f65b + ceaccd4 commit f5f1b99
Show file tree
Hide file tree
Showing 6 changed files with 331 additions and 289 deletions.
38 changes: 25 additions & 13 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0"
"@mdx-js/react": "3.0.1",
"clsx": "2.1.0",
"prism-react-renderer": "2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/types": "3.1.1",
"docusaurus-plugin-typedoc": "^0.22.0",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1"
"docusaurus-plugin-typedoc": "0.22.0",
"typedoc": "0.25.8",
"typedoc-plugin-markdown": "3.17.1"
},
"browserslist": {
"production": [
Expand All @@ -44,6 +44,6 @@
]
},
"engines": {
"node": ">=18.0"
"node": "23.1.0"
}
}
Loading

0 comments on commit f5f1b99

Please sign in to comment.