Skip to content

Commit 928e9f4

Browse files
Merge pull request #380 from scaffold-eth/backmerge-13-01-2026
2 parents bf418b2 + 0371efe commit 928e9f4

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

.changeset/four-toes-stay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-eth": patch
3+
---
4+
5+
- up solidity version and scaffold-ui (https://github.com/scaffold-eth/scaffold-eth-2/pull/1218)

templates/base/packages/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@heroicons/react": "~2.1.5",
2020
"@rainbow-me/rainbowkit": "2.2.9",
2121
"@react-native-async-storage/async-storage": "~2.2.0",
22-
"@scaffold-ui/components": "^0.1.7",
23-
"@scaffold-ui/debug-contracts": "^0.1.6",
24-
"@scaffold-ui/hooks": "^0.1.5",
22+
"@scaffold-ui/components": "^0.1.8",
23+
"@scaffold-ui/debug-contracts": "^0.1.7",
24+
"@scaffold-ui/hooks": "^0.1.6",
2525
"@tanstack/react-query": "~5.59.15",
2626
"blo": "~1.2.0",
2727
"burner-connector": "0.0.20",

templates/solidity-frameworks/hardhat/packages/hardhat/hardhat.config.ts.template.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const defaultConfig = {
44
solidity: {
55
compilers: [
66
{
7-
version: "0.8.20",
7+
version: "0.8.30",
88
settings: {
99
optimizer: {
1010
enabled: true,

templates/solidity-frameworks/hardhat/packages/hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-config-prettier": "~10.1.1",
4242
"eslint-plugin-prettier": "~5.2.4",
4343
"ethers": "~6.13.2",
44-
"hardhat": "~2.22.10",
44+
"hardhat": "~2.28.2",
4545
"hardhat-deploy": "^1.0.4",
4646
"hardhat-deploy-ethers": "~0.4.2",
4747
"hardhat-gas-reporter": "~2.2.1",

0 commit comments

Comments
 (0)