Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit d83f8c5

Browse files
committed
fix: add jest types again
1 parent 1ee033c commit d83f8c5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"devDependencies": {
6868
"@types/dotenv": "^8.2.0",
6969
"@types/eslint": "^8.40.2",
70+
"@types/jest": "^29.5.10",
7071
"@types/jsdom": "^21.1.4",
7172
"@types/libsodium-wrappers": "^0.7.10",
7273
"@types/lodash": "^4.14.197",

yarn.lock

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2495,6 +2495,14 @@
24952495
dependencies:
24962496
"@types/istanbul-lib-report" "*"
24972497

2498+
"@types/jest@^29.5.10":
2499+
version "29.5.10"
2500+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.10.tgz#a10fc5bab9e426081c12b2ef73d24d4f0c9b7f50"
2501+
integrity sha512-tE4yxKEphEyxj9s4inideLHktW/x6DwesIwWZ9NN1FKf9zbJYsnhBoA9vrHA/IuIOKwPa5PcFBNV4lpMIOEzyQ==
2502+
dependencies:
2503+
expect "^29.0.0"
2504+
pretty-format "^29.0.0"
2505+
24982506
"@types/js-yaml@^4.0.5":
24992507
version "4.0.6"
25002508
resolved "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.6.tgz"
@@ -4400,7 +4408,7 @@ exit@^0.1.2:
44004408
resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
44014409
integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==
44024410

4403-
expect@^29.7.0:
4411+
expect@^29.0.0, expect@^29.7.0:
44044412
version "29.7.0"
44054413
resolved "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz"
44064414
integrity sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==
@@ -7028,7 +7036,7 @@ prettier@^2.7.1:
70287036
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
70297037
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
70307038

7031-
pretty-format@^29.7.0:
7039+
pretty-format@^29.0.0, pretty-format@^29.7.0:
70327040
version "29.7.0"
70337041
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz"
70347042
integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==

0 commit comments

Comments
 (0)