Skip to content

Commit

Permalink
chore(deps-dev): bump @types/jest from 24.0.22 to 24.0.23 (aws#4993)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Nov 14, 2019
1 parent a8069b9 commit 517d40e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build-all": "tsc -b"
},
"devDependencies": {
"@types/jest": "^24.0.22",
"@types/jest": "^24.0.23",
"@types/node": "^10.17.5",
"@types/nodeunit": "^0.0.30",
"conventional-changelog-cli": "^2.0.27",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^24.0.22",
"@types/jest": "^24.0.23",
"cdk-build-tools": "1.16.1",
"pkglint": "1.16.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cx-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^24.0.22",
"@types/jest": "^24.0.23",
"@types/semver": "^6.2.0",
"cdk-build-tools": "1.16.1",
"jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-dasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"yaml": "1.7.2"
},
"devDependencies": {
"@types/jest": "^24.0.22",
"@types/jest": "^24.0.23",
"@types/yaml": "1.2.0",
"jest": "^24.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.22",
"@types/jest": "^24.0.23",
"@types/yaml": "1.2.0",
"@types/yargs": "^13.0.3",
"jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.22",
"@types/jest": "^24.0.23",
"@types/yargs": "^13.0.3",
"pkglint": "1.16.1"
},
Expand Down
17 changes: 6 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1234,17 +1234,12 @@
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*"

"@types/jest-diff@*":
version "20.0.1"
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==

"@types/jest@^24.0.22":
version "24.0.22"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.22.tgz#08a50be08e78aba850a1185626e71d31e2336145"
integrity sha512-t2OvhNZnrNjlzi2i0/cxbLVM59WN15I2r1Qtb7wDv28PnV9IzrPtagFRey/S9ezdLD0zyh1XGMQIEQND2YEfrw==
"@types/jest@^24.0.23":
version "24.0.23"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.23.tgz#046f8e2ade026fe831623e361a36b6fb9a4463e4"
integrity sha512-L7MBvwfNpe7yVPTXLn32df/EK+AMBFAFvZrRuArGs7npEWnlziUXK+5GMIUTI4NIuwok3XibsjXCs5HxviYXjg==
dependencies:
"@types/jest-diff" "*"
jest-diff "^24.3.0"

"@types/jszip@^3.1.6":
version "3.1.6"
Expand Down Expand Up @@ -4393,7 +4388,7 @@ jest-config@^24.9.0:
pretty-format "^24.9.0"
realpath-native "^1.1.0"

jest-diff@^24.9.0:
jest-diff@^24.3.0, jest-diff@^24.9.0:
version "24.9.0"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==
Expand Down

0 comments on commit 517d40e

Please sign in to comment.