Skip to content

Commit

Permalink
chore: update dependency @types/jest to v24.0.19 (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed Oct 21, 2019
1 parent aa4f7c3 commit 489a5f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion @commitlint/execute-rule/package.json
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@commitlint/parse": "^8.3.0",
"@commitlint/utils": "^8.3.0",
"@types/jest": "24.0.18",
"@types/jest": "24.0.19",
"@types/lodash": "4.14.144",
"jest": "24.8.0",
"ts-jest": "24.1.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -83,7 +83,7 @@
},
"devDependencies": {
"@lerna/project": "3.18.0",
"@types/jest": "24.0.18",
"@types/jest": "24.0.19",
"docsify-cli": "4.3.0",
"husky": "3.0.9",
"jest": "24.8.0",
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Expand Up @@ -1284,10 +1284,10 @@
resolved "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==

"@types/jest@24.0.18":
version "24.0.18"
resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.18.tgz#9c7858d450c59e2164a8a9df0905fc5091944498"
integrity sha512-jcDDXdjTcrQzdN06+TSVsPPqxvsZA/5QkYfIZlq1JMw7FdP5AZylbOc+6B/cuDurctRe+MziUMtQ3xQdrbjqyQ==
"@types/jest@24.0.19":
version "24.0.19"
resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.19.tgz#f7036058d2a5844fe922609187c0ad8be430aff5"
integrity sha512-YYiqfSjocv7lk5H/T+v5MjATYjaTMsUkbDnjGqSMoO88jWdtJXJV4ST/7DKZcoMHMBvB2SeSfyOzZfkxXHR5xg==
dependencies:
"@types/jest-diff" "*"

Expand Down Expand Up @@ -9435,7 +9435,7 @@ read@1, read@~1.0.1:
string_decoder "~1.0.3"
util-deprecate "~1.0.1"

"readable-stream@2 || 3", readable-stream@^3.0.2:
"readable-stream@2 || 3", readable-stream@^3.0.2, readable-stream@^3.4.0:
version "3.4.0"
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc"
integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==
Expand Down Expand Up @@ -9466,15 +9466,6 @@ readable-stream@^3.1.1:
string_decoder "^1.1.1"
util-deprecate "^1.0.1"

readable-stream@^3.4.0:
version "3.4.0"
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc"
integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==
dependencies:
inherits "^2.0.3"
string_decoder "^1.1.1"
util-deprecate "^1.0.1"

readdir-scoped-modules@^1.0.0:
version "1.0.2"
resolved "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
Expand Down

0 comments on commit 489a5f3

Please sign in to comment.