Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#2716)
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 committed Mar 18, 2021
1 parent 90150d5 commit 4d5c546
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 87 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@jest/types": "^26.6.2",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"all-contributors-cli": "^6.20.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
Expand All @@ -31,7 +31,7 @@
"lerna": "^4.0.0",
"prettier": "^2.2.1",
"standard-version": "^9.1.1",
"ts-jest": "^26.5.3",
"ts-jest": "^26.5.4",
"ts-node": "^9.1.1",
"typescript": "~3.9.9"
},
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.3",
"ts-jest": "^26.5.4",
"typescript": "~3.9.9"
}
}
4 changes: 2 additions & 2 deletions packages/@jsii/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"jsii-calc": "^3.20.120",
"prettier": "^2.2.1",
"source-map-loader": "^2.0.1",
"ts-jest": "^26.5.3",
"ts-jest": "^26.5.4",
"typescript": "~3.9.9",
"webpack": "^5.25.1",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"prettier": "^2.2.1",
"ts-jest": "^26.5.3",
"ts-jest": "^26.5.4",
"typescript": "~3.9.9"
},
"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.3"
"ts-jest": "^26.5.4"
}
}
158 changes: 79 additions & 79 deletions yarn.lock

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

0 comments on commit 4d5c546

Please sign in to comment.