Pinned the version of @markedjs/html-differ to 3.0.4. (#3330) (#3331)

Co-authored-by: Ran Luo <ransixi@gmail.com>
This commit is contained in:
Kiyoka Nishiyama 2023-08-03 23:24:02 +09:00 committed by GitHub
parent 453cf9d07e
commit 9c0238d7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 11 deletions

View File

@ -100,7 +100,7 @@
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.7", "@babel/register": "^7.17.7",
"@babel/runtime": "^7.17.9", "@babel/runtime": "^7.17.9",
"@markedjs/html-differ": "^4.0.1", "@markedjs/html-differ": "^3.0.4",
"@playwright/test": "^1.21.0", "@playwright/test": "^1.21.0",
"babel-loader": "^8.2.4", "babel-loader": "^8.2.4",
"babel-plugin-component": "^1.1.1", "babel-plugin-component": "^1.1.1",

View File

@ -1722,12 +1722,12 @@
lodash "^4.17.15" lodash "^4.17.15"
tmp-promise "^3.0.2" tmp-promise "^3.0.2"
"@markedjs/html-differ@^4.0.1": "@markedjs/html-differ@^3.0.4":
version "4.0.1" version "3.0.4"
resolved "https://registry.yarnpkg.com/@markedjs/html-differ/-/html-differ-4.0.1.tgz#c8d6219bc4cd5de05df6cc8e4cfcb05a9c433867" resolved "https://registry.yarnpkg.com/@markedjs/html-differ/-/html-differ-3.0.4.tgz#e5cbe2711176fbfc25683accd4cdfb63706e029e"
integrity sha512-A0QT31MYTcsCrg596QissG9OdWuIh2sC36eTSUPjzCVdhG/LKfbE3657zNO4XZhyGIOE4lN/dz7l/HD7KFkS6w== integrity sha512-lmcvZSe2LNHMrNSbbo7X4z7Ndhi4lJabmzXb4MhF/OFYQNbJBt07TvXpjS9n4Wn0gDBnyylwhkaeSDhslH723Q==
dependencies: dependencies:
chalk "^5.0.0" chalk "^4.1.0"
coa "^2.0.2" coa "^2.0.2"
diff "^5.0.0" diff "^5.0.0"
parse5-sax-parser "^6.0.1" parse5-sax-parser "^6.0.1"
@ -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" ansi-styles "^4.1.0"
supports-color "^7.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: change-case@3.0.x:
version "3.0.2" version "3.0.2"
resolved "https://registry.npmjs.org/change-case/-/change-case-3.0.2.tgz#fd48746cce02f03f0a672577d1d3a8dc2eceb037" resolved "https://registry.npmjs.org/change-case/-/change-case-3.0.2.tgz#fd48746cce02f03f0a672577d1d3a8dc2eceb037"