HELIO-3193
* News/Events no longer have "hero" images. If they need an image it should be put in the markdown body, not the frontmatter. * Upgraded netlify-cms-app to 2.11.27 * Book cover images need to be adjusted to get around a bug and can no longer use childImageSharp
... | ... | @@ -22,7 +22,7 @@ |
"gatsby-source-filesystem": "^2.1.33", | ||
"gatsby-transformer-remark": "^2.6.30", | ||
"gatsby-transformer-sharp": "^2.2.23", | ||
"netlify-cms-app": "^2.9.7", | ||
"netlify-cms-app": "2.11.27", | ||
"node-sass": "^4.13.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.10.2", | ||
... | ... |
Please register or sign in to comment