Skip to content

Commit

Permalink
dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Nov 29, 2018
1 parent 9941c8d commit 6ed862a
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 128 deletions.
36 changes: 18 additions & 18 deletions themes/gatsby-theme-blog/package.json
Expand Up @@ -11,31 +11,31 @@
"babel-plugin-emotion": "^10.0.0-beta.13",
"debug": "^4.1.0",
"emotion-theming": "^10.0.0-beta.13",
"gatsby": "^2.0.19",
"gatsby-plugin-feed": "^2.0.8",
"gatsby-plugin-google-analytics": "^2.0.5",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.6",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-images": "^2.0.4",
"gatsby-remark-prismjs": "^3.0.0",
"gatsby-remark-responsive-iframe": "^2.0.5",
"gatsby-remark-smartypants": "^2.0.5",
"gatsby-source-filesystem": "^2.0.2",
"gatsby-transformer-remark": "^2.1.6",
"gatsby-transformer-sharp": "^2.1.3",
"gatsby": "^2.0.59",
"gatsby-plugin-feed": "^2.0.10",
"gatsby-plugin-google-analytics": "^2.0.8",
"gatsby-plugin-manifest": "^2.0.11",
"gatsby-plugin-offline": "^2.0.18",
"gatsby-plugin-react-helmet": "^3.0.3",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-plugin-typography": "^2.2.2",
"gatsby-remark-copy-linked-files": "^2.0.7",
"gatsby-remark-images": "^3.0.1",
"gatsby-remark-prismjs": "^3.1.1",
"gatsby-remark-responsive-iframe": "^2.0.7",
"gatsby-remark-smartypants": "^2.0.7",
"gatsby-source-filesystem": "^2.0.10",
"gatsby-transformer-remark": "^2.1.14",
"gatsby-transformer-sharp": "^2.1.9",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"prismjs": "^1.15.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.13",
"typeface-merriweather": "0.0.43",
"typeface-montserrat": "0.0.43",
"typeface-merriweather": "0.0.54",
"typeface-montserrat": "0.0.54",
"typography": "^0.16.17",
"typography-theme-wordpress-2016": "^0.15.10"
},
Expand Down
2 changes: 1 addition & 1 deletion ui-surfaces/blog-a/package.json
Expand Up @@ -8,7 +8,7 @@
"develop": "gatsby develop"
},
"dependencies": {
"gatsby": "^2.0.19",
"gatsby": "^2.0.59",
"gatsby-theme-blog": "*"
}
}
Expand Up @@ -9,7 +9,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.0.19",
"gatsby": "^2.0.59",
"gatsby-theme-blog": "*"
}
}
2 changes: 1 addition & 1 deletion ui-surfaces/blog-b-minimal/package.json
Expand Up @@ -9,7 +9,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.0.19",
"gatsby": "^2.0.59",
"gatsby-theme-blog": "*"
}
}

0 comments on commit 6ed862a

Please sign in to comment.