Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v24.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 26, 2019
1 parent 0314750 commit d693336
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@types/jest": "24.0.6",
"@types/jest": "24.0.7",
"@wpackio/scripts": "file:../packages/scripts",
"autoprefixer": "9.4.9",
"cssnano": "4.1.10",
Expand Down
8 changes: 4 additions & 4 deletions e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -938,10 +938,10 @@
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==

"@types/jest@24.0.6":
version "24.0.6"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.6.tgz#ba4c8c7900ce098a82ca99293cbe4192bde4f355"
integrity sha512-NE7FBG/F4cMDKdCBqgyd+Sa6JZ5GiMOyA5QwJdeS4Ii/Z9a18WgGbFrHbcr48/7I9HdnkaAYP+S2MmQ27qoqJA==
"@types/jest@24.0.7":
version "24.0.7"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.7.tgz#5550f4fed43022e987d99b4e8c4d1a4d4d9f49ad"
integrity sha512-m+VBFqvKngbmGucMND1g1EXIZrrx5X+cAERnZn2K0naLuNH7Rb+rwpqtE6inauYTE42uiKT7nbrkWreTntr0BQ==
dependencies:
"@types/jest-diff" "*"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
"@babel/preset-env": "7.3.4",
"@babel/preset-typescript": "7.3.3",
"@types/jest": "24.0.6",
"@types/jest": "24.0.7",
"@types/node": "11.9.5",
"@wpquark/eslint-config": "3.2.0",
"babel-core": "7.0.0-bridge.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1954,10 +1954,10 @@
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==

"@types/jest@24.0.6":
version "24.0.6"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.6.tgz#ba4c8c7900ce098a82ca99293cbe4192bde4f355"
integrity sha512-NE7FBG/F4cMDKdCBqgyd+Sa6JZ5GiMOyA5QwJdeS4Ii/Z9a18WgGbFrHbcr48/7I9HdnkaAYP+S2MmQ27qoqJA==
"@types/jest@24.0.7":
version "24.0.7"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.7.tgz#5550f4fed43022e987d99b4e8c4d1a4d4d9f49ad"
integrity sha512-m+VBFqvKngbmGucMND1g1EXIZrrx5X+cAERnZn2K0naLuNH7Rb+rwpqtE6inauYTE42uiKT7nbrkWreTntr0BQ==
dependencies:
"@types/jest-diff" "*"

Expand Down

0 comments on commit d693336

Please sign in to comment.