Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#2557)
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
aws-cdk-automation authored Feb 10, 2021
1 parent 216ed3f commit c971990
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 54 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lerna": "^3.22.1",
"prettier": "^2.2.1",
"standard-version": "^9.1.0",
"ts-jest": "^26.5.0",
"ts-jest": "^26.5.1",
"ts-node": "^9.1.1",
"typescript": "~3.9.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"prettier": "^2.2.1",
"ts-jest": "^26.5.0",
"ts-jest": "^26.5.1",
"typescript": "~3.9.8"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jsii-calc": "^3.20.120",
"prettier": "^2.2.1",
"source-map-loader": "^2.0.0",
"ts-jest": "^26.5.0",
"ts-jest": "^26.5.1",
"typescript": "~3.9.8",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0"
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 @@ -67,7 +67,7 @@
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"prettier": "^2.2.1",
"ts-jest": "^26.5.0",
"ts-jest": "^26.5.1",
"typescript": "~3.9.8"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"jest-expect-message": "^1.0.2",
"jsii-build-tools": "^0.0.0",
"prettier": "^2.2.1",
"ts-jest": "^26.5.0"
"ts-jest": "^26.5.1"
}
}
111 changes: 62 additions & 49 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c971990

Please sign in to comment.