Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#3667)
Browse files Browse the repository at this point in the history
Co-authored-by: AWS CDK Automation <aws-cdk-automation@users.noreply.github.com>
  • Loading branch information
aws-cdk-automation and aws-cdk-automation committed Jul 20, 2022
1 parent d220fd6 commit 3abe20f
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 559 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
"compliance": "(cd tools/jsii-compliance && yarn report)"
},
"devDependencies": {
"@jest/types": "^28.1.1",
"@types/jest": "^28.1.5",
"@types/node": "^14.18.21",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@jest/types": "^28.1.3",
"@types/jest": "^28.1.6",
"@types/node": "^14.18.22",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"all-contributors-cli": "^6.20.0",
"eslint": "^8.19.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.2",
"jest-circus": "^28.1.2",
"jest-config": "^28.1.2",
"jest": "^28.1.3",
"jest-circus": "^28.1.3",
"jest-config": "^28.1.3",
"jest-expect-message": "^1.0.2",
"lerna": "^5.1.8",
"prettier": "^2.7.1",
"standard-version": "^9.5.0",
"ts-node": "^10.8.2",
"ts-node": "^10.9.1",
"typescript": "~4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"fs-extra": "^10.1.0",
"jsii": "^0.0.0",
"npm": "^8.13.2",
"npm": "^8.14.0",
"tar": "^6.1.11",
"typescript": "~3.9.10",
"yargs": "^16.2.0"
Expand Down
Loading

0 comments on commit 3abe20f

Please sign in to comment.