Upgrade dependencies
This commit is contained in:
parent
0fe4719940
commit
a954071f64
2 changed files with 93 additions and 62 deletions
143
package-lock.json
generated
143
package-lock.json
generated
|
|
@ -470,7 +470,7 @@
|
||||||
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
|
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"caniuse-db": "1.0.30000810",
|
"caniuse-db": "1.0.30000810",
|
||||||
"electron-to-chromium": "1.3.33"
|
"electron-to-chromium": "1.3.34"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1995,7 +1995,7 @@
|
||||||
"integrity": "sha512-yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA==",
|
"integrity": "sha512-yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"caniuse-lite": "1.0.30000810",
|
"caniuse-lite": "1.0.30000810",
|
||||||
"electron-to-chromium": "1.3.33"
|
"electron-to-chromium": "1.3.34"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bser": {
|
"bser": {
|
||||||
|
|
@ -2180,7 +2180,7 @@
|
||||||
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
|
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"caniuse-db": "1.0.30000810",
|
"caniuse-db": "1.0.30000810",
|
||||||
"electron-to-chromium": "1.3.33"
|
"electron-to-chromium": "1.3.34"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3486,6 +3486,11 @@
|
||||||
"integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
|
"integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"deepmerge": {
|
||||||
|
"version": "1.5.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-1.5.2.tgz",
|
||||||
|
"integrity": "sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ=="
|
||||||
|
},
|
||||||
"define-properties": {
|
"define-properties": {
|
||||||
"version": "1.1.2",
|
"version": "1.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz",
|
||||||
|
|
@ -3863,9 +3868,9 @@
|
||||||
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
|
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
|
||||||
},
|
},
|
||||||
"electron-to-chromium": {
|
"electron-to-chromium": {
|
||||||
"version": "1.3.33",
|
"version": "1.3.34",
|
||||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.33.tgz",
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.34.tgz",
|
||||||
"integrity": "sha1-vwBwPWKnxlI4E2V4w1LWxcBCpUU="
|
"integrity": "sha1-2TSY9AORuwwWpgPYJBuZUUBBV+0="
|
||||||
},
|
},
|
||||||
"element-resize-event": {
|
"element-resize-event": {
|
||||||
"version": "2.0.9",
|
"version": "2.0.9",
|
||||||
|
|
@ -5583,7 +5588,7 @@
|
||||||
"integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==",
|
"integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"nan": "2.8.0",
|
"nan": "2.9.2",
|
||||||
"node-pre-gyp": "0.6.39"
|
"node-pre-gyp": "0.6.39"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -6378,9 +6383,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"gatsby": {
|
"gatsby": {
|
||||||
"version": "1.9.206",
|
"version": "1.9.207",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.206.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.207.tgz",
|
||||||
"integrity": "sha1-dXakpHn/VubfDZVj8CO/0hfQEMU=",
|
"integrity": "sha1-5Sc0qqahVS6PjhNa1T4gFvr2XeM=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"async": "2.6.0",
|
"async": "2.6.0",
|
||||||
"babel-code-frame": "6.26.0",
|
"babel-code-frame": "6.26.0",
|
||||||
|
|
@ -6421,7 +6426,7 @@
|
||||||
"front-matter": "2.3.0",
|
"front-matter": "2.3.0",
|
||||||
"fs-extra": "4.0.2",
|
"fs-extra": "4.0.2",
|
||||||
"gatsby-1-config-css-modules": "1.0.9",
|
"gatsby-1-config-css-modules": "1.0.9",
|
||||||
"gatsby-cli": "1.1.41",
|
"gatsby-cli": "1.1.42",
|
||||||
"gatsby-link": "1.6.37",
|
"gatsby-link": "1.6.37",
|
||||||
"gatsby-module-loader": "1.0.10",
|
"gatsby-module-loader": "1.0.10",
|
||||||
"gatsby-react-router-scroll": "1.0.11",
|
"gatsby-react-router-scroll": "1.0.11",
|
||||||
|
|
@ -6526,9 +6531,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-cli": {
|
"gatsby-cli": {
|
||||||
"version": "1.1.41",
|
"version": "1.1.42",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-1.1.41.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-1.1.42.tgz",
|
||||||
"integrity": "sha1-AjRbTHoX3Sb3HvlOaAQ4jHjSSJ4=",
|
"integrity": "sha1-e3ZRCkl+qErLtmV5lEzwkNAF6Ro=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"babel-code-frame": "6.26.0",
|
"babel-code-frame": "6.26.0",
|
||||||
"babel-runtime": "6.26.0",
|
"babel-runtime": "6.26.0",
|
||||||
|
|
@ -6626,19 +6631,19 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-sharp": {
|
"gatsby-plugin-sharp": {
|
||||||
"version": "1.6.32",
|
"version": "1.6.33",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.32.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.33.tgz",
|
||||||
"integrity": "sha1-AjrnhWY+51maJ4U2z084YXUswK8=",
|
"integrity": "sha1-BQRAYvWSMlZ72KP46NXhmdIQQJ0=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"async": "2.6.0",
|
"async": "2.6.0",
|
||||||
"babel-runtime": "6.26.0",
|
"babel-runtime": "6.26.0",
|
||||||
"bluebird": "3.5.1",
|
"bluebird": "3.5.1",
|
||||||
"image-size": "0.5.5",
|
|
||||||
"imagemin": "5.3.1",
|
"imagemin": "5.3.1",
|
||||||
"imagemin-pngquant": "5.0.1",
|
"imagemin-pngquant": "5.0.1",
|
||||||
"imagemin-webp": "4.1.0",
|
"imagemin-webp": "4.1.0",
|
||||||
"lodash": "4.17.5",
|
"lodash": "4.17.5",
|
||||||
"potrace": "2.1.1",
|
"potrace": "2.1.1",
|
||||||
|
"probe-image-size": "3.2.0",
|
||||||
"progress": "1.1.8",
|
"progress": "1.1.8",
|
||||||
"sharp": "0.19.0",
|
"sharp": "0.19.0",
|
||||||
"svgo": "0.7.2"
|
"svgo": "0.7.2"
|
||||||
|
|
@ -6672,17 +6677,17 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-remark-copy-linked-files": {
|
"gatsby-remark-copy-linked-files": {
|
||||||
"version": "1.5.27",
|
"version": "1.5.28",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-1.5.27.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-1.5.28.tgz",
|
||||||
"integrity": "sha1-CWV6Q54UaW4ugbO3UmMtGuE2fIk=",
|
"integrity": "sha1-5ZCmBPR1jafojsfFnhLuC3vIRe8=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"babel-runtime": "6.26.0",
|
"babel-runtime": "6.26.0",
|
||||||
"cheerio": "1.0.0-rc.2",
|
"cheerio": "1.0.0-rc.2",
|
||||||
"fs-extra": "4.0.2",
|
"fs-extra": "4.0.2",
|
||||||
"image-size": "0.6.2",
|
|
||||||
"is-relative-url": "2.0.0",
|
"is-relative-url": "2.0.0",
|
||||||
"lodash": "4.17.5",
|
"lodash": "4.17.5",
|
||||||
"path-is-inside": "1.0.2",
|
"path-is-inside": "1.0.2",
|
||||||
|
"probe-image-size": "3.2.0",
|
||||||
"unist-util-visit": "1.3.0"
|
"unist-util-visit": "1.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -6719,22 +6724,17 @@
|
||||||
"inherits": "2.0.3",
|
"inherits": "2.0.3",
|
||||||
"readable-stream": "2.3.4"
|
"readable-stream": "2.3.4"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"image-size": {
|
|
||||||
"version": "0.6.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/image-size/-/image-size-0.6.2.tgz",
|
|
||||||
"integrity": "sha512-pH3vDzpczdsKHdZ9xxR3O46unSjisgVx0IImay7Zz2EdhRVbCkj+nthx9OuuWEhakx9FAO+fNVGrF0rZ2oMOvw=="
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-remark-images": {
|
"gatsby-remark-images": {
|
||||||
"version": "1.5.48",
|
"version": "1.5.49",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-1.5.48.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-1.5.49.tgz",
|
||||||
"integrity": "sha1-8SZJbZhU/hZ4wpJEpjop2cIjRr8=",
|
"integrity": "sha1-Bd0dF+omjNBDtdDuF8paKGpO9D0=",
|
||||||
"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.32",
|
"gatsby-plugin-sharp": "1.6.33",
|
||||||
"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",
|
||||||
|
|
@ -6848,9 +6848,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-source-filesystem": {
|
"gatsby-source-filesystem": {
|
||||||
"version": "1.5.21",
|
"version": "1.5.22",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-1.5.21.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-1.5.22.tgz",
|
||||||
"integrity": "sha1-SgmLKeplDw7HHUYMeYns7h1XUSM=",
|
"integrity": "sha1-UBeyyHFDAaBK4wvnAMD3G+hmFFE=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"babel-cli": "6.26.0",
|
"babel-cli": "6.26.0",
|
||||||
"babel-runtime": "6.26.0",
|
"babel-runtime": "6.26.0",
|
||||||
|
|
@ -6932,21 +6932,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-transformer-sharp": {
|
"gatsby-transformer-sharp": {
|
||||||
"version": "1.6.20",
|
"version": "1.6.21",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-1.6.20.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-1.6.21.tgz",
|
||||||
"integrity": "sha1-WxUr+bP5O5N8j2WVNyqTWriati0=",
|
"integrity": "sha1-kNrtekcdlu0dSf3oO69eGNBeGqs=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"babel-runtime": "6.26.0",
|
"babel-runtime": "6.26.0",
|
||||||
"bluebird": "3.5.1",
|
"bluebird": "3.5.1",
|
||||||
"fs-extra": "4.0.2",
|
"fs-extra": "4.0.2",
|
||||||
"image-size": "0.6.2"
|
"probe-image-size": "3.2.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"image-size": {
|
|
||||||
"version": "0.6.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/image-size/-/image-size-0.6.2.tgz",
|
|
||||||
"integrity": "sha512-pH3vDzpczdsKHdZ9xxR3O46unSjisgVx0IImay7Zz2EdhRVbCkj+nthx9OuuWEhakx9FAO+fNVGrF0rZ2oMOvw=="
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gauge": {
|
"gauge": {
|
||||||
|
|
@ -7993,11 +7986,6 @@
|
||||||
"integrity": "sha512-YGG3ejvBNHRqu0559EOxxNFihD0AjpvHlC/pdGKd3X3ofe+CoJkYazwNJYTNebqpPKN+VVQbh4ZFn1DivMNuHA==",
|
"integrity": "sha512-YGG3ejvBNHRqu0559EOxxNFihD0AjpvHlC/pdGKd3X3ofe+CoJkYazwNJYTNebqpPKN+VVQbh4ZFn1DivMNuHA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"image-size": {
|
|
||||||
"version": "0.5.5",
|
|
||||||
"resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
|
|
||||||
"integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w="
|
|
||||||
},
|
|
||||||
"imagemin": {
|
"imagemin": {
|
||||||
"version": "5.3.1",
|
"version": "5.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/imagemin/-/imagemin-5.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/imagemin/-/imagemin-5.3.1.tgz",
|
||||||
|
|
@ -9993,9 +9981,9 @@
|
||||||
"integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s="
|
"integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s="
|
||||||
},
|
},
|
||||||
"nan": {
|
"nan": {
|
||||||
"version": "2.8.0",
|
"version": "2.9.2",
|
||||||
"resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/nan/-/nan-2.9.2.tgz",
|
||||||
"integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo="
|
"integrity": "sha512-ltW65co7f3PQWBDbqVvaU1WtFJUsNW7sWWm4HINhbMQIyVyzIeyZ8toX5TC5eeooE6piZoaEh4cZkueSKG3KYw=="
|
||||||
},
|
},
|
||||||
"nanomatch": {
|
"nanomatch": {
|
||||||
"version": "1.2.9",
|
"version": "1.2.9",
|
||||||
|
|
@ -10056,6 +10044,11 @@
|
||||||
"integrity": "sha1-a+lPysqNd63gqWcNxGCRTJRHJEQ=",
|
"integrity": "sha1-a+lPysqNd63gqWcNxGCRTJRHJEQ=",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
"next-tick": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
|
||||||
|
"integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
|
||||||
|
},
|
||||||
"nlcst-to-string": {
|
"nlcst-to-string": {
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-2.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-2.0.1.tgz",
|
||||||
|
|
@ -10942,7 +10935,7 @@
|
||||||
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
|
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"caniuse-db": "1.0.30000810",
|
"caniuse-db": "1.0.30000810",
|
||||||
"electron-to-chromium": "1.3.33"
|
"electron-to-chromium": "1.3.34"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -11539,7 +11532,7 @@
|
||||||
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
|
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"caniuse-db": "1.0.30000810",
|
"caniuse-db": "1.0.30000810",
|
||||||
"electron-to-chromium": "1.3.33"
|
"electron-to-chromium": "1.3.34"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -11993,6 +11986,26 @@
|
||||||
"resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
|
||||||
"integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg=="
|
"integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg=="
|
||||||
},
|
},
|
||||||
|
"probe-image-size": {
|
||||||
|
"version": "3.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-3.2.0.tgz",
|
||||||
|
"integrity": "sha512-LE7mIvfDoEeOgIH9TbMNv5txJh+K0/UVandiXHk+Hm4VKqNV5qxoeDzdW3QiMIlqXsIEm3K+SzeAedT6fZKjtQ==",
|
||||||
|
"requires": {
|
||||||
|
"any-promise": "1.3.0",
|
||||||
|
"deepmerge": "1.5.2",
|
||||||
|
"got": "6.7.1",
|
||||||
|
"inherits": "2.0.3",
|
||||||
|
"next-tick": "1.0.0",
|
||||||
|
"stream-parser": "0.3.1"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"any-promise": {
|
||||||
|
"version": "1.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
|
||||||
|
"integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"process": {
|
"process": {
|
||||||
"version": "0.11.10",
|
"version": "0.11.10",
|
||||||
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
||||||
|
|
@ -13770,7 +13783,7 @@
|
||||||
"requires": {
|
"requires": {
|
||||||
"color": "2.0.1",
|
"color": "2.0.1",
|
||||||
"detect-libc": "1.0.3",
|
"detect-libc": "1.0.3",
|
||||||
"nan": "2.8.0",
|
"nan": "2.9.2",
|
||||||
"semver": "5.5.0",
|
"semver": "5.5.0",
|
||||||
"simple-get": "2.7.0",
|
"simple-get": "2.7.0",
|
||||||
"tar": "4.4.0",
|
"tar": "4.4.0",
|
||||||
|
|
@ -14507,6 +14520,24 @@
|
||||||
"xtend": "4.0.1"
|
"xtend": "4.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"stream-parser": {
|
||||||
|
"version": "0.3.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/stream-parser/-/stream-parser-0.3.1.tgz",
|
||||||
|
"integrity": "sha1-FhhUhpRCACGhGC/wrxkRwSl2F3M=",
|
||||||
|
"requires": {
|
||||||
|
"debug": "2.6.9"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"debug": {
|
||||||
|
"version": "2.6.9",
|
||||||
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
||||||
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
||||||
|
"requires": {
|
||||||
|
"ms": "2.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"stream-shift": {
|
"stream-shift": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
|
||||||
|
|
|
||||||
12
package.json
12
package.json
|
|
@ -7,22 +7,22 @@
|
||||||
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
|
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gatsby": "^1.9.206",
|
"gatsby": "^1.9.207",
|
||||||
"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.32",
|
"gatsby-plugin-sharp": "^1.6.33",
|
||||||
"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.28",
|
||||||
"gatsby-remark-images": "^1.5.48",
|
"gatsby-remark-images": "^1.5.49",
|
||||||
"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",
|
||||||
"gatsby-source-filesystem": "^1.5.21",
|
"gatsby-source-filesystem": "^1.5.22",
|
||||||
"gatsby-transformer-remark": "^1.7.33",
|
"gatsby-transformer-remark": "^1.7.33",
|
||||||
"gatsby-transformer-sharp": "^1.6.20",
|
"gatsby-transformer-sharp": "^1.6.21",
|
||||||
"lodash": "^4.17.5",
|
"lodash": "^4.17.5",
|
||||||
"react-responsive-grid": "^0.3.4",
|
"react-responsive-grid": "^0.3.4",
|
||||||
"typeface-merriweather": "0.0.43",
|
"typeface-merriweather": "0.0.43",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue