@draftbit/core 55.0.1-1023b1.2 → 55.0.1-170eeb.2
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftbit/core",
|
|
3
|
-
"version": "55.0.1-
|
|
3
|
+
"version": "55.0.1-170eeb.2+170eeb1",
|
|
4
4
|
"description": "Core (non-native) Components",
|
|
5
5
|
"main": "./src/index.tsx",
|
|
6
6
|
"react-native": "./src/index.tsx",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@draftbit/react-theme-provider": "^2.1.1",
|
|
45
|
-
"@draftbit/theme": "^55.0.1-
|
|
45
|
+
"@draftbit/theme": "^55.0.1-170eeb.2+170eeb1",
|
|
46
46
|
"@emotion/react": "^11.13.5",
|
|
47
47
|
"@emotion/styled": "^11.13.5",
|
|
48
48
|
"@expo/vector-icons": "^15.0.3",
|
|
@@ -51,39 +51,41 @@
|
|
|
51
51
|
"@lottiefiles/react-lottie-player": "3.5.3",
|
|
52
52
|
"@mui/material": "^6.1.9",
|
|
53
53
|
"@mui/x-date-pickers": "^7.22.3",
|
|
54
|
-
"@react-native-community/slider": "5.
|
|
55
|
-
"@react-native-picker/picker": "2.11.
|
|
54
|
+
"@react-native-community/slider": "5.1.2",
|
|
55
|
+
"@react-native-picker/picker": "2.11.4",
|
|
56
|
+
"@react-native/assets-registry": "0.83.10",
|
|
56
57
|
"@shopify/flash-list": "2.0.2",
|
|
57
58
|
"color": "^4.2.3",
|
|
58
59
|
"date-fns": "^4.1.0",
|
|
59
60
|
"dateformat": "^5.0.3",
|
|
60
|
-
"expo-audio": "~
|
|
61
|
-
"expo-image": "~
|
|
62
|
-
"expo-video": "~
|
|
61
|
+
"expo-audio": "~55.0.15",
|
|
62
|
+
"expo-image": "~55.0.11",
|
|
63
|
+
"expo-video": "~55.0.18",
|
|
63
64
|
"lodash.isequal": "^4.5.0",
|
|
64
65
|
"lodash.isnumber": "^3.0.3",
|
|
65
66
|
"lodash.omit": "^4.5.0",
|
|
66
67
|
"lodash.tonumber": "^4.0.3",
|
|
67
68
|
"lottie-react-native": "~7.3.1",
|
|
69
|
+
"punycode": "^2.3.1",
|
|
68
70
|
"react-native-animated-spinkit": "1.5.2",
|
|
69
71
|
"react-native-confirmation-code-field": "^7.4.0",
|
|
70
72
|
"react-native-date-picker": "^5.0.7",
|
|
71
73
|
"react-native-deck-swiper": "^2.0.17",
|
|
72
74
|
"react-native-dropdown-picker": "^5.4.7-beta.1",
|
|
73
|
-
"react-native-gesture-handler": "~2.
|
|
75
|
+
"react-native-gesture-handler": "~2.30.0",
|
|
74
76
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
75
77
|
"react-native-markdown-display": "^7.0.2",
|
|
76
78
|
"react-native-modal-datetime-picker": "^18.0.0",
|
|
77
|
-
"react-native-pager-view": "
|
|
78
|
-
"react-native-reanimated": "
|
|
79
|
+
"react-native-pager-view": "8.0.0",
|
|
80
|
+
"react-native-reanimated": "4.2.1",
|
|
79
81
|
"react-native-select-dropdown": "4.0.1",
|
|
80
82
|
"react-native-shadow-2": "^7.1.1",
|
|
81
|
-
"react-native-svg": "15.
|
|
83
|
+
"react-native-svg": "15.15.3",
|
|
82
84
|
"react-native-swipe-list-view": "^3.2.9",
|
|
83
85
|
"react-native-tab-view": "^3.4.0",
|
|
84
86
|
"react-native-web-swiper": "^2.2.4",
|
|
85
|
-
"react-native-webview": "13.
|
|
86
|
-
"react-native-worklets": "0.
|
|
87
|
+
"react-native-webview": "13.16.0",
|
|
88
|
+
"react-native-worklets": "0.7.4",
|
|
87
89
|
"react-native-youtube-iframe": "^2.3.0",
|
|
88
90
|
"react-youtube": "^10.1.0",
|
|
89
91
|
"uuid": "^11.0.3"
|
|
@@ -123,5 +125,5 @@
|
|
|
123
125
|
],
|
|
124
126
|
"testEnvironment": "node"
|
|
125
127
|
},
|
|
126
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "170eeb1ce3a77b5dca34a76816c8c840a6aa6a4f"
|
|
127
129
|
}
|