Skip to content

Commit

Permalink
feat(pacmak): support jsii-rosetta 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Aug 26, 2024
1 parent 3780194 commit 7ea9ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ jobs:
- 5.2.x
- 5.3.x
- 5.4.x
- 5.5.x
steps:
# Check out the code
- name: Download Artifact
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 @@ -68,7 +68,7 @@
"pyright": "^1.1.376"
},
"peerDependencies": {
"jsii-rosetta": "^0.0.0 || ~5.2.0 || ~5.3.0 || ~5.4.0"
"jsii-rosetta": "^0.0.0 || ~5.2.0 || ~5.3.0 || ~5.4.0 || ~5.5.0"
},
"keywords": [
"jsii",
Expand Down

0 comments on commit 7ea9ac9

Please sign in to comment.