Skip to content

Commit 385787e

Browse files
committed
fix: Build error caused by [email protected]
Limit react-focus-on's version to `<3.10.0`, as that minor version seems to be a little risky. See: theKashey/react-focus-on#111
1 parent 5831fad commit 385787e

File tree

3 files changed

+28
-37
lines changed

3 files changed

+28
-37
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"postcss-rtlcss": "^5.5.0",
103103
"prop-types": "^15.8.1",
104104
"react-dev-utils": "12.0.1",
105-
"react-focus-on": "^3.9.4",
105+
"react-focus-on": "<3.10.0",
106106
"react-intl": "^6.6.6",
107107
"react-refresh": "0.16.0",
108108
"react-refresh-typescript": "^2.0.9",

test-site/package-lock.json

Lines changed: 16 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)