Skip to content

Commit

Permalink
chore: upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Jun 2, 2024
1 parent 03e01f0 commit 414b6d7
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 214 deletions.
2 changes: 1 addition & 1 deletion docs/docs/reference/01-props.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const App = () => {

### `onLoad`

This is called when the sheet is ready to present. Use this event to [`present`](reference/methods#present) the sheet during mount.
This is called when the sheet is ready to present. Use this event to [`present`](/reference/methods#present) the sheet during mount.

### `onPresent`

Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.3.2",
"@docusaurus/plugin-google-gtag": "^3.3.2",
"@docusaurus/plugin-vercel-analytics": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/core": "^3.4.0",
"@docusaurus/plugin-google-gtag": "^3.4.0",
"@docusaurus/plugin-vercel-analytics": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.3.2",
"@docusaurus/tsconfig": "^3.3.2",
"@docusaurus/types": "^3.3.2",
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@docusaurus/types": "^3.4.0",
"typescript": "~5.2.2"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 414b6d7

Please sign in to comment.