modified: gatsby-config.js
modified: package.json
... | ... | @@ -10,17 +10,17 @@ |
"@emotion/react": "^11.4.0", | ||
"@emotion/styled": "^11.3.0", | ||
"@rocketseat/gatsby-theme-docs": "^2.1.0", | ||
"gatsby": "^3.0.0", | ||
"gatsby-plugin-canonical-urls": "^2.1.19", | ||
"gatsby": "^3.11.0", | ||
"gatsby-plugin-canonical-urls": "^3.11.0", | ||
"gatsby-plugin-emotion": "^6.11.0", | ||
"gatsby-plugin-google-analytics": "^2.1.34", | ||
"gatsby-plugin-manifest": "^2.2.37", | ||
"gatsby-plugin-offline": "^3.0.32", | ||
"gatsby-plugin-sitemap": "^2.2.26", | ||
"gatsby-plugin-google-analytics": "^3.11.0", | ||
"gatsby-plugin-manifest": "^3.11.0", | ||
"gatsby-plugin-offline": "^4.11.0", | ||
"gatsby-plugin-sitemap": "^4.7.0", | ||
"markdown-toc": "^1.2.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0" | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
}, | ||
"devDependencies": {}, | ||
"keywords": [ | ||
... | ... |
Please register or sign in to comment