Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
chore(markdown-magic): peg deps (#766)
Browse files Browse the repository at this point in the history
This sub-package is "deprecated" and will go away once we move e'eryone over to the new RDMD engine. Nonetheless, Dependbot demands on updating deps in both sub-packages, which is a headache. This PR pegs freezes these deps at their current place.
  • Loading branch information
rafegoldberg authored Jun 8, 2020
1 parent 87dc486 commit f2e7078
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/markdown-magic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"description": "ReadMe's React-based legacy Markdown parser",
"version": "6.10.1",
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^6.10.0",
"@readme/variable": "^6.10.0",
"hast-util-sanitize": "^1.2.0",
"@readme/emojis": "1.0.0",
"@readme/syntax-highlighter": "6.10.0",
"@readme/variable": "6.10.0",
"hast-util-sanitize": "1.3.1",
"prop-types": "^15.7.2",
"react": "^16.4.2",
"rehype-raw": "^4.0.1",
"rehype-react": "^3.1.0",
"rehype-sanitize": "^2.0.1",
"remark-breaks": "^1.0.0",
"remark-parse": "^7.0.2",
"remark-rehype": "^7.0.0",
"unified": "^8.4.0"
"rehype-raw": "4.0.2",
"rehype-react": "3.1.0",
"rehype-sanitize": "2.0.3",
"remark-breaks": "1.0.5",
"remark-parse": "7.0.2",
"remark-rehype": "7.0.0",
"unified": "8.4.2"
},
"scripts": {
"lint": "eslint . --ext .jsx --ext .js",
Expand Down

0 comments on commit f2e7078

Please sign in to comment.