Skip to content

Commit d0fbf16

Browse files
committed
chore: update dependency @types/jest to v24.0.14
1 parent 9075844 commit d0fbf16

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.14",
4242
"concurrently": "3.5.1",
4343
"globby": "9.2.0",
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.14",
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.14",
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.14",
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.14",
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.14",
4444
"jest": "24.8.0",
4545
"ts-jest": "24.0.2",
4646
"typescript": "3.5.1"

yarn.lock

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

1260-
"@types/[email protected].13":
1261-
version "24.0.13"
1262-
resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.13.tgz#10f50b64cb05fb02411fbba49e9042a3a11da3f9"
1263-
integrity sha512-3m6RPnO35r7Dg+uMLj1+xfZaOgIHHHut61djNjzwExXN4/Pm9has9C6I1KMYSfz7mahDhWUOVg4HW/nZdv5Pww==
1260+
"@types/[email protected].14":
1261+
version "24.0.14"
1262+
resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.14.tgz#bb40fec243164b2def5cfaddd0cb4d4e958c5c1c"
1263+
integrity sha512-IxS2AO0nOr4zrpKfRCxobQUb1bSK6ejodZ7odCzHXMjsASCI8J10N8qVQhrCjvJTc3bUjGGeuD+ytKZqyhajqQ==
12641264
dependencies:
12651265
"@types/jest-diff" "*"
12661266

0 commit comments

Comments
 (0)