Skip to content

Commit 0dbfb3a

Browse files
authored
uilib-native - fix react version (#3487)
1 parent cb907f9 commit 0dbfb3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uilib-native",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"homepage": "https://github.com/wix/react-native-ui-lib",
55
"description": "uilib native components (separated from js components)",
66
"main": "components/index",
@@ -10,14 +10,14 @@
1010
"author": "Ethan Sharabi <[email protected]>",
1111
"license": "MIT",
1212
"dependencies": {
13-
"lodash": "^4.0.0",
13+
"lodash": "^4.17.21",
1414
"prop-types": "^15.5.10"
1515
},
1616
"devDependencies": {
1717
"shell-utils": "^1.0.10"
1818
},
1919
"peerDependencies": {
20-
"react": "^16.0.0",
21-
"react-native": "^0.51.0"
20+
"react": ">=17.0.1",
21+
"react-native": ">=0.64.1"
2222
}
2323
}

0 commit comments

Comments
 (0)