Skip to content

Commit 0fedbc0

Browse files
renovate[bot]marionebl
authored andcommitted
chore: update dependency @types/jest to v24.0.15 (#694)
1 parent 0b9c7ed commit 0fedbc0

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

@commitlint/ensure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"devDependencies": {
4040
"@commitlint/utils": "^8.0.0",
41-
"@types/jest": "24.0.13",
41+
"@types/jest": "24.0.15",
4242
"concurrently": "3.5.1",
4343
"globby": "10.0.1",
4444
"jest": "24.8.0",

@commitlint/execute-rule/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@commitlint/parse": "^8.0.0",
4141
"@commitlint/utils": "^8.0.0",
42-
"@types/jest": "24.0.13",
42+
"@types/jest": "24.0.15",
4343
"@types/lodash": "4.14.134",
4444
"concurrently": "3.5.1",
4545
"jest": "24.8.0",

@commitlint/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"devDependencies": {
4040
"@commitlint/utils": "^8.0.0",
41-
"@types/jest": "24.0.13",
41+
"@types/jest": "24.0.15",
4242
"@types/lodash": "4.14.134",
4343
"concurrently": "3.5.1",
4444
"jest": "24.8.0",

@commitlint/is-ignored/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@commitlint/parse": "8.0.0",
4040
"@commitlint/test": "8.0.0",
4141
"@commitlint/utils": "8.0.0",
42-
"@types/jest": "24.0.13",
42+
"@types/jest": "24.0.15",
4343
"concurrently": "3.5.1",
4444
"jest": "24.8.0",
4545
"ts-jest": "24.0.2",

@commitlint/resolve-extends/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@commitlint/parse": "^8.0.0",
4040
"@commitlint/utils": "^8.0.0",
41-
"@types/jest": "24.0.13",
41+
"@types/jest": "24.0.15",
4242
"@types/lodash": "4.14.134",
4343
"@types/resolve-from": "5.0.1",
4444
"concurrently": "3.5.1",

@commitlint/to-lines/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@commitlint/parse": "^8.0.0",
4141
"@commitlint/utils": "^8.0.0",
4242
"concurrently": "3.5.1",
43-
"@types/jest": "24.0.13",
43+
"@types/jest": "24.0.15",
4444
"jest": "24.8.0",
4545
"ts-jest": "24.0.2",
4646
"typescript": "3.5.2"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1273,10 +1273,10 @@
12731273
resolved "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
12741274
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==
12751275

1276-
"@types/[email protected].13":
1277-
version "24.0.13"
1278-
resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.13.tgz#10f50b64cb05fb02411fbba49e9042a3a11da3f9"
1279-
integrity sha512-3m6RPnO35r7Dg+uMLj1+xfZaOgIHHHut61djNjzwExXN4/Pm9has9C6I1KMYSfz7mahDhWUOVg4HW/nZdv5Pww==
1276+
"@types/[email protected].15":
1277+
version "24.0.15"
1278+
resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.15.tgz#6c42d5af7fe3b44ffff7cc65de7bf741e8fa427f"
1279+
integrity sha512-MU1HIvWUme74stAoc3mgAi+aMlgKOudgEvQDIm1v4RkrDudBh1T+NFp5sftpBAdXdx1J0PbdpJ+M2EsSOi1djA==
12801280
dependencies:
12811281
"@types/jest-diff" "*"
12821282

0 commit comments

Comments
 (0)