Upgrade dependencies

This commit is contained in:
Kyle Mathews 2018-02-21 18:58:07 -08:00
parent d8df877889
commit 0fe4719940
2 changed files with 17 additions and 17 deletions

28
package-lock.json generated
View file

@ -6378,9 +6378,9 @@
"dev": true "dev": true
}, },
"gatsby": { "gatsby": {
"version": "1.9.204", "version": "1.9.206",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.204.tgz", "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.206.tgz",
"integrity": "sha1-3kzjtsfHSxb4aAmGVoIkMoBWs8s=", "integrity": "sha1-dXakpHn/VubfDZVj8CO/0hfQEMU=",
"requires": { "requires": {
"async": "2.6.0", "async": "2.6.0",
"babel-code-frame": "6.26.0", "babel-code-frame": "6.26.0",
@ -6626,9 +6626,9 @@
} }
}, },
"gatsby-plugin-sharp": { "gatsby-plugin-sharp": {
"version": "1.6.31", "version": "1.6.32",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.31.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.32.tgz",
"integrity": "sha1-qhNkQqkvIN9GKei03cEXNcbtbZA=", "integrity": "sha1-AjrnhWY+51maJ4U2z084YXUswK8=",
"requires": { "requires": {
"async": "2.6.0", "async": "2.6.0",
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
@ -6728,13 +6728,13 @@
} }
}, },
"gatsby-remark-images": { "gatsby-remark-images": {
"version": "1.5.47", "version": "1.5.48",
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-1.5.47.tgz", "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-1.5.48.tgz",
"integrity": "sha1-siQJwNsqLXmPlYlHAmxFoou1cZ0=", "integrity": "sha1-8SZJbZhU/hZ4wpJEpjop2cIjRr8=",
"requires": { "requires": {
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"cheerio": "1.0.0-rc.2", "cheerio": "1.0.0-rc.2",
"gatsby-plugin-sharp": "1.6.31", "gatsby-plugin-sharp": "1.6.32",
"is-relative-url": "2.0.0", "is-relative-url": "2.0.0",
"lodash": "4.17.5", "lodash": "4.17.5",
"slash": "1.0.0", "slash": "1.0.0",
@ -12669,9 +12669,9 @@
} }
}, },
"redux-devtools-instrument": { "redux-devtools-instrument": {
"version": "1.8.2", "version": "1.8.3",
"resolved": "https://registry.npmjs.org/redux-devtools-instrument/-/redux-devtools-instrument-1.8.2.tgz", "resolved": "https://registry.npmjs.org/redux-devtools-instrument/-/redux-devtools-instrument-1.8.3.tgz",
"integrity": "sha1-XpHP5ALnkNrj/S8NI197fYSwn/4=", "integrity": "sha1-xRDWerTl5FJazW5BDCWrRrhaynw=",
"requires": { "requires": {
"lodash": "4.17.5", "lodash": "4.17.5",
"symbol-observable": "1.2.0" "symbol-observable": "1.2.0"
@ -12969,7 +12969,7 @@
"requires": { "requires": {
"jsan": "3.1.9", "jsan": "3.1.9",
"querystring": "0.2.0", "querystring": "0.2.0",
"redux-devtools-instrument": "1.8.2", "redux-devtools-instrument": "1.8.3",
"remotedev-utils": "0.1.4", "remotedev-utils": "0.1.4",
"rn-host-detect": "1.1.3", "rn-host-detect": "1.1.3",
"socketcluster-client": "5.5.2" "socketcluster-client": "5.5.2"

View file

@ -7,16 +7,16 @@
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues" "url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
}, },
"dependencies": { "dependencies": {
"gatsby": "^1.9.204", "gatsby": "^1.9.206",
"gatsby-link": "^1.6.37", "gatsby-link": "^1.6.37",
"gatsby-plugin-feed": "^1.3.18", "gatsby-plugin-feed": "^1.3.18",
"gatsby-plugin-google-analytics": "^1.0.19", "gatsby-plugin-google-analytics": "^1.0.19",
"gatsby-plugin-offline": "^1.0.14", "gatsby-plugin-offline": "^1.0.14",
"gatsby-plugin-react-helmet": "^1.0.8", "gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sharp": "^1.6.31", "gatsby-plugin-sharp": "^1.6.32",
"gatsby-plugin-typography": "^1.7.14", "gatsby-plugin-typography": "^1.7.14",
"gatsby-remark-copy-linked-files": "^1.5.27", "gatsby-remark-copy-linked-files": "^1.5.27",
"gatsby-remark-images": "^1.5.47", "gatsby-remark-images": "^1.5.48",
"gatsby-remark-prismjs": "^1.2.15", "gatsby-remark-prismjs": "^1.2.15",
"gatsby-remark-responsive-iframe": "^1.4.17", "gatsby-remark-responsive-iframe": "^1.4.17",
"gatsby-remark-smartypants": "^1.4.11", "gatsby-remark-smartypants": "^1.4.11",