Skip to content

Commit 048cc46

Browse files
Merge pull request #9609 from GilbertCherrie/update-react-markdown
Update react-markdown
2 parents 9bd51cc + 53abf3d commit 048cc46

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"react-bootstrap": "~0.33.0",
9292
"react-codemirror2": "^8.0.0",
9393
"react-dom": "~16.13.1",
94-
"react-markdown": "6.0.0",
94+
"react-markdown": "~6.0.3",
9595
"react-query": "^3.39.3",
9696
"react-redux": "^7.1.1",
9797
"react-router": "~6.3.0",

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12920,7 +12920,7 @@ __metadata:
1292012920
react-bootstrap: "npm:~0.33.0"
1292112921
react-codemirror2: "npm:^8.0.0"
1292212922
react-dom: "npm:~16.13.1"
12923-
react-markdown: "npm:6.0.0"
12923+
react-markdown: "npm:~6.0.3"
1292412924
react-query: "npm:^3.39.3"
1292512925
react-redux: "npm:^7.1.1"
1292612926
react-router: "npm:~6.3.0"
@@ -15507,7 +15507,7 @@ __metadata:
1550715507
languageName: node
1550815508
linkType: hard
1550915509

15510-
"property-information@npm:^5.0.0":
15510+
"property-information@npm:^5.3.0":
1551115511
version: 5.6.0
1551215512
resolution: "property-information@npm:5.6.0"
1551315513
dependencies:
@@ -15880,26 +15880,27 @@ __metadata:
1588015880
languageName: node
1588115881
linkType: hard
1588215882

15883-
"react-markdown@npm:6.0.0":
15884-
version: 6.0.0
15885-
resolution: "react-markdown@npm:6.0.0"
15883+
"react-markdown@npm:~6.0.3":
15884+
version: 6.0.3
15885+
resolution: "react-markdown@npm:6.0.3"
1588615886
dependencies:
1588715887
"@types/hast": "npm:^2.0.0"
1588815888
"@types/unist": "npm:^2.0.3"
1588915889
comma-separated-tokens: "npm:^1.0.0"
1589015890
prop-types: "npm:^15.7.2"
15891-
property-information: "npm:^5.0.0"
15891+
property-information: "npm:^5.3.0"
1589215892
react-is: "npm:^17.0.0"
1589315893
remark-parse: "npm:^9.0.0"
1589415894
remark-rehype: "npm:^8.0.0"
1589515895
space-separated-tokens: "npm:^1.1.0"
1589615896
style-to-object: "npm:^0.3.0"
1589715897
unified: "npm:^9.0.0"
1589815898
unist-util-visit: "npm:^2.0.0"
15899+
vfile: "npm:^4.0.0"
1589915900
peerDependencies:
1590015901
"@types/react": ">=16"
1590115902
react: ">=16"
15902-
checksum: 10/b5bd026abddedf685a66ec1d43ef784702cf88db29dfe19f2af26f3f3836a20dd2d7f014093efc5d6c74c920d6cb3332338db56ca002204fdd1a418d001ce7eb
15903+
checksum: 10/5098927fbc693f4b32941f710fb567047adb3ec626230f666a7312ff4a7802cd421d690700f4b30b1887372fe9985688eea318414c89dc0413e035efac83e146
1590315904
languageName: node
1590415905
linkType: hard
1590515906

0 commit comments

Comments
 (0)