Skip to content

Commit 3a383f8

Browse files
committed
fix(ui-options): fix isAndroidOrIOS missing error for some bundlers
1 parent 223d55b commit 3a383f8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

package-lock.json

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

packages/ui-options/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"@instructure/ui-icons": "10.15.1",
4141
"@instructure/ui-prop-types": "10.15.1",
4242
"@instructure/ui-react-utils": "10.15.1",
43+
"@instructure/ui-utils": "10.15.1",
4344
"@instructure/ui-testable": "10.15.1",
4445
"@instructure/ui-view": "10.15.1",
4546
"prop-types": "^15.8.1"

packages/ui-options/tsconfig.build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
{ "path": "../ui-icons/tsconfig.build.json" },
1818
{ "path": "../ui-prop-types/tsconfig.build.json" },
1919
{ "path": "../ui-react-utils/tsconfig.build.json" },
20+
{ "path": "../ui-utils/tsconfig.build.json" },
2021
{ "path": "../ui-testable/tsconfig.build.json" },
2122
{ "path": "../ui-view/tsconfig.build.json" }
2223
]

0 commit comments

Comments
 (0)