Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Jan 8, 2025
1 parent 518c34e commit 7443d3f
Show file tree
Hide file tree
Showing 5 changed files with 639 additions and 779 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# See https://github.com/actions/setup-node/issues/1027
# cache: yarn
- run: corepack enable
- run: yarn install --frozen-lockfile
- run: yarn --immutable
- run: yarn run build

- name: Deploy
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"format": "prettier --write ."
},
"dependencies": {
"@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/theme-mermaid": "^3.6.3",
"@easyops-cn/docusaurus-search-local": "^0.46.1",
"@docusaurus/core": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/theme-mermaid": "^3.7.0",
"@easyops-cn/docusaurus-search-local": "^0.47.0",
"@metamask/docusaurus-openrpc": "^0.4.1",
"mdx-mermaid": "^2.0.3",
"mermaid": "^11.4.1",
Expand All @@ -31,8 +31,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"spellchecker-cli": "^7.0.0",
"typescript": "^5.7.2"
},
Expand Down
Loading

0 comments on commit 7443d3f

Please sign in to comment.