Skip to content
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"react-bootstrap": "~0.33.0",
"react-codemirror2": "^8.0.0",
"react-dom": "~16.13.1",
"react-markdown": "6.0.0",
"react-markdown": "6.0.3",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious we don't have ~ in the first place - probably a better change to open this up.

"react-query": "^3.39.3",
"react-redux": "^7.1.1",
"react-router": "~6.3.0",
Expand Down
15 changes: 8 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12920,7 +12920,7 @@ __metadata:
react-bootstrap: "npm:~0.33.0"
react-codemirror2: "npm:^8.0.0"
react-dom: "npm:~16.13.1"
react-markdown: "npm:6.0.0"
react-markdown: "npm:6.0.3"
react-query: "npm:^3.39.3"
react-redux: "npm:^7.1.1"
react-router: "npm:~6.3.0"
Expand Down Expand Up @@ -15507,7 +15507,7 @@ __metadata:
languageName: node
linkType: hard

"property-information@npm:^5.0.0":
"property-information@npm:^5.3.0":
version: 5.6.0
resolution: "property-information@npm:5.6.0"
dependencies:
Expand Down Expand Up @@ -15880,26 +15880,27 @@ __metadata:
languageName: node
linkType: hard

"react-markdown@npm:6.0.0":
version: 6.0.0
resolution: "react-markdown@npm:6.0.0"
"react-markdown@npm:6.0.3":
version: 6.0.3
resolution: "react-markdown@npm:6.0.3"
dependencies:
"@types/hast": "npm:^2.0.0"
"@types/unist": "npm:^2.0.3"
comma-separated-tokens: "npm:^1.0.0"
prop-types: "npm:^15.7.2"
property-information: "npm:^5.0.0"
property-information: "npm:^5.3.0"
react-is: "npm:^17.0.0"
remark-parse: "npm:^9.0.0"
remark-rehype: "npm:^8.0.0"
space-separated-tokens: "npm:^1.1.0"
style-to-object: "npm:^0.3.0"
unified: "npm:^9.0.0"
unist-util-visit: "npm:^2.0.0"
vfile: "npm:^4.0.0"
peerDependencies:
"@types/react": ">=16"
react: ">=16"
checksum: 10/b5bd026abddedf685a66ec1d43ef784702cf88db29dfe19f2af26f3f3836a20dd2d7f014093efc5d6c74c920d6cb3332338db56ca002204fdd1a418d001ce7eb
checksum: 10/5098927fbc693f4b32941f710fb567047adb3ec626230f666a7312ff4a7802cd421d690700f4b30b1887372fe9985688eea318414c89dc0413e035efac83e146
languageName: node
linkType: hard

Expand Down
Loading