Skip to content

Commit 7fcb413

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

File tree

2 files changed

+3284
-4151
lines changed

2 files changed

+3284
-4151
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.4.0"
4747
},
4848
"devDependencies": {
4949
"gatsby-plugin-root-import": "^2.0.5",
@@ -78,7 +78,7 @@
7878
"yarn": "^1.22.0"
7979
},
8080
"volta": {
81-
"node": "16.19.1",
81+
"node": "14.21.3",
8282
"yarn": "1.22.19"
8383
}
8484
}

0 commit comments

Comments
 (0)