We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb907f9 commit 0dbfb3aCopy full SHA for 0dbfb3a
lib/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "uilib-native",
3
- "version": "4.5.0",
+ "version": "4.5.1",
4
"homepage": "https://github.com/wix/react-native-ui-lib",
5
"description": "uilib native components (separated from js components)",
6
"main": "components/index",
@@ -10,14 +10,14 @@
10
"author": "Ethan Sharabi <[email protected]>",
11
"license": "MIT",
12
"dependencies": {
13
- "lodash": "^4.0.0",
+ "lodash": "^4.17.21",
14
"prop-types": "^15.5.10"
15
},
16
"devDependencies": {
17
"shell-utils": "^1.0.10"
18
19
"peerDependencies": {
20
- "react": "^16.0.0",
21
- "react-native": "^0.51.0"
+ "react": ">=17.0.1",
+ "react-native": ">=0.64.1"
22
}
23
0 commit comments