Skip to content

Commit

Permalink
chore: update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Oct 23, 2024
1 parent 3ceeecc commit 1e45eb9
Show file tree
Hide file tree
Showing 6 changed files with 776 additions and 845 deletions.
2 changes: 1 addition & 1 deletion ecosystem-sdk/sdk-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/wallets-connect-with-nextjs",
"version": "0.0.16",
"version": "0.0.17",
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.7",
"@rapidfire/id": "^0.0.14",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-sdk/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidfire/id",
"version": "0.0.16",
"version": "0.0.17",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions ecosystem-sdk/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@openfort/ecosystem-js@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@openfort/ecosystem-js/-/ecosystem-js-0.0.4.tgz#65c4ee0312a79bab117919105f3cb3342fe41f84"
integrity sha512-OB7MW8yPY4ujRg0+G972YU/l9rRujpOP4Tw9Ggkxs1IArKk6b+rpYBQREFbqFA7Qyl79fnxOddAV0+VnG3r5pQ==
"@openfort/ecosystem-js@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@openfort/ecosystem-js/-/ecosystem-js-0.0.5.tgz#98be647302a88a0ee9771afd406c1a3434d25001"
integrity sha512-uPrJWxObrNO7oouKKsNcG72ZoYcZgvImBPGPuLVXKYfG8pW1HXhO2IAxMdU5O6QFamQZ0xsChrlYGgRv+2YZpQ==
dependencies:
"@openfort/openfort-js" "0.8.11"
"@stdlib/number-float64-base-normalize" "0.0.8"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-wallet/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecosystem-backend",
"version": "0.0.16",
"version": "0.0.17",
"main": "index.js",
"type": "commonjs",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions ecosystem-wallet/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecosystem-frontend",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"dependencies": {
"@openfort/ecosystem-js": "^0.0.5",
Expand All @@ -12,7 +12,7 @@
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"react-scripts": "5.0.1",
"viem": "^2.21.26"
"viem": "^2.21.33"
},
"scripts": {
"start": "react-app-rewired start",
Expand Down
Loading

0 comments on commit 1e45eb9

Please sign in to comment.