Skip to content

Commit

Permalink
Bump upgrades-core version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau authored Jan 16, 2024
1 parent 6ef16a6 commit ba9b426
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/upgrades-core": "^1.31.0",
"@openzeppelin/upgrades-core": "^1.32.3",
"prettier": "^3.0.0",
"prettier-plugin-solidity": "^1.1.0",
"solhint": "^3.3.6",
Expand Down
2 changes: 1 addition & 1 deletion src/internal/Versions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pragma solidity ^0.8.20;

library Versions {
// TODO add a workflow to update this automatically based on package.json
string constant UPGRADES_CORE = "^1.31.0";
string constant UPGRADES_CORE = "^1.32.3";

This comment has been minimized.

Copy link
@ericglau

ericglau Jan 16, 2024

Author Member

@WuBruno npm should support the ^ syntax. What versions of node and npm do you have installed?

This comment has been minimized.

Copy link
@WuBruno

WuBruno Jan 30, 2024

@ericglau I have it fixed now, the issue was related to my zsh shell which was struggling with the command.

string constant DEFENDER_DEPLOY_CLIENT_CLI = "0.0.1-alpha.1";
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-5.0.0.tgz#ee0e4b4564f101a5c4ee398cd4d73c0bd92b289c"
integrity sha512-bv2sdS6LKqVVMLI5+zqnNrNU/CA+6z6CmwFXm/MzmOPBRSO5reEJN7z0Gbzvs0/bv/MZZXNklubpwy3v2+azsw==

"@openzeppelin/upgrades-core@^1.31.0":
version "1.31.0"
resolved "https://registry.yarnpkg.com/@openzeppelin/upgrades-core/-/upgrades-core-1.31.0.tgz#cc262e2618d90540a8ad4dfafbdf06afdb17b8fa"
integrity sha512-E1Cz8lVpo2mnBeFWxiGDLWtuTYMFNTEWwbnhle4dZ+5UHX6xTRO+Q/CaWBHm33HHhuuiUbRwgGNnAR9zOu+fyQ==
"@openzeppelin/upgrades-core@^1.32.3":
version "1.32.3"
resolved "https://registry.yarnpkg.com/@openzeppelin/upgrades-core/-/upgrades-core-1.32.3.tgz#7f92aeab6f6c7300c8fa4c1cde14253b2bd62341"
integrity sha512-v04RbrBOTRiIhfkTRfY4M34I2wIcuz+K1cUk/6duulsMXvRpM6/IPWeXh+1Xr1K+xedJi7gcS/pNSXfYhYNXIg==
dependencies:
cbor "^9.0.0"
chalk "^4.1.0"
Expand Down

0 comments on commit ba9b426

Please sign in to comment.