Browse Source

chore(deps): update dependency @types/jest to v25.2.3

master
Renovate Bot 4 years ago
parent
commit
f88c129040
No known key found for this signature in database GPG Key ID: 81C63AE1C224182B
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -71,7 +71,7 @@
"@types/detect-port": "1.3.0",
"@types/dockerode": "2.5.28",
"@types/fs-extra": "9.0.0",
"@types/jest": "25.2.2",
"@types/jest": "25.2.3",
"@types/js-yaml": "3.12.4",
"@types/node": "12.12.31",
"@types/react": "16.9.35",

8
yarn.lock

@ -2408,10 +2408,10 @@
jest-diff "^25.1.0"
pretty-format "^25.1.0"
"@types/jest@25.2.2":
version "25.2.2"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.2.tgz#6a752e7a00f69c3e790ea00c345029d5cefa92bf"
integrity sha512-aRctFbG8Pb7DSLzUt/fEtL3q/GKb9mretFuYhRub2J0q6NhzBYbx9HTQzHrWgBNIxYOlxGNVe6Z54cpbUt+Few==
"@types/jest@25.2.3":
version "25.2.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"

Loading…
Cancel
Save