|
1 | 1 | { |
2 | 2 | "name": "@draftbit/core", |
3 | | - "version": "52.1.9", |
| 3 | + "version": "53.0.0", |
4 | 4 | "description": "Core (non-native) Components", |
5 | 5 | "main": "lib/commonjs/index.js", |
6 | 6 | "types": "lib/typescript/src/index.d.ts", |
|
40 | 40 | "homepage": "https://github.com/draftbit/react-native-jigsaw#readme", |
41 | 41 | "dependencies": { |
42 | 42 | "@draftbit/react-theme-provider": "^2.1.1", |
43 | | - "@draftbit/theme": "52.1.9", |
| 43 | + "@draftbit/theme": "53.0.0", |
44 | 44 | "@emotion/react": "^11.13.5", |
45 | 45 | "@emotion/styled": "^11.13.5", |
46 | | - "@expo/vector-icons": "^14.0.3", |
| 46 | + "@expo/vector-icons": "^14.1.0", |
47 | 47 | "@gorhom/bottom-sheet": "5.0.6", |
48 | 48 | "@lottiefiles/dotlottie-react": "^0.12.0", |
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.5", |
53 | | - "@react-native-picker/picker": "2.9.0", |
54 | | - "@shopify/flash-list": "1.7.1", |
| 52 | + "@react-native-community/slider": "4.5.6", |
| 53 | + "@react-native-picker/picker": "2.11.1", |
| 54 | + "@shopify/flash-list": "1.7.6", |
55 | 55 | "color": "^4.2.3", |
56 | 56 | "date-fns": "^4.1.0", |
57 | 57 | "dateformat": "^5.0.3", |
58 | | - "expo-av": "~15.0.1", |
59 | | - "expo-image": "~2.0.3", |
| 58 | + "expo-av": "~15.1.7", |
| 59 | + "expo-image": "~2.4.0", |
60 | 60 | "lodash.isequal": "^4.5.0", |
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.1.0", |
| 64 | + "lottie-react-native": "7.2.2", |
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.20.2", |
| 70 | + "react-native-gesture-handler": "~2.24.0", |
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.5.1", |
75 | | - "react-native-reanimated": "~3.16.1", |
| 74 | + "react-native-pager-view": "6.7.1", |
| 75 | + "react-native-reanimated": "~3.17.4", |
76 | 76 | "react-native-select-dropdown": "4.0.1", |
77 | 77 | "react-native-shadow-2": "^7.1.1", |
78 | | - "react-native-svg": "15.8.0", |
| 78 | + "react-native-svg": "15.11.2", |
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.12.5", |
| 82 | + "react-native-webview": "13.13.5", |
83 | 83 | "react-native-youtube-iframe": "^2.3.0", |
84 | 84 | "react-youtube": "^10.1.0", |
85 | 85 | "uuid": "^11.0.3" |
|
111 | 111 | "testPathIgnorePatterns": [ |
112 | 112 | "lib", |
113 | 113 | "__mocks__", |
114 | | - "declarations.d.ts" |
| 114 | + "declarations.d.ts", |
| 115 | + ".*\\.test\\.skip\\.tsx$" |
115 | 116 | ], |
116 | 117 | "transformIgnorePatterns": [ |
117 | 118 | "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|dateformat)" |
|
0 commit comments