ordering-ui-react-native 0.21.50-test → 0.21.51-test
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.
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ordering-ui-react-native",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.51-test",
|
|
4
4
|
"description": "Reusable components made in react native",
|
|
5
5
|
"main": "src/index.tsx",
|
|
6
6
|
"author": "ordering.inc",
|
|
@@ -111,7 +111,6 @@
|
|
|
111
111
|
"react-native-signature-canvas": "^4.3.0",
|
|
112
112
|
"react-native-snap-carousel": "^3.9.1",
|
|
113
113
|
"react-native-sound": "^0.11.1",
|
|
114
|
-
"react-native-star-io10": "^1.0.0",
|
|
115
114
|
"react-native-swipe-gestures": "^1.0.5",
|
|
116
115
|
"react-native-swiper": "^1.6.0",
|
|
117
116
|
"react-native-tracking-transparency": "^0.1.1",
|
|
@@ -125,6 +124,9 @@
|
|
|
125
124
|
"toggle-react-native": "^1.1.2",
|
|
126
125
|
"toggle-switch-react-native": "^3.2.0"
|
|
127
126
|
},
|
|
127
|
+
"peerDependencies": {
|
|
128
|
+
"react-native-star-io10": "^1.0.0"
|
|
129
|
+
},
|
|
128
130
|
"devDependencies": {
|
|
129
131
|
"@babel/core": "^7.11.6",
|
|
130
132
|
"@babel/runtime": "^7.11.2",
|