Skip to content

Commit

Permalink
uilib-native - fix react version (#3487)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-i-k-e-l authored Jan 22, 2025
1 parent cb907f9 commit 0dbfb3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uilib-native",
"version": "4.5.0",
"version": "4.5.1",
"homepage": "https://github.com/wix/react-native-ui-lib",
"description": "uilib native components (separated from js components)",
"main": "components/index",
Expand All @@ -10,14 +10,14 @@
"author": "Ethan Sharabi <[email protected]>",
"license": "MIT",
"dependencies": {
"lodash": "^4.0.0",
"lodash": "^4.17.21",
"prop-types": "^15.5.10"
},
"devDependencies": {
"shell-utils": "^1.0.10"
},
"peerDependencies": {
"react": "^16.0.0",
"react-native": "^0.51.0"
"react": ">=17.0.1",
"react-native": ">=0.64.1"
}
}

0 comments on commit 0dbfb3a

Please sign in to comment.