Skip to content

Commit

Permalink
chore: Upgrade to new Canary format (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekCornerGH authored Dec 10, 2024
1 parent d156ce5 commit f3dbf35
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 766 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ updates:
docusaurus:
patterns:
- "@docusaurus/*"
ignore:
- dependency-name: "@docusaurus/*"
versions: [">=1.0.0"]
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
Expand Down
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^0.0.0-6119",
"@docusaurus/plugin-content-blog": "^0.0.0-6119",
"@docusaurus/plugin-content-docs": "^0.0.0-6119",
"@docusaurus/preset-classic": "^0.0.0-6119",
"@docusaurus/theme-common": "^0.0.0-6119",
"@docusaurus/core": "3.6.3-canary-6168",
"@docusaurus/plugin-content-blog": "3.6.3-canary-6168",
"@docusaurus/plugin-content-docs": "3.6.3-canary-6168",
"@docusaurus/preset-classic": "3.6.3-canary-6168",
"@docusaurus/theme-common": "3.6.3-canary-6168",
"@giscus/react": "^3.0.0",
"@mdx-js/react": "^3.1.0",
"@skyra/discord-components-react": "^4.0.0-alpha.37",
Expand Down Expand Up @@ -55,10 +55,5 @@
},
"engines": {
"node": ">=20.0"
},
"pnpm": {
"patchedDependencies": {
"docusaurus-plugin-search-local": "patches/docusaurus-plugin-search-local.patch"
}
}
}
17 changes: 0 additions & 17 deletions patches/docusaurus-plugin-search-local.patch

This file was deleted.

Loading

0 comments on commit f3dbf35

Please sign in to comment.