Skip to content

Commit

Permalink
upgrade docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
lebalz committed Dec 3, 2024
1 parent ab02a57 commit 5070101
Show file tree
Hide file tree
Showing 3 changed files with 924 additions and 321 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ $ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### 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
```
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"test": "vitest --coverage"
},
"dependencies": {
"@docusaurus/core": "^3.6.1",
"@docusaurus/faster": "^3.6.1",
"@docusaurus/preset-classic": "^3.6.1",
"@docusaurus/core": "^3.6.3",
"@docusaurus/faster": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@saucelabs/theme-github-codeblock": "^0.2.3",
"clsx": "^2.1.1",
"docusaurus-plugin-sass": "^0.2.5",
"docusaurus-plugin-sass": "^0.2.6",
"known-css-properties": "^0.35.0",
"prism-react-renderer": "^2.2.0",
"react": "^18.2.0",
Expand All @@ -35,9 +35,9 @@
"sass": "^1.69.5"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.1",
"@docusaurus/tsconfig": "^3.6.1",
"@docusaurus/types": "^3.6.1",
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/types": "^3.6.3",
"@vitest/coverage-v8": "^2.0.5",
"remark": "^15.0.1",
"typescript": "^5.5.4",
Expand Down
Loading

0 comments on commit 5070101

Please sign in to comment.