Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@docusaurus/core": "latest",
"@docusaurus/preset-classic": "latest",
"@mdx-js/react": "^1.6.22",
"@mdx-js/react": "2.1.5",
"clsx": "^1.1.1",
"markdown-to-jsx": "^7.1.7",
"prism-react-renderer": "^1.2.1",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4764,6 +4764,18 @@ __metadata:
languageName: node
linkType: hard

"@mdx-js/react@npm:2.1.5":
version: 2.1.5
resolution: "@mdx-js/react@npm:2.1.5"
dependencies:
"@types/mdx": ^2.0.0
"@types/react": ">=16"
peerDependencies:
react: ">=16"
checksum: e47fb7086a4dd3e4d75d9ef0bf530009f72437a5ea91048e65d2e2f53955015a8c81b5058ac56fa00f401843305518e9f298183645d56c7e34336df4cc0b62bf
languageName: node
linkType: hard

"@mdx-js/react@npm:^1.6.22":
version: 1.6.22
resolution: "@mdx-js/react@npm:1.6.22"
Expand Down Expand Up @@ -11804,7 +11816,7 @@ __metadata:
"@docusaurus/core": latest
"@docusaurus/module-type-aliases": latest
"@docusaurus/preset-classic": latest
"@mdx-js/react": ^1.6.22
"@mdx-js/react": 2.1.5
"@tsconfig/docusaurus": ^1.0.4
clsx: ^1.1.1
markdown-to-jsx: ^7.1.7
Expand Down