Update packages

This commit is contained in:
Kyle Mathews 2017-09-16 14:24:00 +02:00
parent c0986cda4c
commit 8439270015
2 changed files with 15 additions and 12 deletions

25
package-lock.json generated
View file

@ -5170,9 +5170,9 @@
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
},
"gatsby": {
"version": "1.9.33",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.33.tgz",
"integrity": "sha512-DAu5Q20ISrC5EWKKNC/Er/+WxOz6WEc8FeRhi8kTLimZ+xtiOoKXGQZRQcJkjsBOo5DnW+BryYM26rKspD1d6A==",
"version": "1.9.34",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.34.tgz",
"integrity": "sha512-HlYxYwVO/Y8RW2PTPtbiKX+7fnoXrFobmASqTIQ+WvZqY7UhNT+5M3F4Y+FhbJ0PteJ+oNmvi2IKo+cXoCHdHg==",
"requires": {
"async": "2.5.0",
"babel-code-frame": "6.26.0",
@ -5216,6 +5216,7 @@
"fs-extra": "4.0.2",
"gatsby-1-config-css-modules": "1.0.5",
"gatsby-module-loader": "1.0.6",
"gatsby-react-router-scroll": "1.0.1",
"glob": "7.1.2",
"graphql": "0.10.5",
"graphql-relay": "0.5.2",
@ -5259,7 +5260,6 @@
"react-hot-loader": "3.0.0-beta.7",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-router-scroll": "github:ytase/react-router-scroll#991ecddb08885e1fb80ec1e9dbf3a35844b7d4cd",
"redux": "3.7.2",
"relay-compiler": "1.3.0",
"remote-redux-devtools": "0.5.12",
@ -5386,6 +5386,16 @@
"typography": "0.16.6"
}
},
"gatsby-react-router-scroll": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.1.tgz",
"integrity": "sha512-JfiszvvaocFpf6jhHJcMCb1owvhOiiOqs78mjGvbadcubMjF6nhfU0hYCqQL5bdtLTXoSoK7eLCuI5nP5cKVgg==",
"requires": {
"babel-runtime": "6.26.0",
"scroll-behavior": "0.9.3",
"warning": "3.0.0"
}
},
"gatsby-remark-copy-linked-files": {
"version": "1.5.7",
"resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-1.5.7.tgz",
@ -10838,13 +10848,6 @@
"warning": "3.0.0"
}
},
"react-router-scroll": {
"version": "github:ytase/react-router-scroll#991ecddb08885e1fb80ec1e9dbf3a35844b7d4cd",
"requires": {
"scroll-behavior": "0.9.3",
"warning": "3.0.0"
}
},
"react-side-effect": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-1.1.3.tgz",