Skip to content

Commit

Permalink
chore: update dependency @types/jest to v24.0.15 (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed Jul 7, 2019
1 parent 0b9c7ed commit 0fedbc0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion @commitlint/ensure/package.json
Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/utils": "^8.0.0",
"@types/jest": "24.0.13",
"@types/jest": "24.0.15",
"concurrently": "3.5.1",
"globby": "10.0.1",
"jest": "24.8.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/execute-rule/package.json
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@commitlint/parse": "^8.0.0",
"@commitlint/utils": "^8.0.0",
"@types/jest": "24.0.13",
"@types/jest": "24.0.15",
"@types/lodash": "4.14.134",
"concurrently": "3.5.1",
"jest": "24.8.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/utils": "^8.0.0",
"@types/jest": "24.0.13",
"@types/jest": "24.0.15",
"@types/lodash": "4.14.134",
"concurrently": "3.5.1",
"jest": "24.8.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/is-ignored/package.json
Expand Up @@ -39,7 +39,7 @@
"@commitlint/parse": "8.0.0",
"@commitlint/test": "8.0.0",
"@commitlint/utils": "8.0.0",
"@types/jest": "24.0.13",
"@types/jest": "24.0.15",
"concurrently": "3.5.1",
"jest": "24.8.0",
"ts-jest": "24.0.2",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@commitlint/parse": "^8.0.0",
"@commitlint/utils": "^8.0.0",
"@types/jest": "24.0.13",
"@types/jest": "24.0.15",
"@types/lodash": "4.14.134",
"@types/resolve-from": "5.0.1",
"concurrently": "3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/to-lines/package.json
Expand Up @@ -40,7 +40,7 @@
"@commitlint/parse": "^8.0.0",
"@commitlint/utils": "^8.0.0",
"concurrently": "3.5.1",
"@types/jest": "24.0.13",
"@types/jest": "24.0.15",
"jest": "24.8.0",
"ts-jest": "24.0.2",
"typescript": "3.5.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1273,10 +1273,10 @@
resolved "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==

"@types/jest@24.0.13":
version "24.0.13"
resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.13.tgz#10f50b64cb05fb02411fbba49e9042a3a11da3f9"
integrity sha512-3m6RPnO35r7Dg+uMLj1+xfZaOgIHHHut61djNjzwExXN4/Pm9has9C6I1KMYSfz7mahDhWUOVg4HW/nZdv5Pww==
"@types/jest@24.0.15":
version "24.0.15"
resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.15.tgz#6c42d5af7fe3b44ffff7cc65de7bf741e8fa427f"
integrity sha512-MU1HIvWUme74stAoc3mgAi+aMlgKOudgEvQDIm1v4RkrDudBh1T+NFp5sftpBAdXdx1J0PbdpJ+M2EsSOi1djA==
dependencies:
"@types/jest-diff" "*"

Expand Down

0 comments on commit 0fedbc0

Please sign in to comment.