Skip to content

Commit

Permalink
chore(deps-dev): bump @types/jest from 24.0.24 to 24.0.25
Browse files Browse the repository at this point in the history
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.24 to 24.0.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Dec 27, 2019
1 parent 8d9b58b commit f2ef54b
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.24",
"@types/jest": "^24.0.25",
"@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.24",
"@types/jest": "^24.0.25",
"@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.24",
"@types/jest": "^24.0.25",
"@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.24",
"@types/jest": "^24.0.25",
"@types/yaml": "1.2.0",
"@types/yargs": "^13.0.4",
"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.24",
"@types/jest": "^24.0.25",
"@types/yargs": "^13.0.4",
"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.24",
"@types/jest": "^24.0.25",
"@types/yargs": "^13.0.4",
"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.24":
version "24.0.24"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.24.tgz#0f2f523dc77cc1bc6bef34eaf287ede887a73f05"
integrity sha512-vgaG968EDPSJPMunEDdZvZgvxYSmeH8wKqBlHSkBt1pV2XlLEVDzsj1ZhLuI4iG4Pv841tES61txSBF0obh4CQ==
"@types/jest@^24.0.25":
version "24.0.25"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.25.tgz#2aba377824ce040114aa906ad2cac2c85351360f"
integrity sha512-hnP1WpjN4KbGEK4dLayul6lgtys6FPz0UfxMeMQCv0M+sTnzN3ConfiO72jHgLxl119guHgI8gLqDOrRLsyp2g==
dependencies:
jest-diff "^24.3.0"

Expand Down

0 comments on commit f2ef54b

Please sign in to comment.