Skip to content

Commit

Permalink
Use correct docusaurus versions that compile
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Aug 14, 2024
1 parent a4e0c09 commit 94a3444
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 470 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:

- name: Build
run: pnpm build

- name: Build docs
run: pnpm docs:build
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@easyops-cn/docusaurus-search-local": "^0.41.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
Expand All @@ -25,14 +25,14 @@
"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.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.5.2",
"@types/react": "^18.3.2",
"docusaurus-plugin-typedoc": "1.0.2",
"typedoc": "0.25.13",
"typedoc-plugin-markdown": "4.0.2",
"typescript": "~5.4.0"
"docusaurus-plugin-typedoc": "^1.0.1",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^4.0.2",
"typescript": "5.2.2"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 94a3444

Please sign in to comment.