From 25447244070319e925f9b799a03c3949c03369a7 Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Wed, 5 Sep 2018 13:51:12 +0200 Subject: [PATCH] Use later version of react --- gatsby-config.js | 3 +++ package.json | 2 ++ yarn.lock | 54 ++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 57 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index d374ca1..f7efacf 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,6 +1,7 @@ module.exports = { siteMetadata: { title: 'Saburly', + siteUrl: `https://www.saburly.com`, }, plugins: [ 'gatsby-plugin-netlify', @@ -38,6 +39,8 @@ module.exports = { }, }, 'gatsby-transformer-sharp', + 'gatsby-plugin-sitemap', 'gatsby-plugin-sharp', + 'gatsby-plugin-react-next', ], } diff --git a/package.json b/package.json index 97f6b73..107e1ff 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,9 @@ "gatsby-plugin-offline": "^1.0.18", "gatsby-plugin-page-transitions": "^1.0.7", "gatsby-plugin-react-helmet": "^2.0.10", + "gatsby-plugin-react-next": "^1.0.11", "gatsby-plugin-sharp": "^1.6.48", + "gatsby-plugin-sitemap": "^1.2.25", "gatsby-remark-prismjs": "^2.0.5", "gatsby-source-wordpress": "^2.0.93", "gatsby-transformer-remark": "^1.7.44", diff --git a/yarn.lock b/yarn.lock index 1cb44f3..b05ff8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2302,7 +2302,7 @@ core-js@^1.0.0, core-js@^1.2.6: version "1.2.7" resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" -core-js@^2.4.0, core-js@^2.5.0: +core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.1: version "2.5.7" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e" @@ -3500,7 +3500,7 @@ fb-watchman@^2.0.0: dependencies: bser "^2.0.0" -fbjs@^0.8.14, fbjs@^0.8.5, fbjs@^0.8.9: +fbjs@^0.8.14, fbjs@^0.8.16, fbjs@^0.8.5, fbjs@^0.8.9: version "0.8.17" resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd" dependencies: @@ -3924,6 +3924,15 @@ gatsby-plugin-react-helmet@^2.0.10: dependencies: babel-runtime "^6.26.0" +gatsby-plugin-react-next@^1.0.11: + version "1.0.11" + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-next/-/gatsby-plugin-react-next-1.0.11.tgz#715cab5ea86f64664f96af3e7f3640eecd9de5e3" + dependencies: + babel-runtime "^6.26.0" + core-js "^2.5.1" + react "^16.0.0" + react-dom "^16.0.0" + gatsby-plugin-sharp@^1.6.48: version "1.6.48" resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.48.tgz#9bb7515da9c7753b3065c51b2d35a0de5b9aa1f5" @@ -3942,6 +3951,14 @@ gatsby-plugin-sharp@^1.6.48: sharp "^0.20.0" svgo "^0.7.2" +gatsby-plugin-sitemap@^1.2.25: + version "1.2.25" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-1.2.25.tgz#175c82518316f9439df66343d213be2815e129b0" + dependencies: + babel-runtime "^6.26.0" + minimatch "^3.0.4" + sitemap "^1.12.0" + gatsby-react-router-scroll@^1.0.18: version "1.0.18" resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.18.tgz#616ffb801dbdbe4598611e2ff3861b91ac3eecbf" @@ -8101,6 +8118,15 @@ react-dom@^15.6.0: object-assign "^4.1.0" prop-types "^15.5.10" +react-dom@^16.0.0: + version "16.4.2" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.4.2.tgz#4afed569689f2c561d2b8da0b819669c38a0bda4" + dependencies: + fbjs "^0.8.16" + loose-envify "^1.1.0" + object-assign "^4.1.1" + prop-types "^15.6.0" + react-error-overlay@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-3.0.0.tgz#c2bc8f4d91f1375b3dad6d75265d51cd5eeaf655" @@ -8213,6 +8239,15 @@ react@^15.6.0: object-assign "^4.1.0" prop-types "^15.5.10" +react@^16.0.0: + version "16.4.2" + resolved "https://registry.yarnpkg.com/react/-/react-16.4.2.tgz#2cd90154e3a9d9dd8da2991149fdca3c260e129f" + dependencies: + fbjs "^0.8.16" + loose-envify "^1.1.0" + object-assign "^4.1.1" + prop-types "^15.6.0" + read-all-stream@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/read-all-stream/-/read-all-stream-3.1.0.tgz#35c3e177f2078ef789ee4bfafa4373074eaef4fa" @@ -9157,6 +9192,13 @@ simple-swizzle@^0.2.2: dependencies: is-arrayish "^0.3.1" +sitemap@^1.12.0: + version "1.13.0" + resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-1.13.0.tgz#569cbe2180202926a62a266cd3de09c9ceb43f83" + dependencies: + underscore "^1.7.0" + url-join "^1.1.0" + slash@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" @@ -10141,6 +10183,10 @@ underscore.string@^3.3.4: sprintf-js "^1.0.3" util-deprecate "^1.0.2" +underscore@^1.7.0: + version "1.9.1" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz#06dce34a0e68a7babc29b365b8e74b8925203961" + unherit@^1.0.4: version "1.1.1" resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.1.tgz#132748da3e88eab767e08fabfbb89c5e9d28628c" @@ -10307,6 +10353,10 @@ urix@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" +url-join@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/url-join/-/url-join-1.1.0.tgz#741c6c2f4596c4830d6718460920d0c92202dc78" + url-loader@^0.6.2: version "0.6.2" resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-0.6.2.tgz#a007a7109620e9d988d14bce677a1decb9a993f7"