Skip to content

Commit

Permalink
Upgrade npm module loyalty-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKim20 committed Sep 25, 2024
1 parent b21fc9a commit 7ede33d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acc-contracts-v2",
"version": "2.6.0",
"version": "2.7.0",
"description": "Smart contracts that decentralized loyalty systems",
"files": [
"**/*.sol"
Expand Down Expand Up @@ -71,7 +71,7 @@
"@openzeppelin/contracts-upgradeable": "^4.9.5",
"@openzeppelin/hardhat-upgrades": "^1.28.0",
"acc-bridge-contracts-v2": "~2.5.0",
"loyalty-tokens": "~2.1.1",
"loyalty-tokens": "~2.2.1",
"multisig-wallet-contracts": "~2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acc-contracts-lib-v2",
"version": "2.6.1",
"version": "2.7.0",
"description": "",
"main": "dist/bundle-cjs.js",
"module": "dist/bundle-esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"acc-bridge-contracts-v2": "~2.5.0",
"acc-contracts-v2": "~2.6.0",
"acc-contracts-v2": "~2.7.0",
"argparse": "^2.0.1",
"assert": "^2.0.0",
"axios": "^1.6.7",
Expand All @@ -90,7 +90,7 @@
"hardhat": "^2.12.7",
"hardhat-gas-reporter": "^1.0.7",
"ip": "^2.0.1",
"loyalty-tokens": "~2.1.1",
"loyalty-tokens": "~2.2.1",
"multisig-wallet-contracts": "~2.0.0",
"mybatis-mapper": "^0.7.1",
"node-cron": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6130,6 +6130,14 @@ loyalty-tokens@~2.1.1:
"@openzeppelin/contracts" "^4.9.5"
multisig-wallet-contracts "^2.0.0"

loyalty-tokens@~2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/loyalty-tokens/-/loyalty-tokens-2.2.1.tgz#1f12b0b5e44283a3f2caecd8aab38de3df4f57b8"
integrity sha512-+i66BW74sH3yzeQQC5KAxloBw317a8MGir8QvJER/TcEJjYHPH1l55CxtCrUjZw4EkHK/UN19Uff7HVYG8PYQA==
dependencies:
"@openzeppelin/contracts" "^4.9.5"
multisig-wallet-contracts "^2.0.0"

lru-cache@^5.1.1:
version "5.1.1"
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz"
Expand Down

0 comments on commit 7ede33d

Please sign in to comment.