Skip to content

Commit

Permalink
deps: Bump docusaurus to 3.6.1
Browse files Browse the repository at this point in the history
- Also bumps search-local to 0.45.0
- Also bumps mermaid-cli to the next major
  version and requires the new
  puppeteer-config.json
- Bumps node to >=20.0 since it's required
  by mermaid
- Bumps other dependencies to match the
  docusaurus template project
  • Loading branch information
matevz committed Nov 13, 2024
1 parent ec8bff3 commit 2a25fcf
Show file tree
Hide file tree
Showing 5 changed files with 2,698 additions and 2,132 deletions.
2 changes: 1 addition & 1 deletion docs/dapp/diagrams/opl-contract-flow.mmd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/dapp/diagrams/opl-router-pingpong-flow.mmd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"docusaurus": "docusaurus",
"start": "docusaurus start --no-open",
"build": "docusaurus build",
"diagrams": "find -L docs -name '*.mmd' -exec mmdc -i {} -c mermaid.config.json ';'",
"diagrams": "find -L docs -name '*.mmd' -exec mmdc -i {} -p puppeteer-config.json -c mermaid.config.json ';'",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand All @@ -20,13 +20,14 @@
"fmt-markdown": "markdownlint-cli2-fix 'docs/**/*.md' 'docs/**/*.mdx'"
},
"dependencies": {
"@docusaurus/core": "3.5.2",
"@docusaurus/plugin-client-redirects": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/remark-plugin-npm2yarn": "3.5.2",
"@easyops-cn/docusaurus-search-local": "^0.44.5",
"@docusaurus/core": "3.6.1",
"@docusaurus/plugin-client-redirects": "3.6.1",
"@docusaurus/preset-classic": "3.6.1",
"@docusaurus/remark-plugin-npm2yarn": "3.6.1",
"@easyops-cn/docusaurus-search-local": "0.45.0",
"@mdx-js/react": "^3.0.0",
"@mermaid-js/mermaid-cli": "^10.6.1",
"@mermaid-js/mermaid-cli": "^11.4.0",
"puppeteer": "^23",
"clsx": "^2.0.0",
"linkinator": "^6.0.3",
"markdownlint-cli2": "^0.11.0",
Expand All @@ -43,23 +44,23 @@
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
"last 3 chrome version",
"last 3 firefox version",
"last 3 safari version"
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/tsconfig": "^3.2.1",
"@docusaurus/types": "^3.2.1",
"@docusaurus/module-type-aliases": "3.6.1",
"@docusaurus/tsconfig": "3.6.1",
"@docusaurus/types": "3.6.1",
"@types/plotly.js-basic-dist": "^1.54.4",
"@types/react-plotly.js": "^2.6.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "~5.2.2"
"typescript": "~5.6.2"
},
"engines": {
"node": ">=18.0"
"node": ">=20.0"
}
}
3 changes: 3 additions & 0 deletions puppeteer-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"args": ["--no-sandbox"]
}
Loading

0 comments on commit 2a25fcf

Please sign in to comment.