From c6a898a8289afe4f6be1aa97943eba26e2200d65 Mon Sep 17 00:00:00 2001 From: LekoArts Date: Mon, 25 Jul 2022 06:56:58 +0200 Subject: [PATCH] initial --- packages/gatsby-link/src/rewrite-link-path.js | 2 +- packages/gatsby/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/gatsby-link/src/rewrite-link-path.js b/packages/gatsby-link/src/rewrite-link-path.js index 6ac57ee203264..75a572855429b 100644 --- a/packages/gatsby-link/src/rewrite-link-path.js +++ b/packages/gatsby-link/src/rewrite-link-path.js @@ -1,4 +1,4 @@ -import { resolve } from "@gatsbyjs/reach-router/lib/utils" +import { resolve } from "@gatsbyjs/reach-router" // Specific import to treeshake Node.js stuff import { applyTrailingSlashOption } from "gatsby-page-utils/apply-trailing-slash-option" import { parsePath } from "./parse-path" diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index c628c7373af84..f3fa1b042cb46 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -19,7 +19,7 @@ "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.4", "@builder.io/partytown": "^0.5.2", - "@gatsbyjs/reach-router": "^1.3.6", + "@gatsbyjs/reach-router": "^1.3.9", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@graphql-codegen/add": "^3.1.1", "@graphql-codegen/core": "^2.5.1", diff --git a/yarn.lock b/yarn.lock index a30366ce6b9a2..2d4597a6d4bb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1686,10 +1686,10 @@ dependencies: jimp "^0.16.1" -"@gatsbyjs/reach-router@^1.3.6": - version "1.3.6" - resolved "https://registry.yarnpkg.com/@gatsbyjs/reach-router/-/reach-router-1.3.6.tgz#4e8225836959be247890b66f21a3198a0589e34d" - integrity sha512-RW9ZBir9kqtw4IWm+Z+DLWGOeoJxoaTvNVrnR5fV9zD8EmfAhbBN/hS6i6VnTMFZ7rdd6mnpx2/XtnMvYfsaVQ== +"@gatsbyjs/reach-router@^1.3.9": + version "1.3.9" + resolved "https://registry.yarnpkg.com/@gatsbyjs/reach-router/-/reach-router-1.3.9.tgz#305c3c4c5041f27e53fc33e344a08ee2c4b985af" + integrity sha512-/354IaUSM54xb7K/TxpLBJB94iEAJ3P82JD38T8bLnIDWF+uw8+W/82DKnQ7y24FJcKxtVmG43aiDLG88KSuYQ== dependencies: invariant "^2.2.3" prop-types "^15.6.1"