Skip to content

Commit

Permalink
chore(deps-dev): bump @types/jest from 24.0.23 to 24.0.24 (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 18, 2019
1 parent eda462d commit 242c55f
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/@jsii/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@scope/jsii-calc-base": "^0.20.11",
"@scope/jsii-calc-lib": "^0.20.11",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/jest-expect-message": "^1.0.1",
"@types/node": "^10.17.11",
"@types/tar": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@scope/jsii-calc-base": "^0.20.11",
"@scope/jsii-calc-lib": "^0.20.11",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/node": "^10.17.11",
"eslint": "^6.7.2",
"jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jsonschema": "^1.2.5"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/node": "^10.17.11",
"eslint": "^6.7.2",
"jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@types/decamelize": "^1.2.0",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/node": "^10.17.11",
"eslint": "^6.7.2",
"jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/inquirer": "^6.5.0",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/jest-expect-message": "^1.0.1",
"@types/node": "^10.17.11",
"@types/yargs": "^13.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/jest-expect-message": "^1.0.1",
"@types/node": "^10.17.11",
"@types/tar-fs": "^1.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/clone": "^0.1.30",
"@types/commonmark": "^0.27.4",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/mock-fs": "^4.10.0",
"@types/node": "^10.17.11",
"@types/semver": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-reflect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@scope/jsii-calc-lib": "^0.20.11",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/node": "^10.17.11",
"@types/yargs": "^13.0.3",
"eslint": "^6.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-rosetta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/commonmark": "^0.27.4",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/mock-fs": "^4.10.0",
"@types/node": "^10.17.11",
"@types/yargs": "^13.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/clone": "^0.1.30",
"@types/deep-equal": "^1.0.1",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/jest-expect-message": "^1.0.1",
"@types/node": "^10.17.11",
"@types/semver": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oo-ascii-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"package": "package-js"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/node": "^10.17.11",
"eslint": "^6.7.2",
"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 @@ -1221,10 +1221,10 @@
dependencies:
"@types/jest" "*"

"@types/jest@*", "@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@*", "@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 242c55f

Please sign in to comment.