react-native-ui-lib 8.5.0-snapshot.7950 → 8.5.0-snapshot.7956

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/package.json +1 -1
  2. package/package.json +2 -2
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uilib-native",
3
- "version": "5.1.0",
3
+ "version": "5.1.2",
4
4
  "homepage": "https://github.com/wix/react-native-ui-lib",
5
5
  "description": "uilib native components (separated from js components)",
6
6
  "main": "components/index",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ui-lib",
3
- "version": "8.5.0-snapshot.7950",
3
+ "version": "8.5.0-snapshot.7956",
4
4
  "main": "src/index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
@@ -102,7 +102,7 @@
102
102
  "setimmediate": "^1.0.5",
103
103
  "shell-utils": "^1.0.10",
104
104
  "typescript": "5.0.4",
105
- "uilib-native": "5.1.0"
105
+ "uilib-native": "5.1.1-snapshot.7956"
106
106
  },
107
107
  "peerDependencies": {
108
108
  "react": ">=19.0.0",