@holper/react-native-holper-storybook 0.6.49 → 0.6.50
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 +27 -26
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"main": "lib/index.js",
|
|
3
3
|
"name": "@holper/react-native-holper-storybook",
|
|
4
4
|
"description": "A component library for Holper projects",
|
|
5
|
-
"version": "0.6.
|
|
5
|
+
"version": "0.6.50",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"files": [
|
|
8
8
|
"lib",
|
|
@@ -27,44 +27,45 @@
|
|
|
27
27
|
"storybook-publish": "./build.sh"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@react-native-async-storage/async-storage": "1.
|
|
31
|
-
"@react-native-community/datetimepicker": "7.
|
|
30
|
+
"@react-native-async-storage/async-storage": "1.21.0",
|
|
31
|
+
"@react-native-community/datetimepicker": "7.6.1",
|
|
32
32
|
"@react-native-community/slider": "4.4.2",
|
|
33
|
-
"deprecated-react-native-prop-types": "^
|
|
34
|
-
"expo": "^
|
|
35
|
-
"expo-asset": "~
|
|
36
|
-
"expo-camera": "~
|
|
37
|
-
"expo-font": "~11.
|
|
38
|
-
"expo-image-manipulator": "~11.
|
|
39
|
-
"expo-image-picker": "~14.
|
|
40
|
-
"expo-media-library": "~15.
|
|
41
|
-
"expo-status-bar": "~1.
|
|
42
|
-
"moment": "^2.
|
|
33
|
+
"deprecated-react-native-prop-types": "^5.0.0",
|
|
34
|
+
"expo": "^50.0.4",
|
|
35
|
+
"expo-asset": "~9.0.2",
|
|
36
|
+
"expo-camera": "~14.0.3",
|
|
37
|
+
"expo-font": "~11.10.2",
|
|
38
|
+
"expo-image-manipulator": "~11.8.0",
|
|
39
|
+
"expo-image-picker": "~14.7.1",
|
|
40
|
+
"expo-media-library": "~15.9.1",
|
|
41
|
+
"expo-status-bar": "~1.11.1",
|
|
42
|
+
"moment": "^2.30.1",
|
|
43
43
|
"prop-types": "^15.8.1",
|
|
44
44
|
"react": "18.2.0",
|
|
45
45
|
"react-dom": "18.2.0",
|
|
46
|
-
"react-native": "0.
|
|
46
|
+
"react-native": "0.73.2",
|
|
47
47
|
"react-native-countdown-circle-timer": "^3.2.1",
|
|
48
48
|
"react-native-deck-swiper": "^2.0.16",
|
|
49
49
|
"react-native-dropdown-picker": "^5.4.6",
|
|
50
50
|
"react-native-flash-message": "^0.4.2",
|
|
51
|
-
"react-native-safe-area-context": "4.
|
|
51
|
+
"react-native-safe-area-context": "4.8.2",
|
|
52
52
|
"react-native-status-bar-height": "^2.6.0",
|
|
53
|
-
"react-native-svg": "
|
|
54
|
-
"react-native-vector-icons": "^10.0.
|
|
55
|
-
"react-native-web": "~0.19.
|
|
53
|
+
"react-native-svg": "14.1.0",
|
|
54
|
+
"react-native-vector-icons": "^10.0.3",
|
|
55
|
+
"react-native-web": "~0.19.10"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@babel/core": "^7.23.
|
|
59
|
-
"@storybook/addon-actions": "^7.
|
|
58
|
+
"@babel/core": "^7.23.9",
|
|
59
|
+
"@storybook/addon-actions": "^7.6.10",
|
|
60
60
|
"@storybook/addon-knobs": "^7.0.2",
|
|
61
|
-
"@storybook/addon-links": "^7.
|
|
62
|
-
"@storybook/addon-ondevice-actions": "^5.
|
|
63
|
-
"@storybook/addon-ondevice-knobs": "^6.5.
|
|
64
|
-
"@storybook/
|
|
65
|
-
"@storybook/react-native
|
|
61
|
+
"@storybook/addon-links": "^7.6.10",
|
|
62
|
+
"@storybook/addon-ondevice-actions": "^6.5.7",
|
|
63
|
+
"@storybook/addon-ondevice-knobs": "^6.5.7",
|
|
64
|
+
"@storybook/preview-api": "^7.6.10",
|
|
65
|
+
"@storybook/react-native": "^6.5.7",
|
|
66
|
+
"@storybook/react-native-server": "^6.5.8",
|
|
66
67
|
"babel-loader": "^9.1.3",
|
|
67
|
-
"expo-dev-client": "~
|
|
68
|
+
"expo-dev-client": "~3.3.7"
|
|
68
69
|
},
|
|
69
70
|
"peerDependencies": {
|
|
70
71
|
"expo-camera": ">=13.0.0",
|