Skip to content

Commit

Permalink
chore(package.json): update o1js peer dependency version to 0.15.* fo…
Browse files Browse the repository at this point in the history
…r compatibility with the latest changes
  • Loading branch information
ymekuria committed Jan 12, 2024
1 parent 8e53770 commit 7d8a4da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions examples/zkapps/04-zkapp-browser-ui/contracts/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/zkapps/04-zkapp-browser-ui/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"typescript": "^4.7.2"
},
"peerDependencies": {
"o1js": "0.14.*"
"o1js": "0.15.*"
}
}

0 comments on commit 7d8a4da

Please sign in to comment.