Skip to content

Commit

Permalink
Pinned the version of @markedjs/html-differ to 3.0.4. (marktext#3330) (
Browse files Browse the repository at this point in the history
…marktext#3331)

Co-authored-by: Ran Luo <ransixi@gmail.com>
  • Loading branch information
kiyoka and Jocs authored Aug 3, 2023
1 parent 453cf9d commit 9c0238d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.17.9",
"@markedjs/html-differ": "^4.0.1",
"@markedjs/html-differ": "^3.0.4",
"@playwright/test": "^1.21.0",
"babel-loader": "^8.2.4",
"babel-plugin-component": "^1.1.1",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1722,12 +1722,12 @@
lodash "^4.17.15"
tmp-promise "^3.0.2"

"@markedjs/html-differ@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@markedjs/html-differ/-/html-differ-4.0.1.tgz#c8d6219bc4cd5de05df6cc8e4cfcb05a9c433867"
integrity sha512-A0QT31MYTcsCrg596QissG9OdWuIh2sC36eTSUPjzCVdhG/LKfbE3657zNO4XZhyGIOE4lN/dz7l/HD7KFkS6w==
"@markedjs/html-differ@^3.0.4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@markedjs/html-differ/-/html-differ-3.0.4.tgz#e5cbe2711176fbfc25683accd4cdfb63706e029e"
integrity sha512-lmcvZSe2LNHMrNSbbo7X4z7Ndhi4lJabmzXb4MhF/OFYQNbJBt07TvXpjS9n4Wn0gDBnyylwhkaeSDhslH723Q==
dependencies:
chalk "^5.0.0"
chalk "^4.1.0"
coa "^2.0.2"
diff "^5.0.0"
parse5-sax-parser "^6.0.1"
Expand Down Expand Up @@ -3600,11 +3600,6 @@ chalk@^4, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==

change-case@3.0.x:
version "3.0.2"
resolved "https://registry.npmjs.org/change-case/-/change-case-3.0.2.tgz#fd48746cce02f03f0a672577d1d3a8dc2eceb037"
Expand Down

0 comments on commit 9c0238d

Please sign in to comment.