Skip to content

Commit 7bd247c

Browse files
Update dependency @gatsbyjs/reach-router to v2
1 parent 18fbee4 commit 7bd247c

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

packages/helpers-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"sinon": "20.0.0"
3737
},
3838
"dependencies": {
39-
"@gatsbyjs/reach-router": "1.3.9",
39+
"@gatsbyjs/reach-router": "2.0.1",
4040
"@tryghost/helpers": "^1.1.91",
4141
"gatsby-link": "4.17.0",
4242
"prop-types": "^15.6.2"

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,14 +1077,13 @@
10771077
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz"
10781078
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
10791079

1080-
"@gatsbyjs/reach-router@1.3.9":
1081-
version "1.3.9"
1082-
resolved "https://registry.npmjs.org/@gatsbyjs/reach-router/-/reach-router-1.3.9.tgz"
1083-
integrity sha512-/354IaUSM54xb7K/TxpLBJB94iEAJ3P82JD38T8bLnIDWF+uw8+W/82DKnQ7y24FJcKxtVmG43aiDLG88KSuYQ==
1080+
"@gatsbyjs/reach-router@2.0.1":
1081+
version "2.0.1"
1082+
resolved "https://registry.yarnpkg.com/@gatsbyjs/reach-router/-/reach-router-2.0.1.tgz#8c4ddb6c38589fb4650408430e51220e31d04fca"
1083+
integrity sha512-gmSZniS9/phwgEgpFARMpNg21PkYDZEpfgEzvkgpE/iku4uvXqCrxr86fXbTpI9mkrhKS1SCTYmLGe60VdHcdQ==
10841084
dependencies:
1085-
invariant "^2.2.3"
1086-
prop-types "^15.6.1"
1087-
react-lifecycles-compat "^3.0.4"
1085+
invariant "^2.2.4"
1086+
prop-types "^15.8.1"
10881087

10891088
"@glimmer/[email protected]", "@glimmer/env@^0.1.7":
10901089
version "0.1.7"
@@ -7027,9 +7026,9 @@ internal-slot@^1.1.0:
70277026
hasown "^2.0.2"
70287027
side-channel "^1.1.0"
70297028

7030-
invariant@^2.2.3:
7029+
invariant@^2.2.4:
70317030
version "2.2.4"
7032-
resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz"
7031+
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
70337032
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
70347033
dependencies:
70357034
loose-envify "^1.0.0"
@@ -9733,7 +9732,7 @@ promzard@^0.3.0:
97339732
dependencies:
97349733
read "1"
97359734

9736-
prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.8.1:
9735+
prop-types@^15.6.2, prop-types@^15.8.1:
97379736
version "15.8.1"
97389737
resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz"
97399738
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -9830,11 +9829,6 @@ react-is@^18.0.0:
98309829
resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz"
98319830
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
98329831

9833-
react-lifecycles-compat@^3.0.4:
9834-
version "3.0.4"
9835-
resolved "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz"
9836-
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
9837-
98389832
98399833
version "18.3.1"
98409834
resolved "https://registry.npmjs.org/react/-/react-18.3.1.tgz"

0 commit comments

Comments
 (0)