Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions projects/deploy-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@matterlabs/hardhat-zksync-upgradable": "^0.2.0",
"@matterlabs/hardhat-zksync-verify": "0.2.1",
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@openzeppelin/upgrades-core": "~1.31.1",
"eth-sig-util": "^3.0.1",
Expand All @@ -53,7 +53,7 @@
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@nxqbao/eth-signer-trezor": "^1.0.1",
"@openzeppelin/contracts-upgradeable": "^3.4.0",
"@openzeppelin/contracts-upgradeable": "^4.9.6",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@openzeppelin/truffle-upgrades": "^1.8.1",
"@tenderly/hardhat-tenderly": "^1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "git+https://github.com/rariblecom/protocol-contracts.git"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@rarible/exchange-v2": "^0.8.4",
"@rarible/royalties-registry": "^0.8.4",
"@rarible/test": "^0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/exchange-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"compile-hardhat": "hardhat compile"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@rarible/exchange-interfaces": "^0.8.4",
"@rarible/lib-asset": "^0.8.4",
"@rarible/lib-part": "^0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/exchange-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@rarible/exchange-v2": "^0.8.4",
"@rarible/lib-bp": "^0.8.4",
"@rarible/lib-part": "^0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/gas-usage-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "truffle compile --all && typechain --target ethers-v5 'build/contracts/*.json' && tsc -skipLibCheck"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@rarible/exchange-v2": "^0.8.4",
"@rarible/royalties-registry": "^0.8.4",
"@rarible/tokens": "^0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/hardhat-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@nxqbao/eth-signer-trezor": "^1.0.1",
"@openzeppelin/contracts-upgradeable": "^3.4.0",
"@openzeppelin/contracts-upgradeable": "^5.6.1",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@rarible/deploy-utils": "^0.8.4",
"@rarible/thirdweb-query": "^0.8.4",
Expand Down
420 changes: 210 additions & 210 deletions projects/hardhat-deploy/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "https://github.com/rariblecom/protocol-contracts/issues"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@rarible/lib-asset": "^0.8.4",
"@rarible/lib-part": "^0.8.4",
"truffle-plugin-verify": "^0.6.5"
Expand Down
2 changes: 1 addition & 1 deletion projects/lazy-mint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/rariblecom/protocol-contracts/mint-and-transfer#readme",
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@rarible/lib-part": "^0.8.4",
"truffle-plugin-verify": "^0.6.5"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/lib-bp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"gitHead": "9830dc5f40a9cb462b8a46097d4e452e456e3b41",
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"truffle-plugin-verify": "^0.6.5"
}
}
2 changes: 1 addition & 1 deletion projects/meta-tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/rariblecom/protocol-contracts/meta-tx/#readme",
"dependencies": {
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"eth-sig-util": "^3.0.1",
"ethers": "5.7.2",
"truffle-plugin-verify": "^0.6.5"
Expand Down
2 changes: 1 addition & 1 deletion projects/rari-bridged-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts-upgradeable": "5.0.2",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@openzeppelin/contracts": "5.0.2",
"@arbitrum/token-bridge-contracts": "^1.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/role-operator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"gitHead": "9830dc5f40a9cb462b8a46097d4e452e456e3b41",
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"truffle-plugin-verify": "^0.6.5"
}
}
2 changes: 1 addition & 1 deletion projects/royalties-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@rarible/exchange-interfaces": "^0.8.4",
"@rarible/exchange-v2": "^0.8.4",
"@rarible/lib-bp": "^0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/royalties-upgradeable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/rariblecom/protocol-contracts/royalties-upgradeable#readme",
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@rarible/royalties": "^0.8.4",
"truffle-plugin-verify": "^0.6.5"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/thridweb-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nomiclabs/hardhat-web3": "^2.0.0",
"@nxqbao/eth-signer-trezor": "^1.0.1",
"@openzeppelin/contracts-4-7-3": "npm:@openzeppelin/contracts@4.7.3",
"@openzeppelin/contracts-upgradeable": "^3.4.0",
"@openzeppelin/contracts-upgradeable": "^4.9.6",
"@openzeppelin/contracts-upgradeable-4-7-3": "npm:@openzeppelin/contracts-upgradeable@4.7.3",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@rarible/deploy-utils": "^0.8.4",
Expand Down
4 changes: 2 additions & 2 deletions projects/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@matterlabs/hardhat-zksync-upgradable": "^0.2.0",
"@matterlabs/hardhat-zksync-verify": "0.2.1",
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@openzeppelin/upgrades-core": "~1.31.1",
"@rarible/lazy-mint": "^0.8.4",
Expand All @@ -52,7 +52,7 @@
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@nxqbao/eth-signer-trezor": "^1.0.1",
"@openzeppelin/contracts-upgradeable": "^3.4.0",
"@openzeppelin/contracts-upgradeable": "^4.9.6",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@openzeppelin/truffle-upgrades": "^1.8.1",
"@rarible/deploy-utils": "^0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/transfer-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "truffle compile --all && typechain --target ethers-v5 'build/contracts/*.json' && tsc -skipLibCheck"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@rarible/exchange-interfaces": "^0.8.4",
"@rarible/lazy-mint": "^0.8.4",
"@rarible/lib-asset": "^0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/transfer-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "truffle compile --all && typechain --target ethers-v5 'build/contracts/*.json' && tsc -skipLibCheck"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@rarible/exchange-interfaces": "^0.8.4",
"@rarible/lazy-mint": "^0.8.4",
"@rarible/lib-asset": "^0.8.4",
Expand Down
Loading