Skip to content

Commit aa5808b

Browse files
authoredNov 29, 2022
chore: Bump @gatsbyjs/reach-router to v2.0.0 (#37121)
initial

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
 

‎packages/gatsby-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prepend-directive": "^1.0.3"
3535
},
3636
"peerDependencies": {
37-
"@gatsbyjs/reach-router": "^2.0.0-v2.0",
37+
"@gatsbyjs/reach-router": "^2.0.0",
3838
"react": "^18.0.0 || ^0.0.0",
3939
"react-dom": "^18.0.0 || ^0.0.0"
4040
},

‎packages/gatsby-react-router-scroll/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"main": "index.js",
2727
"peerDependencies": {
28-
"@gatsbyjs/reach-router": "^2.0.0-v2.0",
28+
"@gatsbyjs/reach-router": "^2.0.0",
2929
"react": "^18.0.0 || ^0.0.0",
3030
"react-dom": "^18.0.0 || ^0.0.0"
3131
},

‎packages/gatsby-script/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"clean": "del-cli dist/*"
2323
},
2424
"devDependencies": {
25-
"@gatsbyjs/reach-router": "^2.0.0-v2.0",
25+
"@gatsbyjs/reach-router": "^2.0.0",
2626
"@testing-library/react": "^11.2.7",
2727
"cross-env": "^7.0.3",
2828
"del-cli": "^5.0.0",
@@ -31,7 +31,7 @@
3131
"typescript": "^4.7.4"
3232
},
3333
"peerDependencies": {
34-
"@gatsbyjs/reach-router": "^2.0.0-v2.0",
34+
"@gatsbyjs/reach-router": "^2.0.0",
3535
"react": "^18.0.0 || ^0.0.0",
3636
"react-dom": "^18.0.0 || ^0.0.0"
3737
},

‎packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/traverse": "^7.15.4",
2020
"@babel/types": "^7.15.4",
2121
"@builder.io/partytown": "^0.5.2",
22-
"@gatsbyjs/reach-router": "^2.0.0-v2.0",
22+
"@gatsbyjs/reach-router": "^2.0.0",
2323
"@gatsbyjs/webpack-hot-middleware": "^2.25.2",
2424
"@graphql-codegen/add": "^3.1.1",
2525
"@graphql-codegen/core": "^2.5.1",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1638,10 +1638,10 @@
16381638
unique-filename "^1.1.1"
16391639
which "^1.3.1"
16401640

1641-
"@gatsbyjs/reach-router@^2.0.0-v2.0":
1642-
version "2.0.0-v2.0.2"
1643-
resolved "https://registry.yarnpkg.com/@gatsbyjs/reach-router/-/reach-router-2.0.0-v2.0.2.tgz#6b7e4846e4c68113b8e454fd8ea027ffad5a68c8"
1644-
integrity sha512-sY/mOyxHFEJxjIS5vHH1cktkwDHHdadmgWNoqh3yYKcdGwQ9qZDzE4Po5FDhPsy+ZLWXBiR4F0x+JOGQKQ9Dgg==
1641+
"@gatsbyjs/reach-router@^2.0.0":
1642+
version "2.0.0"
1643+
resolved "https://registry.yarnpkg.com/@gatsbyjs/reach-router/-/reach-router-2.0.0.tgz#de8520ef719c5bf849beb1f43f57b7dd3c7db5b1"
1644+
integrity sha512-n5nifEBtQCo4Wc/ErBvFEGyX5y8dKPSERre3pmuizkJl9J4l0M0bhu6aMc4uOXhG66UR4jgVDjN2Q2I2FSrVkw==
16451645
dependencies:
16461646
invariant "^2.2.4"
16471647
prop-types "^15.8.1"

0 commit comments

Comments
 (0)
Please sign in to comment.