Skip to content

Commit 8c909ca

Browse files
committed
upgrade to latest packages
1 parent ee6fef0 commit 8c909ca

File tree

3 files changed

+2184
-2222
lines changed

3 files changed

+2184
-2222
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const redish = `#c5484d`
22

33
module.exports = {
44
flags: {
5-
DEV_SSR: true,
5+
// DEV_SSR: true,
66
// PARTIAL_HYDRATION: true,
77
},
88
siteMetadata: {

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
"dependencies": {
1010
"@emotion/core": "^10.0.7",
1111
"@emotion/styled": "^10.0.7",
12-
"gatsby": "^5.0.0-next.0",
12+
"gatsby": "^5.7.0",
1313
"gatsby-plugin-emotion": "^4.0.4",
14-
"gatsby-plugin-google-analytics": "^4.0.0",
15-
"gatsby-plugin-image": "^2.24.0",
16-
"gatsby-plugin-manifest": "^4.0.0",
17-
"gatsby-plugin-offline": "^5.0.0",
18-
"gatsby-plugin-react-helmet": "^5.0.0",
19-
"gatsby-plugin-sharp": "^4.0.0",
20-
"gatsby-plugin-typography": "^4.0.0",
21-
"gatsby-remark-copy-linked-files": "^5.0.0",
22-
"gatsby-remark-images": "^6.0.0",
23-
"gatsby-remark-prismjs": "^6.0.0",
24-
"gatsby-remark-responsive-iframe": "^5.0.0",
25-
"gatsby-remark-smartypants": "^5.0.0",
26-
"gatsby-source-filesystem": "^4.0.0",
27-
"gatsby-transformer-remark": "^5.0.0",
28-
"gatsby-transformer-sharp": "^4.0.0",
14+
"gatsby-plugin-google-analytics": "^5.7.0",
15+
"gatsby-plugin-image": "^3.7.0",
16+
"gatsby-plugin-manifest": "^5.7.0",
17+
"gatsby-plugin-offline": "^6.7.0",
18+
"gatsby-plugin-react-helmet": "^6.7.0",
19+
"gatsby-plugin-sharp": "^5.7.0",
20+
"gatsby-plugin-typography": "^5.7.0",
21+
"gatsby-remark-copy-linked-files": "^6.7.0",
22+
"gatsby-remark-images": "^7.7.0",
23+
"gatsby-remark-prismjs": "^7.7.0",
24+
"gatsby-remark-responsive-iframe": "^6.7.0",
25+
"gatsby-remark-smartypants": "^6.7.0",
26+
"gatsby-source-filesystem": "^5.7.0",
27+
"gatsby-transformer-remark": "^6.7.0",
28+
"gatsby-transformer-sharp": "^5.7.0",
2929
"lodash": "^4.17.4",
3030
"prettier": "^2.2.1",
3131
"prismjs": "^1.15.0",

0 commit comments

Comments
 (0)