Skip to content

Commit a2040e8

Browse files
authored
chore: add @types/jest as dev dependency (#408)
1 parent dcd8b23 commit a2040e8

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@forestadmin/devops": "2.0.1",
4747
"@semantic-release/changelog": "5.0.1",
4848
"@semantic-release/git": "9.0.0",
49+
"@types/jest": "26.0.13",
4950
"babel-eslint": "10.0.3",
5051
"eslint": "6.7.2",
5152
"eslint-config-airbnb-base": "14.0.0",

yarn.lock

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,6 +1492,16 @@
14921492
source-map "^0.6.1"
14931493
write-file-atomic "^3.0.0"
14941494

1495+
"@jest/types@^25.5.0":
1496+
version "25.5.0"
1497+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d"
1498+
integrity sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==
1499+
dependencies:
1500+
"@types/istanbul-lib-coverage" "^2.0.0"
1501+
"@types/istanbul-reports" "^1.1.1"
1502+
"@types/yargs" "^15.0.0"
1503+
chalk "^3.0.0"
1504+
14951505
"@jest/types@^26.0.1":
14961506
version "26.0.1"
14971507
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.0.1.tgz#b78333fbd113fa7aec8d39de24f88de8686dac67"
@@ -1901,6 +1911,14 @@
19011911
"@types/istanbul-lib-coverage" "*"
19021912
"@types/istanbul-lib-report" "*"
19031913

1914+
1915+
version "26.0.13"
1916+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.13.tgz#5a7b9d5312f5dd521a38329c38ee9d3802a0b85e"
1917+
integrity sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA==
1918+
dependencies:
1919+
jest-diff "^25.2.1"
1920+
pretty-format "^25.2.1"
1921+
19041922
"@types/json-schema@^7.0.3":
19051923
version "7.0.4"
19061924
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
@@ -2817,6 +2835,14 @@ [email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.2, chalk@^2.4.
28172835
escape-string-regexp "^1.0.5"
28182836
supports-color "^5.3.0"
28192837

2838+
chalk@^3.0.0:
2839+
version "3.0.0"
2840+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2841+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2842+
dependencies:
2843+
ansi-styles "^4.1.0"
2844+
supports-color "^7.1.0"
2845+
28202846
chalk@^4.0.0:
28212847
version "4.0.0"
28222848
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
@@ -3653,6 +3679,11 @@ diagnostics@^1.1.1:
36533679
enabled "1.0.x"
36543680
kuler "1.0.x"
36553681

3682+
diff-sequences@^25.2.6:
3683+
version "25.2.6"
3684+
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-25.2.6.tgz#5f467c00edd35352b7bca46d7927d60e687a76dd"
3685+
integrity sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg==
3686+
36563687
diff-sequences@^26.0.0:
36573688
version "26.0.0"
36583689
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.0.0.tgz#0760059a5c287637b842bd7085311db7060e88a6"
@@ -5769,6 +5800,16 @@ jest-config@^26.0.1:
57695800
micromatch "^4.0.2"
57705801
pretty-format "^26.0.1"
57715802

5803+
jest-diff@^25.2.1:
5804+
version "25.5.0"
5805+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.5.0.tgz#1dd26ed64f96667c068cef026b677dfa01afcfa9"
5806+
integrity sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==
5807+
dependencies:
5808+
chalk "^3.0.0"
5809+
diff-sequences "^25.2.6"
5810+
jest-get-type "^25.2.6"
5811+
pretty-format "^25.5.0"
5812+
57725813
jest-diff@^26.0.1:
57735814
version "26.0.1"
57745815
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.0.1.tgz#c44ab3cdd5977d466de69c46929e0e57f89aa1de"
@@ -5820,6 +5861,11 @@ jest-environment-node@^26.0.1:
58205861
jest-mock "^26.0.1"
58215862
jest-util "^26.0.1"
58225863

5864+
jest-get-type@^25.2.6:
5865+
version "25.2.6"
5866+
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-25.2.6.tgz#0b0a32fab8908b44d508be81681487dbabb8d877"
5867+
integrity sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig==
5868+
58235869
jest-get-type@^26.0.0:
58245870
version "26.0.0"
58255871
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.0.0.tgz#381e986a718998dbfafcd5ec05934be538db4039"
@@ -8192,6 +8238,16 @@ prepend-http@^1.0.1:
81928238
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
81938239
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
81948240

8241+
pretty-format@^25.2.1, pretty-format@^25.5.0:
8242+
version "25.5.0"
8243+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
8244+
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==
8245+
dependencies:
8246+
"@jest/types" "^25.5.0"
8247+
ansi-regex "^5.0.0"
8248+
ansi-styles "^4.0.0"
8249+
react-is "^16.12.0"
8250+
81958251
pretty-format@^26.0.1:
81968252
version "26.0.1"
81978253
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.0.1.tgz#a4fe54fe428ad2fd3413ca6bbd1ec8c2e277e197"

0 commit comments

Comments
 (0)