Skip to content

Commit

Permalink
chore(demos): use [email protected] in demos
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 11, 2024
1 parent 513944e commit e72c07e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 51 deletions.
4 changes: 2 additions & 2 deletions demos/taco-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@nucypher/taco": "^0.1.0",
"@nucypher/shared": "^0.1.0",
"@nucypher/taco": "^0.2.0",
"@nucypher/shared": "^0.2.0",
"@usedapp/core": "^1.2.13",
"buffer": "^6.0.3",
"ethers": "^5.7.1",
Expand Down
4 changes: 2 additions & 2 deletions demos/taco-nft-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@nucypher/taco": "^0.1.0",
"@nucypher/shared": "^0.1.0",
"@nucypher/taco": "^0.2.0",
"@nucypher/shared": "^0.2.0",
"@usedapp/core": "^1.2.13",
"buffer": "^6.0.3",
"ethers": "^5.7.1",
Expand Down
55 changes: 8 additions & 47 deletions pnpm-lock.yaml

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

0 comments on commit e72c07e

Please sign in to comment.