Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#2522)
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 8, 2021
1 parent aab42ad commit 556e5db
Show file tree
Hide file tree
Showing 7 changed files with 172 additions and 178 deletions.
2 changes: 1 addition & 1 deletion packages/jsii-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/jest": "^26.0.20",
"@types/jest-expect-message": "^1.0.3",
"@types/node": "^10.17.51",
"@types/yargs": "^15.0.12",
"@types/yargs": "^16.0.0",
"eslint": "^7.19.0",
"jest": "^26.6.3",
"jest-expect-message": "^1.0.2",
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 @@ -46,7 +46,7 @@
"@types/jest-expect-message": "^1.0.3",
"@types/node": "^10.17.51",
"@types/tar-fs": "^2.0.0",
"@types/yargs": "^15.0.12",
"@types/yargs": "^16.0.0",
"eslint": "^7.19.0",
"jest": "^26.6.3",
"jest-expect-message": "^1.0.2",
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 @@ -61,7 +61,7 @@
"@types/jest": "^26.0.20",
"@types/node": "^10.17.51",
"@types/semver": "^7.3.4",
"@types/yargs": "^15.0.12",
"@types/yargs": "^16.0.0",
"eslint": "^7.19.0",
"jest": "^26.6.3",
"jsii-build-tools": "^0.0.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 @@ -45,7 +45,7 @@
"@types/fs-extra": "^8.1.1",
"@types/jest": "^26.0.20",
"@types/node": "^10.17.51",
"@types/yargs": "^15.0.12",
"@types/yargs": "^16.0.0",
"eslint": "^7.19.0",
"jest": "^26.6.3",
"jsii": "^0.0.0",
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 @@ -21,7 +21,7 @@
"@types/jest": "^26.0.20",
"@types/mock-fs": "^4.13.0",
"@types/node": "^10.17.51",
"@types/yargs": "^15.0.12",
"@types/yargs": "^16.0.0",
"eslint": "^7.19.0",
"jest": "^26.6.3",
"jsii": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/jest-expect-message": "^1.0.3",
"@types/node": "^10.17.51",
"@types/semver": "^7.3.4",
"@types/yargs": "^15.0.12",
"@types/yargs": "^16.0.0",
"clone": "^2.1.2",
"eslint": "^7.19.0",
"jest": "^26.6.3",
Expand Down
338 changes: 166 additions & 172 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 556e5db

Please sign in to comment.