fix(starters): update gatsby monorepo (#15329)

This commit is contained in:
GatsbyJS Bot
2019-07-02 23:05:25 +00:00
parent e187d05e65
commit 537f54347a
3 changed files with 31 additions and 44 deletions
+14 -21
View File
@@ -1061,11 +1061,6 @@
"resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.0.32.tgz",
"integrity": "sha1-DTyzECL4Qn6ljACK8yuA2hJspOM="
},
"@vuepress/plugin-google-analytics": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.0.2.tgz",
"integrity": "sha512-NdU18hTBW4TkNK80dgpPu4yq/smNkIUZi9gL5hCiuW43BnXFA7WFfhGcvZJ61+keNDr6gw9UIv4HQuFFPoRXQA=="
},
"@webassemblyjs/ast": {
"version": "1.7.11",
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz",
@@ -3712,9 +3707,9 @@
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
},
"electron-to-chromium": {
"version": "1.3.182",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.182.tgz",
"integrity": "sha512-uqKh3J1/s4LkmtbrVi2cPpd5g2u7efYJdnRXApQLVhZlLjzaJZakafp+JFSUZNYrBDJNIqQChcJTCDZXqQOBYg=="
"version": "1.3.184",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.184.tgz",
"integrity": "sha512-jctpw2OkTBfpKg6PI3ndZZ+LlH6y0Pc+o9wvOkm9iqqgQ/FcOxpiADeB4kGddAEtZ+PBR4+TStEcoj1ApS3lUA=="
},
"elliptic": {
"version": "6.5.0",
@@ -5308,9 +5303,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.12.0.tgz",
"integrity": "sha512-4exunFkNBSRvdq1C5wTjpmjjL66SLLqaBE+q5mKPssaA+8gaS84Wn4BACn/CWWAFSWkF38TPJui/G9KhqfhYdg==",
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.1.tgz",
"integrity": "sha512-6Ki0tE//9iaqz3hqG6jXuRsFJOwJ1JhMHlbIkon8+8Yla+dI69kZCCrmHeAAgLB/d+PzPMr6dko3FRKjRPAo9w==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -5373,7 +5368,7 @@
"gatsby-graphiql-explorer": "^0.2.1",
"gatsby-link": "^2.2.0",
"gatsby-plugin-page-creator": "^2.1.2",
"gatsby-react-router-scroll": "^2.1.0",
"gatsby-react-router-scroll": "^2.1.1",
"gatsby-telemetry": "^1.1.2",
"glob": "^7.1.1",
"got": "8.0.0",
@@ -5390,6 +5385,7 @@
"lodash": "^4.17.10",
"md5": "^2.2.1",
"md5-file": "^3.1.1",
"micromatch": "^3.1.10",
"mime": "^2.2.0",
"mini-css-extract-plugin": "^0.4.0",
"mitt": "^1.1.2",
@@ -5791,9 +5787,9 @@
}
},
"gatsby-react-router-scroll": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.0.tgz",
"integrity": "sha512-iyvFQ6ljyyHrvqu1ceAF34ootzmTtUAuqhOjAmi27ysYAY6/oL2uNhEnY5OzMb1WUe8yFRB+gmcJ+IwX/pNAGA==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.1.tgz",
"integrity": "sha512-mAE4uOUiPkYit4NGUaI7lxljfDuJJyHsLo9UpsbsRMsuEqpF5kTcwTFE8hICvv+c+apjh12hJWAhGGO9K2xOug==",
"requires": {
"@babel/runtime": "^7.0.0",
"scroll-behavior": "^0.9.9",
@@ -12301,12 +12297,9 @@
"integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4="
},
"xstate": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.6.3.tgz",
"integrity": "sha512-ihJcpZWjqW60psaC+RxFhfZxgFDNRpEmHeSsM4DgtKswsz6HxEzNx7rgesZtg8/LqluOba8puy8lVtB748RG6A==",
"requires": {
"@vuepress/plugin-google-analytics": "^1.0.1"
}
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.6.4.tgz",
"integrity": "sha512-/L361v1dSGJWdERtmodT1EgkglobW9ewDBZoVzU7kPo1Sg0l65Df6fpUhCCA1NIhPzXe1axFacu29hIRR0oRJw=="
},
"xtend": {
"version": "4.0.1",