Skip to content

Commit

Permalink
bump libraries and metadata for publishing (#1233)
Browse files Browse the repository at this point in the history
* bump libraries and metadata for publishing

* precise package dep semver
  • Loading branch information
dmosites authored Dec 3, 2023
1 parent 0c41e7f commit 1268884
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions source/balances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/constants": "^4.1.5",
"@airswap/utils": "^4.1.6",
"@airswap/constants": "4.1.5",
"@airswap/utils": "4.1.7",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions source/pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/constants": "^4.1.5",
"@airswap/metadata": "^4.1.8",
"@airswap/types": "^4.1.1",
"@airswap/utils": "^4.1.6",
"@airswap/constants": "4.1.5",
"@airswap/metadata": "4.1.9",
"@airswap/types": "4.1.1",
"@airswap/utils": "4.1.7",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions source/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"access": "public"
},
"devDependencies": {
"@airswap/constants": "^4.1.5",
"@airswap/utils": "^4.1.6",
"@airswap/constants": "4.1.5",
"@airswap/utils": "4.1.7",
"prompt-confirm": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion source/staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"@airswap/utils": "^4.1.6",
"@airswap/utils": "4.1.7",
"prompt-confirm": "^2.0.4"
}
}
6 changes: 3 additions & 3 deletions source/swap-erc20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/constants": "^4.1.5",
"@airswap/constants": "4.1.5",
"@airswap/staking": "4.0.4",
"@airswap/types": "^4.1.1",
"@airswap/utils": "^4.1.6",
"@airswap/types": "4.1.1",
"@airswap/utils": "4.1.7",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions source/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/constants": "^4.1.5",
"@airswap/types": "^4.1.1",
"@airswap/utils": "^4.1.6",
"@airswap/constants": "4.1.5",
"@airswap/types": "4.1.1",
"@airswap/utils": "4.1.7",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions source/wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/constants": "^4.1.5",
"@airswap/utils": "^4.1.6",
"@airswap/types": "^4.1.1",
"@airswap/constants": "4.1.5",
"@airswap/utils": "4.1.7",
"@airswap/types": "4.1.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"prompt-confirm": "^2.0.4"
},
Expand Down
6 changes: 3 additions & 3 deletions tools/libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"dependencies": {
"@airswap/balances": "4.0.3",
"@airswap/constants": "^4.1.5",
"@airswap/constants": "4.1.5",
"@airswap/jsonrpc-client-websocket": "0.0.1",
"@airswap/registry": "4.1.2",
"@airswap/pool": "4.1.3",
"@airswap/staking": "4.0.4",
"@airswap/swap": "4.1.1",
"@airswap/swap-erc20": "4.1.5",
"@airswap/types": "^4.1.1",
"@airswap/utils": "^4.1.6",
"@airswap/types": "4.1.1",
"@airswap/utils": "4.1.7",
"@airswap/wrapper": "4.1.4",
"browser-or-node": "^2.1.1",
"ethers": "^5.6.9",
Expand Down
4 changes: 2 additions & 2 deletions tools/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"test": "TS_NODE_COMPILER_OPTIONS='{\"strict\":false}' yarn mocha -r ts-node/esm test/*.ts"
},
"dependencies": {
"@airswap/constants": "^4.1.5",
"@airswap/types": "^4.1.1",
"@airswap/constants": "4.1.5",
"@airswap/types": "4.1.1",
"@airswap/wrapper": "4.1.4",
"@openzeppelin/contracts": "^4.8.3",
"@uniswap/token-lists": "^1.0.0-beta.24",
Expand Down
4 changes: 2 additions & 2 deletions tools/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"test:ci": "yarn test"
},
"dependencies": {
"@airswap/constants": "^4.1.5",
"@airswap/types": "^4.1.1",
"@airswap/constants": "4.1.5",
"@airswap/types": "4.1.1",
"@metamask/eth-sig-util": "^5.0.2",
"bignumber.js": "^9.0.1",
"ethereumjs-util": "^7.1.5",
Expand Down

0 comments on commit 1268884

Please sign in to comment.