Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#3736)
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 Sep 20, 2022
1 parent 852b3dc commit 3d2126c
Show file tree
Hide file tree
Showing 15 changed files with 1,912 additions and 1,409 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@types/jest": "^28.1.8",
"@types/node": "^14.18.26",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"all-contributors-cli": "^6.20.0",
"eslint": "^8.22.0",
"@types/jest": "^29.0.2",
"@types/node": "^14.18.29",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"all-contributors-cli": "^6.20.4",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"jest": "^29.0.3",
"jest-circus": "^28.1.3",
"jest-config": "^28.1.3",
"jest-expect-message": "^1.0.2",
"lerna": "^5.4.3",
"jest-expect-message": "^1.1.2",
"lerna": "^5.5.1",
"prettier": "^2.7.1",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@jsii/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"dependencies": {
"fs-extra": "^10.1.0",
"jsii": "^0.0.0",
"npm": "^8.18.0",
"npm": "^8.19.2",
"tar": "^6.1.11",
"typescript": "~3.9.10",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/glob": "^8.0.0",
"glob": "^8.0.3"
},
"scripts": {
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 @@ -42,7 +42,7 @@
"@types/fs-extra": "^9.0.13",
"@types/lockfile": "^1.0.2",
"@types/tar": "^6.1.2",
"jest-expect-message": "^1.0.2",
"jest-expect-message": "^1.1.2",
"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.268"
"pyright": "^1.1.271"
}
}
38 changes: 19 additions & 19 deletions packages/@jsii/runtime/test/__snapshots__/kernel-host.test.js.snap

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

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.11",
"jest-expect-message": "^1.0.2"
"@types/yargs": "^17.0.12",
"jest-expect-message": "^1.1.2"
},
"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.0.2",
"jest-expect-message": "^1.1.2",
"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.268"
"pyright": "^1.1.271"
},
"keywords": [
"jsii",
Expand Down

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

2 changes: 1 addition & 1 deletion packages/jsii-rosetta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"yargs": "^16.2.0",
"semver": "^7.3.7",
"semver-intersect": "^1.4.0",
"fast-glob": "^3.2.11",
"fast-glob": "^3.2.12",
"jsii": "0.0.0"
},
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 3d2126c

Please sign in to comment.