Skip to content

Commit

Permalink
bump contract package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
afkbyte committed May 15, 2024
1 parent 12d936a commit 4918066
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"deploy-erc20-rollup": "hardhat run scripts/createERC20Rollup.ts"
},
"dependencies": {
"@eigenda/eigenda-utils": "^1.0.1",
"@eigenda/eigenda-utils": "2.0.0",
"@offchainlabs/upgrade-executor": "1.1.0-beta.0",
"@openzeppelin/contracts": "4.5.0",
"@openzeppelin/contracts-upgradeable": "4.5.2",
"@openzeppelin/contracts": "4.7",
"@openzeppelin/contracts-upgradeable": "4.7",
"patch-package": "^6.4.7"
},
"private": false,
Expand Down
22 changes: 6 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
dependencies:
"@cspotcode/source-map-consumer" "0.8.0"

"@eigenda/eigenda-utils@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@eigenda/eigenda-utils/-/eigenda-utils-1.0.1.tgz#8c15121f04d841b50439f753b8118616c08c63a3"
integrity sha512-Rz9Mt1++3kcW9h9Dxb67ycP09dsBt63W1qsw7WVygOS5k+M1v00oh2FOhFgNlY9N9y1vSnsoYZDrYb6H9ZmXLA==
"@eigenda/eigenda-utils@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@eigenda/eigenda-utils/-/eigenda-utils-2.0.0.tgz#4a2b179d2b41cc7d4ccfbff4aef210b5fa23d1ca"
integrity sha512-aijRWVPZWw3WA7sZHu1lmYRwQxWqK51YcZPq/QkyyfVsVqHJQdW3zUpuyKLesH1jVkfcQ3f1LdFPZTonvj8oIg==

"@ensdomains/ens@^0.4.4":
version "0.4.5"
Expand Down Expand Up @@ -1280,22 +1280,12 @@
"@openzeppelin/contracts" "4.7.3"
"@openzeppelin/contracts-upgradeable" "4.7.3"

"@openzeppelin/contracts-upgradeable@4.5.2":
version "4.5.2"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.5.2.tgz#90d9e47bacfd8693bfad0ac8a394645575528d05"
integrity sha512-xgWZYaPlrEOQo3cBj97Ufiuv79SPd8Brh4GcFYhPgb6WvAq4ppz8dWKL6h+jLAK01rUqMRp/TS9AdXgAeNvCLA==

"@openzeppelin/contracts-upgradeable@4.7.3":
"@openzeppelin/contracts-upgradeable@4.7", "@openzeppelin/contracts-upgradeable@4.7.3":
version "4.7.3"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.7.3.tgz#f1d606e2827d409053f3e908ba4eb8adb1dd6995"
integrity sha512-+wuegAMaLcZnLCJIvrVUDzA9z/Wp93f0Dla/4jJvIhijRrPabjQbZe6fWiECLaJyfn5ci9fqf9vTw3xpQOad2A==

"@openzeppelin/contracts@4.5.0":
version "4.5.0"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.5.0.tgz#3fd75d57de172b3743cdfc1206883f56430409cc"
integrity sha512-fdkzKPYMjrRiPK6K4y64e6GzULR7R7RwxSigHS8DDp7aWDeoReqsQI+cxHV1UuhAqX69L1lAaWDxenfP+xiqzA==

"@openzeppelin/contracts@4.7.3":
"@openzeppelin/contracts@4.7", "@openzeppelin/contracts@4.7.3":
version "4.7.3"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.3.tgz#939534757a81f8d69cc854c7692805684ff3111e"
integrity sha512-dGRS0agJzu8ybo44pCIf3xBaPQN/65AIXNgK8+4gzKd5kbvlqyxryUYVLJv7fK98Seyd2hDZzVEHSWAh0Bt1Yw==
Expand Down

0 comments on commit 4918066

Please sign in to comment.