Skip to content

Commit

Permalink
Update dependency ts-jest to v22.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 18, 2018
1 parent 56ab4b7 commit 3a0f241
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"jest-cli": "22.4.2",
"pretty-format": "22.4.0",
"release-it": "7.2.1",
"ts-jest": "22.4.1",
"ts-jest": "22.4.2",
"tslint": "5.9.1",
"typescript": "2.7.2"
},
Expand Down
29 changes: 10 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
esutils "^2.0.2"
js-tokens "^3.0.2"

babel-core@^6.0.0, babel-core@^6.24.1, babel-core@^6.26.0:
babel-core@^6.0.0, babel-core@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
dependencies:
Expand Down Expand Up @@ -777,7 +777,7 @@ babel-plugin-transform-es2015-modules-amd@^6.22.0, babel-plugin-transform-es2015
babel-runtime "^6.22.0"
babel-template "^6.24.1"

babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1:
babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1, babel-plugin-transform-es2015-modules-commonjs@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz#0d8394029b7dc6abe1a97ef181e00758dd2e5d8a"
dependencies:
Expand Down Expand Up @@ -3311,7 +3311,7 @@ jest-cli@22.4.2, jest-cli@^22.4.2:
which "^1.2.12"
yargs "^10.0.3"

jest-config@^22.4.0, jest-config@^22.4.2:
jest-config@^22.4.2:
version "22.4.2"
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-22.4.2.tgz#580ba5819bf81a5e48f4fd470e8b81834f45c855"
dependencies:
Expand Down Expand Up @@ -4432,16 +4432,7 @@ pg-pool@~2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-2.0.3.tgz#c022032c8949f312a4f91fb6409ce04076be3257"

pg-promise@8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/pg-promise/-/pg-promise-8.2.1.tgz#af11f4009a8d9d0e0d37d2915a5e7e0f66865838"
dependencies:
manakin "0.5.1"
pg "7.4.1"
pg-minify "0.5.4"
spex "2.0.2"

pg-promise@^8.2.1:
pg-promise@8.2.2, pg-promise@^8.2.1:
version "8.2.2"
resolved "https://registry.yarnpkg.com/pg-promise/-/pg-promise-8.2.2.tgz#079a71eb358ef7f27f78f4bc3653a1f4bb9266e6"
dependencies:
Expand Down Expand Up @@ -5573,17 +5564,17 @@ trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

ts-jest@22.4.1:
version "22.4.1"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-22.4.1.tgz#69defb2042d689cff9b4244365ef638ecd35f706"
ts-jest@22.4.2:
version "22.4.2"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-22.4.2.tgz#2137bc0899b14dfb1d58257ee10b18ab8a2d92c5"
dependencies:
babel-core "^6.24.1"
babel-core "^6.26.0"
babel-plugin-istanbul "^4.1.4"
babel-plugin-transform-es2015-modules-commonjs "^6.24.1"
babel-plugin-transform-es2015-modules-commonjs "^6.26.0"
babel-preset-jest "^22.4.0"
cpx "^1.5.0"
fs-extra "4.0.3"
jest-config "^22.4.0"
jest-config "^22.4.2"
pkg-dir "^2.0.0"
yargs "^11.0.0"

Expand Down

0 comments on commit 3a0f241

Please sign in to comment.