Skip to content

Commit dd1665c

Browse files
authored
fix: add missing dependency (#480)
1 parent 16b8181 commit dd1665c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/integration-react-native/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
],
2121
"main": "src/index.js",
2222
"dependencies": {
23-
"@loki/integration-core": "^0.32.0"
23+
"@loki/integration-core": "^0.32.0",
24+
"hoist-non-react-statics": "*"
2425
},
2526
"peerDependencies": {
2627
"@storybook/addons": "^5 || ^6",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11837,6 +11837,13 @@ hmac-drbg@^1.0.0:
1183711837
minimalistic-assert "^1.0.0"
1183811838
minimalistic-crypto-utils "^1.0.1"
1183911839

11840+
hoist-non-react-statics@*:
11841+
version "3.3.2"
11842+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
11843+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
11844+
dependencies:
11845+
react-is "^16.7.0"
11846+
1184011847
hoist-non-react-statics@^3.3.0:
1184111848
version "3.3.1"
1184211849
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f"

0 commit comments

Comments
 (0)