Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7d2f03

Browse files
fix(gatsby): Pin reach since they do not pass in location.href… (gatsbyjs#21144)
1 parent 20df97b commit f7d2f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@hapi/joi": "^15.1.1",
2020
"@mikaelkristiansson/domready": "^1.0.10",
2121
"@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2",
22-
"@reach/router": "^1.2.1",
22+
"@reach/router": "1.2.1",
2323
"@typescript-eslint/eslint-plugin": "^2.11.0",
2424
"@typescript-eslint/parser": "^2.11.0",
2525
"address": "1.1.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3673,7 +3673,7 @@
36733673
string-width "^2.0.0"
36743674
strip-ansi "^3"
36753675

3676-
"@reach/router@^1.2.1":
3676+
36773677
version "1.2.1"
36783678
resolved "https://registry.yarnpkg.com/@reach/router/-/router-1.2.1.tgz#34ae3541a5ac44fa7796e5506a5d7274a162be4e"
36793679
integrity sha512-kTaX08X4g27tzIFQGRukaHmNbtMYDS3LEWIS8+l6OayGIw6Oyo1HIF/JzeuR2FoF9z6oV+x/wJSVSq4v8tcUGQ==

0 commit comments

Comments
 (0)