Skip to content

Commit

Permalink
chore: Upgrade @cartesi/token to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes committed Nov 17, 2023
1 parent 920df08 commit 47444fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions apps/staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@cartesi/pos": "2.0.0",
"@cartesi/pos-1.0": "npm:@cartesi/pos@1.0.0",
"@cartesi/staking-pool": "1.0.0",
"@cartesi/token": "1.3.0",
"@cartesi/token": "1.9.0",
"@cartesi/util": "5.0.2",
"@explorer/ui": "*",
"@explorer/wallet": "*",
Expand Down Expand Up @@ -57,8 +57,8 @@
},
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
Expand Down Expand Up @@ -101,4 +101,4 @@
"typechain": "5.2.0",
"typescript": "4.9.4"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1578,10 +1578,10 @@
"@openzeppelin/contracts" "^4.3.2"
"@openzeppelin/contracts-upgradeable" "^4.3.2"

"@cartesi/token@1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@cartesi/token/-/token-1.3.0.tgz#b4ef208263320281761b6ed5676f1081ef3a2a8b"
integrity sha512-5m27aFhR9QXjLz4evEc+sp7fb5l1ATJpcFF+qwcXKneTx5ASXbhex1I2HoTqSb0fRLZvWGby3ulaixJgQjQylg==
"@cartesi/token@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@cartesi/token/-/token-1.9.0.tgz#fb1f7c5c3ac03392e4a560830ca4c7cc3a561987"
integrity sha512-BcGJXHh80kWtSV3ASSo2J8FOF3aqqVpLnCU4sh/RA+UHRDTNtA83aw+awf0w7kQNB4nYfqiZmwnrpi6o4RL+RQ==
dependencies:
"@openzeppelin/contracts" "^2.5.0"

Expand Down

0 comments on commit 47444fb

Please sign in to comment.