Skip to content

Commit

Permalink
Merge pull request #82 from josemarluedke/chore/upgrade-remark-hbs-v0.4
Browse files Browse the repository at this point in the history
Upgrade remark-hbs to v0.4
  • Loading branch information
josemarluedke authored Mar 17, 2021
2 parents 2c2ece5 + 2eed5ec commit 5ae9846
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jest": "^26.6.3",
"rehype-katex": "^4.0.0",
"remark-autolink-headings": "^6.0.0",
"remark-hbs": "^0.3.1",
"remark-hbs": "^0.4.0",
"remark-math": "^4.0.0",
"ts-jest": "^26.5.0",
"ts-node": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ember-cli-typescript": "^4.0.0",
"ember-get-config": "^0.3.0",
"mdast-util-to-string": "^2.0.0",
"remark-hbs": "^0.3.1",
"remark-hbs": "^0.4.0",
"unist-builder": "^2.0.3",
"unist-util-find": "^1.0.2",
"unist-util-visit": "^2.0.2"
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14678,11 +14678,12 @@ remark-gfm@^1.0.0:
mdast-util-gfm "^0.1.0"
micromark-extension-gfm "^0.3.0"

remark-hbs@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/remark-hbs/-/remark-hbs-0.3.1.tgz#57174aa0b13023bc286e51f9b06bc736cc78d982"
integrity sha512-Um4hb9eB3ao0syls4ZMBSf+N/MMFdOho9QrCSWbsoHV2S4A+39Oq1i1MjcYG3kyr78dJeW6i/vr2XJQzygcUBQ==
remark-hbs@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/remark-hbs/-/remark-hbs-0.4.0.tgz#3b0af809091fbee872487c7d695acf687a1a0b96"
integrity sha512-2dtEz+t8FMedZgJ7oT76ON4bCYlsnqhL9xvo1UXzv0x3P54YYb7jssEiWsAGNzn0/HXtF+/CVNR6SBJhbB7bUQ==
dependencies:
unist-builder "^2.0.3"
unist-util-visit "^2.0.3"

remark-highlight.js@^6.0.0:
Expand Down

0 comments on commit 5ae9846

Please sign in to comment.