Skip to content

Commit

Permalink
chore(docs): Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobreuer committed Mar 9, 2024
1 parent a08567d commit 7d99218
Show file tree
Hide file tree
Showing 3 changed files with 5,119 additions and 3,111 deletions.
4 changes: 2 additions & 2 deletions docs/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 7d99218

Please sign in to comment.