Skip to content

Commit

Permalink
chore: update version dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Oct 24, 2024
1 parent 84bc32b commit 1d0297a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ecosystem-sdk/sdk-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@examples/wallets-connect-with-nextjs",
"version": "0.0.19",
"version": "0.0.20",
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.7",
"@rapidfire/id": "^0.0.14",
"@rapidfire/id": "^0.0.19",
"@tanstack/react-query": "^5.51.11",
"connectkit": "^1.8.2",
"ethers": "^5.7.2",
Expand Down
18 changes: 9 additions & 9 deletions ecosystem-sdk/sdk-sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1040,10 +1040,10 @@
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==

"@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.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@openfort/ecosystem-js/-/ecosystem-js-0.0.7.tgz#b6b635e2ad3670ca38b60cc83042b9c76a278a86"
integrity sha512-NbKy64J+iEoNIomhunLB1QSpsXS6K2jQdW0uHVOvrrbNU7BbWeaPVSs9dcMiT3oj6uXZL3+pY2LvoQZjo7MUlQ==
dependencies:
"@openfort/openfort-js" "0.8.11"
"@stdlib/number-float64-base-normalize" "0.0.8"
Expand Down Expand Up @@ -1203,12 +1203,12 @@
react-remove-scroll "2.6.0"
ua-parser-js "^1.0.37"

"@rapidfire/id@^0.0.14":
version "0.0.14"
resolved "https://registry.yarnpkg.com/@rapidfire/id/-/id-0.0.14.tgz#ed600002f70d2974093d1040e6c30bae069695e3"
integrity sha512-jFi7RCnTVIwx5zZl7Vv08AWKsEEzImEf45mhU0Bc8qjQ9h0fTaScoaGJReVaj89PA8c9uQB/G6TDGqEpaPMQXA==
"@rapidfire/id@^0.0.19":
version "0.0.19"
resolved "https://registry.yarnpkg.com/@rapidfire/id/-/id-0.0.19.tgz#b462b48bb2c5b7496b286805eaa1a2b40960d24e"
integrity sha512-+X03MKXWhC4X6fRpfr0IgdVoISpZiAO8L4SZLPF5XuugPGK+auIn+ZfqSUH1Em7LUASUDjrErgvgNYFGP57Ctg==
dependencies:
"@openfort/ecosystem-js" "^0.0.4"
"@openfort/ecosystem-js" "^0.0.7"

"@rtsao/scc@^1.1.0":
version "1.1.0"
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.19",
"version": "0.0.20",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
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.19",
"version": "0.0.20",
"main": "index.js",
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.19",
"version": "0.0.20",
"private": true,
"dependencies": {
"@openfort/ecosystem-js": "^0.0.7",
Expand Down

0 comments on commit 1d0297a

Please sign in to comment.