@draftbit/core 52.0.1-167769.2 → 52.0.1-596876.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/lib/commonjs/components/Progress/CircularProgress/CircularProgress.js +1 -1
- package/lib/commonjs/components/Progress/IndeterminateProgress.js +1 -1
- package/lib/commonjs/components/Progress/LinearProgress/LinearProgress.js +1 -1
- package/lib/typescript/tsconfig.tsbuildinfo +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftbit/core",
|
|
3
|
-
"version": "52.0.1-
|
|
3
|
+
"version": "52.0.1-596876.2+5968767",
|
|
4
4
|
"description": "Core (non-native) Components",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"types": "lib/typescript/src/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@dotlottie/react-player": "1.6.1",
|
|
43
43
|
"@draftbit/react-theme-provider": "^2.1.1",
|
|
44
|
-
"@draftbit/theme": "^52.0.1-
|
|
44
|
+
"@draftbit/theme": "^52.0.1-596876.2+5968767",
|
|
45
45
|
"@emotion/react": "^11.13.5",
|
|
46
46
|
"@emotion/styled": "^11.13.5",
|
|
47
47
|
"@expo/vector-icons": "^14.0.3",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"@lottiefiles/react-lottie-player": "3.5.3",
|
|
50
50
|
"@mui/material": "^6.1.9",
|
|
51
51
|
"@mui/x-date-pickers": "^7.22.3",
|
|
52
|
-
"@react-native-community/slider": "4.5.
|
|
53
|
-
"@react-native-picker/picker": "2.
|
|
54
|
-
"@shopify/flash-list": "1.
|
|
52
|
+
"@react-native-community/slider": "4.5.2",
|
|
53
|
+
"@react-native-picker/picker": "2.7.5",
|
|
54
|
+
"@shopify/flash-list": "1.6.4",
|
|
55
55
|
"color": "^4.2.3",
|
|
56
56
|
"date-fns": "^4.1.0",
|
|
57
57
|
"dateformat": "^5.0.3",
|
|
@@ -61,25 +61,25 @@
|
|
|
61
61
|
"lodash.isnumber": "^3.0.3",
|
|
62
62
|
"lodash.omit": "^4.5.0",
|
|
63
63
|
"lodash.tonumber": "^4.0.3",
|
|
64
|
-
"lottie-react-native": "7.
|
|
64
|
+
"lottie-react-native": "6.7.0",
|
|
65
65
|
"react-native-animated-spinkit": "1.5.2",
|
|
66
66
|
"react-native-confirmation-code-field": "^7.4.0",
|
|
67
67
|
"react-native-date-picker": "^5.0.7",
|
|
68
68
|
"react-native-deck-swiper": "^2.0.17",
|
|
69
69
|
"react-native-dropdown-picker": "^5.4.7-beta.1",
|
|
70
|
-
"react-native-gesture-handler": "~2.
|
|
70
|
+
"react-native-gesture-handler": "~2.16.1",
|
|
71
71
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
72
72
|
"react-native-markdown-display": "^7.0.2",
|
|
73
73
|
"react-native-modal-datetime-picker": "^18.0.0",
|
|
74
|
-
"react-native-pager-view": "6.
|
|
75
|
-
"react-native-reanimated": "~3.
|
|
74
|
+
"react-native-pager-view": "6.3.0",
|
|
75
|
+
"react-native-reanimated": "~3.10.1",
|
|
76
76
|
"react-native-select-dropdown": "4.0.1",
|
|
77
77
|
"react-native-shadow-2": "^7.1.1",
|
|
78
|
-
"react-native-svg": "15.
|
|
78
|
+
"react-native-svg": "15.2.0",
|
|
79
79
|
"react-native-swipe-list-view": "^3.2.9",
|
|
80
80
|
"react-native-tab-view": "^3.4.0",
|
|
81
81
|
"react-native-web-swiper": "^2.2.4",
|
|
82
|
-
"react-native-webview": "13.
|
|
82
|
+
"react-native-webview": "13.8.6",
|
|
83
83
|
"react-native-youtube-iframe": "^2.3.0",
|
|
84
84
|
"react-youtube": "^10.1.0",
|
|
85
85
|
"uuid": "^11.0.3"
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
],
|
|
119
119
|
"testEnvironment": "node"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "59687679824cbeb35ea9ab0f1779dfa5327e4628"
|
|
122
122
|
}
|