Skip to content

Commit

Permalink
chore(deps-dev): bump jest from 24.9.0 to 25.1.0 (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jan 22, 2020
1 parent dd30780 commit af966f7
Show file tree
Hide file tree
Showing 12 changed files with 1,096 additions and 643 deletions.
2 changes: 1 addition & 1 deletion packages/@jsii/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/node": "^10.17.13",
"@types/tar": "^4.0.3",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jest-expect-message": "^1.0.2",
"jsii-build-tools": "^0.21.1",
"jsii-calc": "^0.21.1",
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 @@ -42,7 +42,7 @@
"@types/jest": "^24.9.0",
"@types/node": "^10.17.13",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jsii-build-tools": "^0.21.1",
"jsii-calc": "^0.21.1",
"source-map": "^0.7.3",
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 @@ -36,7 +36,7 @@
"@types/jest": "^24.9.0",
"@types/node": "^10.17.13",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jsii-build-tools": "^0.21.1",
"typescript": "~3.7.5",
"typescript-json-schema": "^0.42.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 @@ -40,7 +40,7 @@
"@types/jest": "^24.9.0",
"@types/node": "^10.17.13",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"typescript": "~3.7.5"
},
"jest": {
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 @@ -24,7 +24,7 @@
"@types/node": "^10.17.13",
"@types/yargs": "^15.0.1",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jest-expect-message": "^1.0.2",
"typescript": "~3.7.5"
},
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 @@ -47,7 +47,7 @@
"@types/tar-fs": "^1.16.2",
"@types/yargs": "^15.0.1",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jest-expect-message": "^1.0.2",
"jsii": "^0.21.1",
"jsii-build-tools": "^0.21.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 @@ -62,7 +62,7 @@
"@types/semver": "^6.2.0",
"@types/yargs": "^15.0.1",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jsii-build-tools": "^0.21.1",
"jsii-calc": "^0.21.1",
"mock-fs": "^4.10.4",
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 @@ -46,7 +46,7 @@
"@types/node": "^10.17.13",
"@types/yargs": "^15.0.1",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jsii": "^0.21.1",
"jsii-build-tools": "^0.21.1",
"jsii-calc": "^0.21.1",
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 @@ -22,7 +22,7 @@
"@types/node": "^10.17.13",
"@types/yargs": "^15.0.1",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jsii": "^0.21.1",
"jsii-build-tools": "^0.21.1",
"memory-streams": "^0.1.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 @@ -57,7 +57,7 @@
"@types/yargs": "^15.0.1",
"clone": "^2.1.2",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jest-expect-message": "^1.0.2",
"jsii-build-tools": "^0.21.1"
},
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 @@ -33,7 +33,7 @@
"@types/jest": "^24.9.0",
"@types/node": "^10.17.13",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jsii-build-tools": "^0.21.1",
"typescript": "~3.7.5"
},
Expand Down
Loading

0 comments on commit af966f7

Please sign in to comment.