Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#3780)
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 Sep 29, 2022
1 parent db809e2 commit a5221a2
Show file tree
Hide file tree
Showing 8 changed files with 951 additions and 916 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"devDependencies": {
"@jest/types": "^28.1.3",
"@types/jest": "^29.0.3",
"@types/node": "^14.18.29",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"all-contributors-cli": "^6.20.4",
"eslint": "^8.23.1",
"@types/node": "^14.18.31",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"all-contributors-cli": "^6.21.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.0.3",
"jest": "^29.1.1",
"jest-circus": "^28.1.3",
"jest-config": "^28.1.3",
"jest-expect-message": "^1.1.2",
"lerna": "^5.5.2",
"jest-expect-message": "^1.1.3",
"lerna": "^5.5.4",
"prettier": "^2.7.1",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/integ-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/tar": "^6.1.2"
"@types/tar": "^6.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/@jsii/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@scope/jsii-calc-lib": "^0.0.0",
"@types/fs-extra": "^9.0.13",
"@types/lockfile": "^1.0.2",
"@types/tar": "^6.1.2",
"jest-expect-message": "^1.1.2",
"@types/tar": "^6.1.3",
"jest-expect-message": "^1.1.3",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/python-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"jsii-pacmak": "^0.0.0",
"pyright": "^1.1.272"
"pyright": "^1.1.273"
}
}
4 changes: 2 additions & 2 deletions packages/jsii-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"devDependencies": {
"@types/inquirer": "^8.2.3",
"@types/yargs": "^17.0.12",
"jest-expect-message": "^1.1.2"
"@types/yargs": "^17.0.13",
"jest-expect-message": "^1.1.3"
},
"dependencies": {
"@jsii/check-node": "0.0.0",
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 @@ -43,7 +43,7 @@
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/tar-fs": "^2.0.1",
"jest-expect-message": "^1.1.2",
"jest-expect-message": "^1.1.3",
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.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 @@ -65,7 +65,7 @@
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"pyright": "^1.1.272"
"pyright": "^1.1.273"
},
"keywords": [
"jsii",
Expand Down
Loading

0 comments on commit a5221a2

Please sign in to comment.