Skip to content

Commit

Permalink
Update peer version in ccd-js-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed Oct 19, 2023
1 parent 0567c08 commit 8762c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ccd-js-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"license": "Apache-2.0",
"peerDependencies": {
"@concordium/web-sdk": "7.0.0-rc.5"
"@concordium/web-sdk": "7.x"
},
"dependencies": {
"@concordium/web-sdk": "7.0.0-rc.5",
"@concordium/web-sdk": "^7.0.0",
"buffer": "^6.0.3",
"commander": "^11.0.0",
"sanitize-filename": "^1.6.3",
Expand Down

0 comments on commit 8762c6f

Please sign in to comment.