Skip to content

Commit

Permalink
deps(contracts): updates osx-commons-configs to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Jan 30, 2024
1 parent 1bf48ed commit bb7d00a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@openzeppelin/contracts-upgradeable": "4.9.5"
},
"devDependencies": {
"@aragon/osx-commons-configs": "^0.0.2",
"@aragon/osx-commons-configs": "^0.1.0",
"@aragon/osx-commons-sdk": "0.0.1-alpha.3",
"@aragon/osx-ethers-v1.2.0": "npm:@aragon/osx-ethers@1.2.0",
"@aragon/osx-v1.0.1": "npm:@aragon/osx@1.0.1",
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
# yarn lockfile v1


"@aragon/osx-commons-configs@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@aragon/osx-commons-configs/-/osx-commons-configs-0.0.2.tgz#8350da88c8fb93724de875589ba51eb7caa30936"
integrity sha512-RCTig39oTekBF+M5FVLY8vKlNb8CW/RPRMpZtp5llTW1AOsPwVHj8SzmVSIHDdUAcbY1f34kLYEgJJBn7AwQrQ==
"@aragon/osx-commons-configs@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@aragon/osx-commons-configs/-/osx-commons-configs-0.1.0.tgz#21bbc5a964eb144e30033a44cc352d35c62982f9"
integrity sha512-qTs/loihwqALBGmhZngORb+p7pjuQJY5UEd8TLNiEW/BGHEpAJPp4GeQu7GSnigRGEKWpPD5W96kfEsaPtLkuQ==
dependencies:
tslib "^2.6.2"

"@aragon/osx-commons-contracts@^1.4.0-alpha.2":
version "1.4.0-alpha.2"
Expand Down Expand Up @@ -11074,7 +11076,7 @@ tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.1:
tslib@^2.0.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.1, tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
Expand Down

0 comments on commit bb7d00a

Please sign in to comment.