Skip to content

Commit

Permalink
chore(deps-dev): bump @types/jest from 24.0.23 to 24.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Dec 19, 2019
1 parent 746ba32 commit 47824f5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
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.23",
"@types/jest": "^24.0.24",
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.19.0",
"nodeunit": "^0.11.3",
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 @@ -60,7 +60,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/semver": "^6.2.0",
"cdk-build-tools": "1.19.0",
"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.23",
"@types/jest": "^24.0.24",
"@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 @@ -165,7 +165,7 @@
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@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.23",
"@types/jest": "^24.0.24",
"@types/yargs": "^13.0.3",
"pkglint": "1.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/cfn2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/yargs": "^13.0.3",
"cdk-build-tools": "1.19.0",
"jest": "^24.9.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1251,10 +1251,10 @@
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*"

"@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==
"@types/jest@^24.0.24":
version "24.0.24"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.24.tgz#0f2f523dc77cc1bc6bef34eaf287ede887a73f05"
integrity sha512-vgaG968EDPSJPMunEDdZvZgvxYSmeH8wKqBlHSkBt1pV2XlLEVDzsj1ZhLuI4iG4Pv841tES61txSBF0obh4CQ==
dependencies:
jest-diff "^24.3.0"

Expand Down

0 comments on commit 47824f5

Please sign in to comment.