This repository was archived by the owner on Sep 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 67
67
"devDependencies" : {
68
68
"@types/dotenv" : " ^8.2.0" ,
69
69
"@types/eslint" : " ^8.40.2" ,
70
+ "@types/jest" : " ^29.5.10" ,
70
71
"@types/jsdom" : " ^21.1.4" ,
71
72
"@types/libsodium-wrappers" : " ^0.7.10" ,
72
73
"@types/lodash" : " ^4.14.197" ,
Original file line number Diff line number Diff line change 2495
2495
dependencies :
2496
2496
" @types/istanbul-lib-report" " *"
2497
2497
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
+
2498
2506
" @types/js-yaml@^4.0.5 " :
2499
2507
version "4.0.6"
2500
2508
resolved "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.6.tgz"
@@ -4400,7 +4408,7 @@ exit@^0.1.2:
4400
4408
resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
4401
4409
integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==
4402
4410
4403
- expect@^29.7.0 :
4411
+ expect@^29.0.0, expect@^29. 7.0 :
4404
4412
version "29.7.0"
4405
4413
resolved "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz"
4406
4414
integrity sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==
@@ -7028,7 +7036,7 @@ prettier@^2.7.1:
7028
7036
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
7029
7037
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
7030
7038
7031
- pretty-format@^29.7.0 :
7039
+ pretty-format@^29.0.0, pretty-format@^29. 7.0 :
7032
7040
version "29.7.0"
7033
7041
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz"
7034
7042
integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==
You can’t perform that action at this time.
0 commit comments