forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: remove extra oz deps (ethereum-optimism#3504)
There were open zeppelin contracts defined in the top level `package.json` as well as in each of the individual packages. We want to be very explicit with the version of the contract dependencies that are used. I believe that the versions local to the packages were being used instead of the globally defined versions, removing them from the top level `package.json` will ensure this. Co-authored-by: Matthew Slipper <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3176,7 +3176,7 @@ | |
dependencies: | ||
"@octokit/openapi-types" "^9.5.0" | ||
|
||
"@openzeppelin/[email protected]", "@openzeppelin/contracts-upgradeable@^4.3.2": | ||
"@openzeppelin/[email protected]": | ||
version "4.7.1" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.7.1.tgz#f63fc384255d6ac139e0a2561aa207fd7c14183c" | ||
integrity sha512-5EFiZld3DYFd8aTL8eeMnhnaWh1/oXLXFNuFMrgF3b1DNPshF3LCyO7VR6lc+gac2URJ0BlVcZoCfkk/3MoEfg== | ||
|
@@ -3211,11 +3211,6 @@ | |
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.3.tgz#939534757a81f8d69cc854c7692805684ff3111e" | ||
integrity sha512-dGRS0agJzu8ybo44pCIf3xBaPQN/65AIXNgK8+4gzKd5kbvlqyxryUYVLJv7fK98Seyd2hDZzVEHSWAh0Bt1Yw== | ||
|
||
"@openzeppelin/contracts@^4.3.2": | ||
version "4.3.3" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.3.3.tgz#ff6ee919fc2a1abaf72b22814bfb72ed129ec137" | ||
integrity sha512-tDBopO1c98Yk7Cv/PZlHqrvtVjlgK5R4J6jxLwoO7qxK4xqOiZG+zSkIvGFpPZ0ikc3QOED3plgdqjgNTnBc7g== | ||
|
||
"@openzeppelin/contracts@^4.4.0": | ||
version "4.4.0" | ||
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.4.0.tgz#4a1df71f736c31230bbbd634dfb006a756b51e6b" | ||
|