Skip to content

Commit

Permalink
🪵 Upgrade solc (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Aug 1, 2022
1 parent dca8950 commit 00e9f1b
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 33 deletions.
9 changes: 9 additions & 0 deletions .changeset/rotten-glasses-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"ethereum-waffle": patch
"@ethereum-waffle/compiler": patch
"@ethereum-waffle/e2e": patch
"@ethereum-waffle/mock-contract": patch
"example-typechain": patch
---

🪵 Upgrade solc
2 changes: 1 addition & 1 deletion examples/typechain-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ethereum-waffle": "workspace:*",
"ethers": "5.6.2",
"mocha": "^7.1.2",
"solc": "^0.8.13",
"solc": "0.8.15",
"ts-node": "^8.9.1",
"typechain": "^8.0.0",
"typescript": "^4.6.2"
Expand Down
40 changes: 12 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion waffle-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@ethereum-waffle/mock-contract": "workspace:*",
"@ethereum-waffle/provider": "workspace:*",
"ethers": "5.6.2",
"solc": "^0.6.3",
"solc": "0.8.15",
"typechain": "^8.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion waffle-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"ethers": "5.6.2",
"fs-extra": "^9.0.1",
"openzeppelin-solidity": "2.3.0",
"solc": "^0.6.3",
"solc": "0.8.15",
"typechain": "^8.0.0",
"mocha": "^8.2.1",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion waffle-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@ethereum-waffle/compiler": "workspace:*",
"@ethereum-waffle/provider": "workspace:*",
"ethers": "5.6.2",
"solc": "^0.6.3",
"solc": "0.8.15",
"typechain": "^8.0.0",
"mocha": "^8.2.1",
"eslint": "^7.14.0",
Expand Down
2 changes: 1 addition & 1 deletion waffle-mock-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@ethereum-waffle/chai": "workspace:*",
"@ethereum-waffle/compiler": "workspace:*",
"solc": "^0.6.3",
"solc": "0.8.15",
"@ethereum-waffle/provider": "workspace:*",
"typechain": "^8.0.0",
"mocha": "^8.2.1",
Expand Down

0 comments on commit 00e9f1b

Please sign in to comment.