Skip to content

Commit d464d0e

Browse files
authored
Merge pull request #4025 from skoeva/fix-images
frontend: headlamp-plugin: Bump react-markdown to 10.1.0
2 parents 61751f7 + 478ceff commit d464d0e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

frontend/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"react-dropzone": "^14.2.9",
7575
"react-hotkeys-hook": "^4.5.1",
7676
"react-i18next": "^15.0.2",
77-
"react-markdown": "^9.0.1",
77+
"react-markdown": "^10.1.0",
7878
"react-redux": "^9.1.2",
7979
"react-router": "^5.3.0",
8080
"react-router-dom": "^5.3.0",

plugins/headlamp-plugin/package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/headlamp-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"react-dropzone": "^14.2.9",
9595
"react-hotkeys-hook": "^4.5.1",
9696
"react-i18next": "^15.0.2",
97-
"react-markdown": "^9.0.1",
97+
"react-markdown": "^10.1.0",
9898
"react-redux": "^9.1.2",
9999
"react-router": "^5.3.0",
100100
"react-router-dom": "^5.3.0",

0 commit comments

Comments
 (0)