Skip to content

Commit

Permalink
upgrade docusaurus to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lebalz committed Dec 3, 2024
1 parent 665ca66 commit 24622d8
Show file tree
Hide file tree
Showing 3 changed files with 910 additions and 288 deletions.
7 changes: 7 additions & 0 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.


### Upgrade Docusaurus

```bash
yarn upgrade @docusaurus/core@latest @docusaurus/faster@latest @docusaurus/preset-classic@latest @docusaurus/module-type-aliases@latest @docusaurus/tsconfig@latest @docusaurus/types@latest
```
12 changes: 6 additions & 6 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.6.1",
"@docusaurus/faster": "^3.6.1",
"@docusaurus/preset-classic": "^3.6.1",
"@docusaurus/tsconfig": "^3.6.1",
"@docusaurus/core": "^3.6.3",
"@docusaurus/faster": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"@mdx-js/react": "3.0.1",
"clsx": "^2.1.1",
"docusaurus-live-brython": "link:../lib/",
Expand All @@ -39,8 +39,8 @@
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.1",
"@docusaurus/types": "^3.6.1",
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/types": "^3.6.3",
"@types/react": "^18.3.1",
"typescript": "^5.2.2"
}
Expand Down
Loading

0 comments on commit 24622d8

Please sign in to comment.