Skip to content

Commit

Permalink
Merge pull request #1077 from oasisprotocol/matevz/deps/docusaurus-3.7.0
Browse files Browse the repository at this point in the history
Bump Docusaurus to 3.7.0
  • Loading branch information
matevz authored Jan 6, 2025
2 parents aee8317 + 2b6a1b1 commit 1dc25c1
Show file tree
Hide file tree
Showing 3 changed files with 2,142 additions and 1,074 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ const config: Config = {
navbar: {
logo: {
alt: 'Oasis Docs',
//src: 'img/logo.svg',
//srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
src: 'img/logo.svg',
srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
// Uncomment src and style below to enable christmas mode ;)
src: 'img/logo_christmas.svg',
srcDark: 'img/logo_christmas_dark.svg',
style: {marginTop: '-13px', marginLeft: '-10px', height: '3rem'},
//src: 'img/logo_christmas.svg',
//srcDark: 'img/logo_christmas_dark.svg',
//style: {marginTop: '-13px', marginLeft: '-10px', height: '3rem'},
},
items: [
{
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"fmt-markdown": "markdownlint-cli2-fix 'docs/**/*.md' 'docs/**/*.mdx'"
},
"dependencies": {
"@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",
"@docusaurus/core": "^3.7.0",
"@docusaurus/plugin-client-redirects": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/remark-plugin-npm2yarn": "^3.7.0",
"@easyops-cn/docusaurus-search-local": "0.45.0",
"@mdx-js/react": "^3.0.0",
"@mermaid-js/mermaid-cli": "^11.4.0",
"puppeteer": "^23",
"clsx": "^2.0.0",
"linkinator": "^6.0.3",
"markdownlint-cli2": "^0.11.0",
"plotly.js-basic-dist": "^2.27.1",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"puppeteer": "^23",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-plotly.js": "^2.6.0"
},
"browserslist": {
Expand All @@ -50,9 +50,9 @@
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.1",
"@docusaurus/tsconfig": "3.6.1",
"@docusaurus/types": "3.6.1",
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@docusaurus/types": "^3.7.0",
"@types/plotly.js-basic-dist": "^1.54.4",
"@types/react-plotly.js": "^2.6.3",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 1dc25c1

Please sign in to comment.