Skip to content

Commit

Permalink
Merge branch 'main' into huijbers/parallelism-safety
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 9, 2023
2 parents 9f9d818 + d005937 commit 338c5e6
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 193 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@jest/types": "^28.1.3",
"@types/jest": "^29.5.3",
"@types/node": "^14.18.54",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"all-contributors-cli": "^6.26.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "^5.0.0",
Expand All @@ -32,7 +32,7 @@
"jest-config": "^28.1.3",
"jest-expect-message": "^1.1.3",
"lerna": "^7.1.4",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "~4.7.4"
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.320"
"pyright": "^1.1.321"
}
}
2 changes: 1 addition & 1 deletion packages/jsii-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@jsii/check-node": "0.0.0",
"@jsii/spec": "^0.0.0",
"inquirer": "^8.2.5",
"inquirer": "^8.2.6",
"yargs": "^16.2.0"
}
}
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.320"
"pyright": "^1.1.321"
},
"keywords": [
"jsii",
Expand Down
Loading

0 comments on commit 338c5e6

Please sign in to comment.