Skip to content

Commit

Permalink
Deps: Update all the NPM packages to their latest version
Browse files Browse the repository at this point in the history
The good old "pray that it works" approach is the only option here. Somehow the dependencies are entangled and won't resolve.
  • Loading branch information
rdw-software committed Feb 25, 2024
1 parent 288b10f commit e41f6a9
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 e41f6a9

Please sign in to comment.