⬇️ Downgrade React and React-dom to 16.14.0

This commit is contained in:
Daniel Soares
2020-12-11 21:08:35 -03:00
parent 8c022ecc34
commit 37ff904ff7

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@marscollective/gatsby-theme-link-free": "^0.0.4",
"gatsby": "^2.28.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^16.14.0",
"react-dom": "^16.14.0"
}
}