Skip to content

Commit 1bbaa25

Browse files
committed
build(deps): add jest-github-actions-reporter
1 parent bd32b4f commit 1bbaa25

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"glob": "^7.2.0",
7575
"is-ci": "^3.0.0",
7676
"jest": "^27.3.1",
77+
"jest-github-actions-reporter": "^1.0.3",
7778
"jest-watch-typeahead": "^1.0.0",
7879
"lint-staged": "^11.1.2",
7980
"lodash.has": "^4.5.2",

yarn.lock

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
# yarn lockfile v1
33

44

5+
"@actions/core@^1.2.0":
6+
version "1.6.0"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb"
8+
integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==
9+
dependencies:
10+
"@actions/http-client" "^1.0.11"
11+
12+
"@actions/http-client@^1.0.11":
13+
version "1.0.11"
14+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
15+
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
16+
dependencies:
17+
tunnel "0.0.6"
18+
519
"@babel/cli@^7.15.7":
620
version "7.15.7"
721
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.15.7.tgz#62658abedb786d09c1f70229224b11a65440d7a1"
@@ -4612,6 +4626,13 @@ jest-get-type@^27.3.1:
46124626
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.3.1.tgz#a8a2b0a12b50169773099eee60a0e6dd11423eff"
46134627
integrity sha512-+Ilqi8hgHSAdhlQ3s12CAVNd8H96ZkQBfYoXmArzZnOfAtVAJEiPDBirjByEblvG/4LPJmkL+nBqPO3A1YJAEg==
46144628

4629+
jest-github-actions-reporter@^1.0.3:
4630+
version "1.0.3"
4631+
resolved "https://registry.yarnpkg.com/jest-github-actions-reporter/-/jest-github-actions-reporter-1.0.3.tgz#6aa2b3a6599352e1043bbe42628a7f73a1ce48c2"
4632+
integrity sha512-IwLAKLSWLN8ZVfcfEEv6rfeWb78wKDeOhvOmH9KKXayKsKLSCwceopBcB+KUtwxfB5wYnT8Y9s2eZ+WdhA5yng==
4633+
dependencies:
4634+
"@actions/core" "^1.2.0"
4635+
46154636
jest-haste-map@^27.2.4:
46164637
version "27.2.4"
46174638
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.2.4.tgz#f8974807bedf07348ca9fd24e5861ab7c8e61aba"
@@ -6987,6 +7008,11 @@ tsutils@^3.21.0:
69877008
dependencies:
69887009
tslib "^1.8.1"
69897010

7011+
7012+
version "0.0.6"
7013+
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
7014+
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
7015+
69907016
type-check@^0.4.0, type-check@~0.4.0:
69917017
version "0.4.0"
69927018
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)