Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency prism-react-renderer to v2.3.0 #2874

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions docsite/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4218,6 +4218,13 @@ __metadata:
languageName: node
linkType: hard

"clsx@npm:^2.0.0":
version: 2.0.0
resolution: "clsx@npm:2.0.0"
checksum: a2cfb2351b254611acf92faa0daf15220f4cd648bdf96ce369d729813b85336993871a4bf6978ddea2b81b5a130478339c20d9d0b5c6fc287e5147f0c059276e
languageName: node
linkType: hard

"collapse-white-space@npm:^2.0.0":
version: 2.1.0
resolution: "collapse-white-space@npm:2.1.0"
Expand Down Expand Up @@ -9498,14 +9505,14 @@ __metadata:
linkType: hard

"prism-react-renderer@npm:^2.1.0":
version: 2.2.0
resolution: "prism-react-renderer@npm:2.2.0"
version: 2.3.0
resolution: "prism-react-renderer@npm:2.3.0"
dependencies:
"@types/prismjs": ^1.26.0
clsx: ^1.2.1
clsx: ^2.0.0
peerDependencies:
react: ">=16.0.0"
checksum: 6169791b721a320c3205a5e187511d4087fe6fca340a2c218f2a32d0c2d839a68029a00259d40865abff5a93d828caebffad3f017b23c83954b05f675a55bce9
checksum: 29b24eb5015c09e1b7e3fa2941584ead6fceb5556fdfbe7c34548d96886e0b291290bda93a421aab8b26ce6aae677387aac294982d11349a050843f6dbbc7449
languageName: node
linkType: hard

Expand Down