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",
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.12.0",
"gatsby": "^2.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
+16 -22
View File
@@ -952,11 +952,6 @@
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.32.tgz#0d3cb31022f8427ea58c008af32b80da126ca4e3"
integrity sha1-DTyzECL4Qn6ljACK8yuA2hJspOM=
"@vuepress/plugin-google-analytics@^1.0.1":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.0.2.tgz#c5754d55d01bf7e1a9a5b1ff5fde07a08e4a797d"
integrity sha512-NdU18hTBW4TkNK80dgpPu4yq/smNkIUZi9gL5hCiuW43BnXFA7WFfhGcvZJ61+keNDr6gw9UIv4HQuFFPoRXQA==
"@webassemblyjs/ast@1.7.11":
version "1.7.11"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace"
@@ -3186,9 +3181,9 @@ ee-first@1.1.1:
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
electron-to-chromium@^1.3.164, electron-to-chromium@^1.3.47:
version "1.3.182"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.182.tgz#1711122c0c035f1568aea0d1b6b93c04b5f9fdf2"
integrity sha512-uqKh3J1/s4LkmtbrVi2cPpd5g2u7efYJdnRXApQLVhZlLjzaJZakafp+JFSUZNYrBDJNIqQChcJTCDZXqQOBYg==
version "1.3.184"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.184.tgz#084fdb999b21dd567512625a7ac04f4c248d0ed8"
integrity sha512-jctpw2OkTBfpKg6PI3ndZZ+LlH6y0Pc+o9wvOkm9iqqgQ/FcOxpiADeB4kGddAEtZ+PBR4+TStEcoj1ApS3lUA==
elliptic@^6.0.0:
version "6.5.0"
@@ -4156,10 +4151,10 @@ gatsby-plugin-page-creator@^2.1.2:
lodash "^4.17.10"
micromatch "^3.1.10"
gatsby-react-router-scroll@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.0.tgz#4aa36e1e5a5d181cb70902ea7e801796b6c32a7e"
integrity sha512-iyvFQ6ljyyHrvqu1ceAF34ootzmTtUAuqhOjAmi27ysYAY6/oL2uNhEnY5OzMb1WUe8yFRB+gmcJ+IwX/pNAGA==
gatsby-react-router-scroll@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.1.tgz#715c15689b1715d350f80a32204a0222a2ad6d49"
integrity sha512-mAE4uOUiPkYit4NGUaI7lxljfDuJJyHsLo9UpsbsRMsuEqpF5kTcwTFE8hICvv+c+apjh12hJWAhGGO9K2xOug==
dependencies:
"@babel/runtime" "^7.0.0"
scroll-behavior "^0.9.9"
@@ -4187,10 +4182,10 @@ gatsby-telemetry@^1.1.2:
stack-utils "1.0.2"
uuid "3.3.2"
gatsby@^2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.12.0.tgz#ef7db2e77fd118d7fd3955e330ea239a47a75636"
integrity sha512-4exunFkNBSRvdq1C5wTjpmjjL66SLLqaBE+q5mKPssaA+8gaS84Wn4BACn/CWWAFSWkF38TPJui/G9KhqfhYdg==
gatsby@^2.13.1:
version "2.13.1"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.1.tgz#af55152ed738cf3918e9b3cc16a7991863da70ce"
integrity sha512-6Ki0tE//9iaqz3hqG6jXuRsFJOwJ1JhMHlbIkon8+8Yla+dI69kZCCrmHeAAgLB/d+PzPMr6dko3FRKjRPAo9w==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
@@ -4253,7 +4248,7 @@ gatsby@^2.12.0:
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"
@@ -4270,6 +4265,7 @@ gatsby@^2.12.0:
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"
@@ -9436,11 +9432,9 @@ xmlhttprequest-ssl@~1.5.4:
integrity sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=
xstate@^4.3.2:
version "4.6.3"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.6.3.tgz#21e5a132867e5509a08d16c32b525ba4898492bd"
integrity sha512-ihJcpZWjqW60psaC+RxFhfZxgFDNRpEmHeSsM4DgtKswsz6HxEzNx7rgesZtg8/LqluOba8puy8lVtB748RG6A==
dependencies:
"@vuepress/plugin-google-analytics" "^1.0.1"
version "4.6.4"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.6.4.tgz#15ab4eb4526483a9caa9d67b26f026dfe390697f"
integrity sha512-/L361v1dSGJWdERtmodT1EgkglobW9ewDBZoVzU7kPo1Sg0l65Df6fpUhCCA1NIhPzXe1axFacu29hIRR0oRJw==
xtend@^4.0.0, xtend@~4.0.1:
version "4.0.1"