Skip to content
Merged
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 openbas-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react-grid-layout": "1.5.1",
"react-hook-form": "7.56.1",
"react-intl": "7.1.11",
"react-markdown": "9.1.0",
"react-markdown": "10.1.0",
"react-redux": "9.2.0",
"react-router": "7.5.2",
"react-syntax-highlighter": "15.6.1",
Expand Down
4 changes: 0 additions & 4 deletions openbas-front/src/components/MarkdownDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const MarkdownDisplay: FunctionComponent<
const markdownElement = () => {
return (
<Markdown
className="markdown"
disallowedElements={disallowedElements}
unwrapDisallowed={true}
>
Expand All @@ -104,7 +103,6 @@ const MarkdownDisplay: FunctionComponent<
if (remarkPlugins) {
return (
<Markdown
className="markdown"
remarkPlugins={remarkPlugins}
disallowedElements={disallowedElements}
unwrapDisallowed={true}
Expand All @@ -116,7 +114,6 @@ const MarkdownDisplay: FunctionComponent<
if (markdownComponents) {
return (
<Markdown
className="markdown"
remarkPlugins={
[
remarkGfm,
Expand All @@ -134,7 +131,6 @@ const MarkdownDisplay: FunctionComponent<
}
return (
<Markdown
className="markdown"
remarkPlugins={
[
remarkGfm,
Expand Down
10 changes: 5 additions & 5 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9931,7 +9931,7 @@ __metadata:
react-grid-layout: "npm:1.5.1"
react-hook-form: "npm:7.56.1"
react-intl: "npm:7.1.11"
react-markdown: "npm:9.1.0"
react-markdown: "npm:10.1.0"
react-redux: "npm:9.2.0"
react-router: "npm:7.5.2"
react-syntax-highlighter: "npm:15.6.1"
Expand Down Expand Up @@ -10644,9 +10644,9 @@ __metadata:
languageName: node
linkType: hard

"react-markdown@npm:9.1.0":
version: 9.1.0
resolution: "react-markdown@npm:9.1.0"
"react-markdown@npm:10.1.0":
version: 10.1.0
resolution: "react-markdown@npm:10.1.0"
dependencies:
"@types/hast": "npm:^3.0.0"
"@types/mdast": "npm:^4.0.0"
Expand All @@ -10662,7 +10662,7 @@ __metadata:
peerDependencies:
"@types/react": ">=18"
react: ">=18"
checksum: 10c0/5bd645d39379f776d64588105f4060c390c3c8e4ff048552c9fa0ad31b756bb3ff7c11081542dc58d840ccf183a6dd4fd4d4edab44d8c24dee8b66551a5fd30d
checksum: 10c0/4a5dc7d15ca6d05e9ee95318c1904f83b111a76f7588c44f50f1d54d4c97193b84e4f64c4b592057c989228238a2590306cedd0c4d398e75da49262b2b5ae1bf
languageName: node
linkType: hard

Expand Down