Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Upgrade solc dependencies to v0.8.20 #6037

Merged
Merged
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
2 changes: 1 addition & 1 deletion packages/compile-solidity-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fs-extra": "^9.1.0",
"mocha": "10.1.0",
"sinon": "^9.0.2",
"solc": "0.8.19",
"solc": "0.8.20",
"tmp": "^0.2.1",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"original-require": "^1.0.1",
"require-from-string": "^2.0.2",
"semver": "7.3.7",
"solc": "0.8.19"
"solc": "0.8.20"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.189",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"json-schema-to-typescript": "^5.5.0",
"mocha": "10.1.0",
"solc": "0.8.19"
"solc": "0.8.20"
},
"keywords": [
"artifacts",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23216,10 +23216,10 @@ [email protected]:
semver "^5.5.0"
tmp "0.0.33"

[email protected].19:
version "0.8.19"
resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.19.tgz#cac6541106ae3cff101c740042c7742aa56a2ed3"
integrity sha512-yqurS3wzC4LdEvmMobODXqprV4MYJcVtinuxgrp61ac8K2zz40vXA0eSAskSHPgv8dQo7Nux39i3QBsHx4pqyA==
[email protected].20:
version "0.8.20"
resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.20.tgz#b49151cf5ecc8de088d3d32b0afb607b3522ba8d"
integrity sha512-fPRnGspIEqmhu63RFO3pc79sLA7ZmzO0Uy0L5l6hEt2wAsq0o7UV6pXkAp3Mfv9IBhg7Px/oTu3a+y4gs3BWrQ==
dependencies:
command-exists "^1.2.8"
commander "^8.1.0"
Expand Down