fix(deps): pin dependencies (#27)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2020-12-13 05:30:38 -03:00
committed by GitHub
parent 20634b1051
commit 064250ab25

View File

@@ -10,8 +10,8 @@
}, },
"dependencies": { "dependencies": {
"@marscollective/gatsby-theme-link-free": "^0.0.9", "@marscollective/gatsby-theme-link-free": "^0.0.9",
"gatsby": "^2.28.2", "gatsby": "2.28.2",
"react": "^16.14.0", "react": "16.14.0",
"react-dom": "^16.14.0" "react-dom": "16.14.0"
} }
} }