This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new a6290702d2 build(deps): bump prism-react-renderer from 1.2.1 to 2.3.1
in /docs (#26726)
a6290702d2 is described below
commit a6290702d2bf0aead79ef2a2d7d4cd6b09a2ed04
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 28 14:42:35 2024 -0700
build(deps): bump prism-react-renderer from 1.2.1 to 2.3.1 in /docs (#26726)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <[email protected]>
---
docs/docusaurus.config.js | 4 ++--
docs/package.json | 2 +-
docs/yarn.lock | 20 ++++++++++++++------
3 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index ac537e9a87..d0cc8679d0 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -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 = {
diff --git a/docs/package.json b/docs/package.json
index 5642bea2d6..4f157519d6 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -36,7 +36,7 @@
"file-loader": "^6.2.0",
"less": "^4.2.0",
"less-loader": "^11.0.0",
- "prism-react-renderer": "^1.2.1",
+ "prism-react-renderer": "^2.3.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-github-btn": "^1.4.0",
diff --git a/docs/yarn.lock b/docs/yarn.lock
index 9fffa781b3..6a3a4be72a 100644
--- a/docs/yarn.lock
+++ b/docs/yarn.lock
@@ -2904,6 +2904,11 @@
resolved "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz"
integrity
sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==
+"@types/prismjs@^1.26.0":
+ version "1.26.3"
+ resolved
"https://registry.yarnpkg.com/@types/prismjs/-/prismjs-1.26.3.tgz#47fe8e784c2dee24fe636cab82e090d3da9b7dec"
+ integrity
sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==
+
"@types/prop-types@*":
version "15.7.4"
resolved
"https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz"
@@ -4010,7 +4015,7 @@ clsx@^1.2.1:
resolved
"https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
integrity
sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
-clsx@^2.1.0:
+clsx@^2.0.0, clsx@^2.1.0:
version "2.1.0"
resolved
"https://registry.yarnpkg.com/clsx/-/clsx-2.1.0.tgz#e851283bcb5c80ee7608db18487433f7b23f77cb"
integrity
sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==
@@ -8120,16 +8125,19 @@ pretty-time@^1.1.0:
resolved "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz"
integrity
sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==
-prism-react-renderer@^1.2.1:
- version "1.2.1"
- resolved
"https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.2.1.tgz"
- integrity
sha512-w23ch4f75V1Tnz8DajsYKvY5lF7H1+WvzvLUcF0paFxkTHSp42RS0H5CttdN2Q8RR3DRGZ9v5xD/h3n8C8kGmg==
-
prism-react-renderer@^1.3.5:
version "1.3.5"
resolved
"https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz#786bb69aa6f73c32ba1ee813fbe17a0115435085"
integrity
sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==
+prism-react-renderer@^2.3.1:
+ version "2.3.1"
+ resolved
"https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-2.3.1.tgz#e59e5450052ede17488f6bc85de1553f584ff8d5"
+ integrity
sha512-Rdf+HzBLR7KYjzpJ1rSoxT9ioO85nZngQEoFIhL07XhtJHlCU3SOz0GJ6+qvMyQe0Se+BV3qpe6Yd/NmQF5Juw==
+ dependencies:
+ "@types/prismjs" "^1.26.0"
+ clsx "^2.0.0"
+
prismjs@^1.28.0:
version "1.29.0"
resolved
"https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"