Skip to content

Commit

Permalink
Merge pull request #107 from RagnarokResearchLab/docusaurus-react-update
Browse files Browse the repository at this point in the history
Update all the NPM packages to their latest version
  • Loading branch information
rdw-software authored Feb 25, 2024
2 parents 288b10f + e41f6a9 commit 28c6d29
Show file tree
Hide file tree
Showing 3 changed files with 8,064 additions and 17,074 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
const lightCodeTheme = require("prism-react-renderer").themes.github;
const darkCodeTheme = require("prism-react-renderer").themes.dracula;

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down
Loading

0 comments on commit 28c6d29

Please sign in to comment.