Skip to content

Commit

Permalink
chore(ui): add comlink and o1js dependencies to enhance functionality…
Browse files Browse the repository at this point in the history
… in the UI package
  • Loading branch information
ymekuria committed Sep 18, 2024
1 parent b29bb90 commit 891423e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/zkapps/04-zkapp-browser-ui/ui/package-lock.json

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

5 changes: 3 additions & 2 deletions examples/zkapps/04-zkapp-browser-ui/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
},
"dependencies": {
"coi-serviceworker": "^0.1.7",
"comlink": "^4.4.1",
"next": "14.2.3",
"o1js": "^1.*",
"react": "^18",
"react-dom": "^18",
"o1js": "^1.*"
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit 891423e

Please sign in to comment.