Skip to content

Commit

Permalink
chore(package): update @types/jest to version 24.0.3 (#18)
Browse files Browse the repository at this point in the history
* chore(package): update @types/jest to version 24.0.3

Closes #17

* chore(package): update lockfile yarn.lock
  • Loading branch information
willsoto authored Feb 12, 2019
1 parent 90a923b commit 56f774d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nestjs/common": "5.7.2",
"@nestjs/core": "5.7.2",
"@nestjs/testing": "5.7.2",
"@types/jest": "24.0.1",
"@types/jest": "24.0.3",
"@typescript-eslint/eslint-plugin": "1.3.0",
"@willsoto/eslint-config-base": "1.4.2",
"babel-jest": "24.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -963,10 +963,10 @@
resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==

"@types/[email protected].1":
version "24.0.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.1.tgz#8945411140e7cdfd5ea76380e5f5fa7bf17646ea"
integrity sha512-4KNToPz5SAVa0GZrYAL3Q43p5MY/QBmYclYAmqPeqAmbgQ4lXkgKK0mYtr9S+N2Az0JvFaYJECztHZuFGhG3zw==
"@types/[email protected].3":
version "24.0.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.3.tgz#df8dc56565bd2d27fcbd099434f04f9891e16ab7"
integrity sha512-keRxrIwZZ/Ml83cGl3G0OjGlBO4UFQCCa5QlBPz2pY+ZvSnoeUvMJw0vmL4JU6g4vbpIW5H4qSq1xv9h8naAfg==

"@types/node@*":
version "10.12.21"
Expand Down

0 comments on commit 56f774d

Please sign in to comment.