Skip to content

Commit

Permalink
Merge pull request #1020 from oasisprotocol/matevz/deps/docusaurus-3.6.1
Browse files Browse the repository at this point in the history
Bump Docusaurus to 3.6.1
  • Loading branch information
matevz authored Nov 14, 2024
2 parents 7a1c831 + ec288f6 commit 579d065
Show file tree
Hide file tree
Showing 11 changed files with 2,704 additions and 2,138 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
cache: yarn
- name: Build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: yarn

- name: Install fonts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: yarn

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: yarn
- name: Build website
run: |
Expand Down
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.
2 changes: 1 addition & 1 deletion docs/node/run-your-node/archive-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ worker:
enabled: true
```

:::warn
:::warning

Ensure you are using the correct version of oasis-node and the pre-existing state for your specific pre-Eden network.

Expand Down
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 579d065

Please sign in to comment.