Update `jest-junit` to v9 (#6740)

master
fisker Cheung 2019-10-30 20:37:06 +08:00 committed by Georgii Dolzhykov
parent 56e3434a43
commit c1332e3009
2 changed files with 14 additions and 8 deletions

View File

@ -89,7 +89,7 @@
"eslint-plugin-react": "7.14.3",
"execa": "1.0.0",
"jest": "23.3.0",
"jest-junit": "8.0.0",
"jest-junit": "9.0.0",
"jest-snapshot-serializer-ansi": "1.0.0",
"jest-snapshot-serializer-raw": "1.1.0",
"jest-watch-typeahead": "0.4.0",

View File

@ -4263,14 +4263,15 @@ jest-jasmine2@^23.4.2:
jest-util "^23.4.0"
pretty-format "^23.2.0"
jest-junit@8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-8.0.0.tgz#d4f7ff67e292a5426dc60bc38694c9f77cb94178"
integrity sha512-cuD2XM2youMjrOxOu/7H2pLfsO8LfAG4D3WsBxd9fFyI9U0uPpmr/CORH64kbIyZ47X5x1Rbzb9ovUkAEvhEEA==
jest-junit@9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-9.0.0.tgz#9eb247dda7a8d2e1647a92f58a03a1490c74aea5"
integrity sha512-jnABGjL5pd2lhE1w3RIslZSufFbWQZGx8O3eluDES7qKxQuonXMtsPIi+4AKl4rtjb4DvMAjwLi4eHukc2FP/Q==
dependencies:
jest-validate "^24.0.0"
jest-validate "^24.9.0"
mkdirp "^0.5.1"
strip-ansi "^4.0.0"
strip-ansi "^5.2.0"
uuid "^3.3.3"
xml "^1.0.1"
jest-leak-detector@^23.2.0:
@ -4455,7 +4456,7 @@ jest-validate@^23.4.0:
leven "^2.1.0"
pretty-format "^23.2.0"
jest-validate@^24.0.0:
jest-validate@^24.9.0:
version "24.9.0"
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.9.0.tgz#0775c55360d173cd854e40180756d4ff52def8ab"
integrity sha512-HPIt6C5ACwiqSiwi+OfSSHbK8sG7akG8eATl+IPKaeIjtPOeBUd/g3J7DghugzxrGjI93qS/+RPKe1H6PqvhRQ==
@ -7392,6 +7393,11 @@ uuid@^3.1.0, uuid@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
uuid@^3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
v8-compile-cache@^2.0.3:
version "2.1.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"