build(deps): bump prism-react-renderer from 1.2.1 to 2.3.1 in /docs (#26726)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com>
This commit is contained in:
dependabot[bot]
2024-01-28 14:42:35 -07:00
committed by GitHub
parent e9c2fdf8ac
commit a6290702d2
3 changed files with 17 additions and 9 deletions

View File

@@ -20,8 +20,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.vsDark;
/** @type {import('@docusaurus/types').Config} */
const config = {