Skip to content

Commit

Permalink
fix: pin js-yaml version to 3.* due to incompatibilities with gray-ma…
Browse files Browse the repository at this point in the history
…tter (#3)
  • Loading branch information
brpaz authored Feb 20, 2023
1 parent 412d203 commit 628e6f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
},
"dependencies": {
"gray-matter": "^4.0.3",
"js-yaml": "3.14.1",
"marked": "^4.2.12",
"marked-admonition-extension": "^0.0.2"
},
Expand Down Expand Up @@ -119,4 +120,4 @@
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
}
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4212,7 +4212,7 @@ js-tokens@^4.0.0:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==

js-yaml@^3.13.1:
js-yaml@3.14.1, js-yaml@^3.13.1:
version "3.14.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
Expand Down

0 comments on commit 628e6f0

Please sign in to comment.