File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 50
50
"formik" : " 2.2.9" ,
51
51
"http-proxy-middleware" : " 2.0.3" ,
52
52
"jest" : " 27.5.1" ,
53
+ "jest-junit" : " 13.0.0" ,
53
54
"jest-runner-eslint" : " 1.0.0" ,
54
55
"next" : " 12.0.10" ,
55
56
"next-router-mock" : " ^0.6.5" ,
Original file line number Diff line number Diff line change @@ -8499,6 +8499,16 @@ jest-jasmine2@^27.5.1:
8499
8499
pretty-format "^27.5.1"
8500
8500
throat "^6.0.1"
8501
8501
8502
+ jest-junit@13.0.0:
8503
+ version "13.0.0"
8504
+ resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.0.0.tgz#479be347457aad98ae8a5983a23d7c3ec526c9a3"
8505
+ integrity sha512-JSHR+Dhb32FGJaiKkqsB7AR3OqWKtldLd6ZH2+FJ8D4tsweb8Id8zEVReU4+OlrRO1ZluqJLQEETm+Q6/KilBg==
8506
+ dependencies:
8507
+ mkdirp "^1.0.4"
8508
+ strip-ansi "^6.0.1"
8509
+ uuid "^8.3.2"
8510
+ xml "^1.0.1"
8511
+
8502
8512
jest-leak-detector@^27.5.1:
8503
8513
version "27.5.1"
8504
8514
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz#6ec9d54c3579dd6e3e66d70e3498adf80fde3fb8"
@@ -12655,6 +12665,11 @@ uuid@^3.3.2:
12655
12665
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
12656
12666
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
12657
12667
12668
+ uuid@^8.3.2:
12669
+ version "8.3.2"
12670
+ resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
12671
+ integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
12672
+
12658
12673
v8-compile-cache-lib@^3.0.0:
12659
12674
version "3.0.0"
12660
12675
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
@@ -13020,6 +13035,11 @@ xml-name-validator@^3.0.0:
13020
13035
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
13021
13036
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
13022
13037
13038
+ xml@^1.0.1:
13039
+ version "1.0.1"
13040
+ resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5"
13041
+ integrity sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=
13042
+
13023
13043
xmlchars@^2.2.0:
13024
13044
version "2.2.0"
13025
13045
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
You can’t perform that action at this time.
0 commit comments