Skip to content

Commit

Permalink
Merge pull request #19 from scaffold-eth/backmerge-upstream-main1
Browse files Browse the repository at this point in the history
Fix [txHash] page bug & backmerge main
  • Loading branch information
technophile-04 authored May 3, 2024
2 parents 31646e4 + c46b006 commit cc3286e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/quick-flies-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-eth": patch
---

fix dir of TransactionComp in [txHash] page
5 changes: 5 additions & 0 deletions .changeset/sixty-candles-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-eth": patch
---

add engines fields in package.json
3 changes: 3 additions & 0 deletions templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
},
"resolutions": {
"usehooks-ts@^2.7.2": "patch:usehooks-ts@npm:^2.7.2#./.yarn/patches/usehooks-ts-npm-2.7.2-fceffe0e43.patch"
},
"engines": {
"node": ">=18.17.0"
}
}

0 comments on commit cc3286e

Please sign in to comment.