diff --git a/docs/package.json b/docs/package.json index b1904a637ccb..5981be429286 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,7 +31,7 @@ "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "bootstrap": "^3.3.7", - "gatsby": "^1.9.193", + "gatsby": "^1.9.197", "gatsby-link": "^1.6.36", "gatsby-plugin-sharp": "^1.6.27", "gatsby-remark-autolink-headers": "^1.4.11", diff --git a/docs/yarn.lock b/docs/yarn.lock index 588874becae4..033555745e00 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -3955,6 +3955,10 @@ fast-glob@^1.0.1: micromatch "^3.0.3" readdir-enhanced "^1.5.2" +fast-levenshtein@~2.0.4: + version "2.0.6" + resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" + fast-memoize@^2.2.7: version "2.2.8" resolved "https://registry.yarnpkg.com/fast-memoize/-/fast-memoize-2.2.8.tgz#d7f899f31d037b12d9db4281912f9018575720b1" @@ -4346,15 +4350,15 @@ fuse.js@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.2.0.tgz#f0448e8069855bf2a3e683cdc1d320e7e2a07ef4" -gatsby-1-config-css-modules@^1.0.8: - version "1.0.8" - resolved "https://registry.yarnpkg.com/gatsby-1-config-css-modules/-/gatsby-1-config-css-modules-1.0.8.tgz#c051b7be22c6d07d485c2d9d05e0b88c13f4a572" +gatsby-1-config-css-modules@^1.0.9: + version "1.0.9" + resolved "https://registry.yarnpkg.com/gatsby-1-config-css-modules/-/gatsby-1-config-css-modules-1.0.9.tgz#ae7ebffcaea4b1cc821951b71c123107d697bfaa" dependencies: babel-runtime "^6.26.0" -gatsby-cli@^1.1.39: - version "1.1.39" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-1.1.39.tgz#f2f4bf67d081de88c0a9a3728d9fcf0e215e182d" +gatsby-cli@^1.1.40: + version "1.1.40" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-1.1.40.tgz#6d81d245092f1eb983a2c3015875c3750c7d7db8" dependencies: babel-code-frame "^6.26.0" babel-runtime "^6.26.0" @@ -4384,9 +4388,19 @@ gatsby-link@^1.6.36: prop-types "^15.5.8" ric "^1.3.0" -gatsby-module-loader@^1.0.9: - version "1.0.9" - resolved "https://registry.yarnpkg.com/gatsby-module-loader/-/gatsby-module-loader-1.0.9.tgz#a33f3496589577749d2fbb680f7bab9ddcc86172" +gatsby-link@^1.6.37: + version "1.6.37" + resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-1.6.37.tgz#d132290c0239dc2e11a9106353c586f969194673" + dependencies: + "@types/history" "^4.6.2" + "@types/react-router-dom" "^4.2.2" + babel-runtime "^6.26.0" + prop-types "^15.5.8" + ric "^1.3.0" + +gatsby-module-loader@^1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/gatsby-module-loader/-/gatsby-module-loader-1.0.10.tgz#32560de487ea5523097917bc1dc76b9a1247bbe9" dependencies: babel-runtime "^6.26.0" loader-utils "^0.2.16" @@ -4408,9 +4422,9 @@ gatsby-plugin-sharp@^1.6.27: sharp "^0.19.0" svgo "^0.7.2" -gatsby-react-router-scroll@^1.0.10: - version "1.0.10" - resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.10.tgz#a520ea98fd25d5c307790974b13955cb128e01df" +gatsby-react-router-scroll@^1.0.11: + version "1.0.11" + resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.11.tgz#1ad3bdfc7f0a897abf24e4d89111ee49de516691" dependencies: babel-runtime "^6.26.0" scroll-behavior "^0.9.9" @@ -4500,9 +4514,9 @@ gatsby-transformer-remark@^1.7.31: unist-util-select "^1.5.0" unist-util-visit "^1.1.1" -gatsby@^1.9.193: - version "1.9.193" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.193.tgz#95cfb31b834dac124a0b2922948ea54c983f8682" +gatsby@^1.9.197: + version "1.9.197" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.197.tgz#6b35aaff791e82b674146218f9f8c56ecaf229ea" dependencies: async "^2.1.2" babel-code-frame "^6.22.0" @@ -4536,20 +4550,21 @@ gatsby@^1.9.193: express "^4.14.0" express-graphql "^0.6.6" extract-text-webpack-plugin "^1.0.1" + fast-levenshtein "~2.0.4" file-loader "^0.9.0" flat "^2.0.1" friendly-errors-webpack-plugin "^1.6.1" front-matter "^2.1.0" fs-extra "^4.0.1" - gatsby-1-config-css-modules "^1.0.8" - gatsby-cli "^1.1.39" - gatsby-link "^1.6.36" - gatsby-module-loader "^1.0.9" - gatsby-react-router-scroll "^1.0.10" + gatsby-1-config-css-modules "^1.0.9" + gatsby-cli "^1.1.40" + gatsby-link "^1.6.37" + gatsby-module-loader "^1.0.10" + gatsby-react-router-scroll "^1.0.11" glob "^7.1.1" graphql "^0.11.7" graphql-relay "^0.5.1" - graphql-skip-limit "^1.0.9" + graphql-skip-limit "^1.0.10" history "^4.6.2" invariant "^2.2.2" is-relative "^0.2.1" @@ -4909,9 +4924,9 @@ graphql-relay@^0.5.1: version "0.5.3" resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.5.3.tgz#56a78ac07c87d89795a34db6b8e9681b827be5b5" -graphql-skip-limit@^1.0.9: - version "1.0.9" - resolved "https://registry.yarnpkg.com/graphql-skip-limit/-/graphql-skip-limit-1.0.9.tgz#20d0de6bd6cf3460c4fdcee3d6b379634d0d44b7" +graphql-skip-limit@^1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/graphql-skip-limit/-/graphql-skip-limit-1.0.10.tgz#0923b8b2e333cfc5d47283fa3e376657a1378452" dependencies: babel-runtime "^6.26.0" graphql "^0.11.7"