Skip to content

Commit

Permalink
chore: avoid dependabot conflict with docusaurus core package (#423)
Browse files Browse the repository at this point in the history
The packages preset-classic and theme-mermaid require exact
docusaurus/core version match.

This PR will make PRs like
#422 unnecessary.

Signed-off-by: Terry Howe <[email protected]>
  • Loading branch information
TerryHowe authored Nov 23, 2024
1 parent 8abff3c commit 2c444cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
"refresh-commands": "./tools/refresh-commands.sh",
"check-links": "remark --frail --use remark-validate-links \"docs/**/*.{md,mdx}\" \"blog/**/*.{md,mdx}\" \"community/**/*.{md,mdx}\" ."
},
"//": "preset-classic and theme-mermaid require exact core version match",
"dependencies": {
"@docusaurus/core": "^3.6.1",
"@docusaurus/preset-classic": "^3.6.1",
"@docusaurus/preset-classic": "",
"@docusaurus/theme-common": "^3.6.1",
"@docusaurus/theme-mermaid": "^3.6.1",
"@docusaurus/theme-mermaid": "",
"@docusaurus/types": "^3.6.1",
"@fortawesome/fontawesome-free": "^6.7.0",
"@mdx-js/react": "^3.1.0",
Expand Down

0 comments on commit 2c444cb

Please sign in to comment.