Skip to content

Commit 6022968

Browse files
committed
fix: reverted web3 to previous version because our (outdated) version of Gatsby chokes during SSR bundle generation
1 parent 9b1646b commit 6022968

File tree

2 files changed

+176
-156
lines changed

2 files changed

+176
-156
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"replace-in-file": "^6.1.0",
4444
"sass": "^1.36.0",
4545
"slick-carousel": "^1.8.1",
46-
"web3": "^1.4.0"
46+
"web3": "1.8.2"
4747
},
4848
"devDependencies": {
4949
"gatsby-plugin-root-import": "^2.0.5",

0 commit comments

Comments
 (0)