|
1 | 1 | { |
2 | 2 | "name": "@draftbit/core", |
3 | | - "version": "55.0.1", |
| 3 | + "version": "56.0.0", |
4 | 4 | "description": "Core (non-native) Components", |
5 | 5 | "main": "./src/index.tsx", |
6 | 6 | "react-native": "./src/index.tsx", |
|
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": "56.0.0", |
46 | 46 | "@emotion/react": "^11.13.5", |
47 | 47 | "@emotion/styled": "^11.13.5", |
48 | 48 | "@expo/vector-icons": "^15.0.3", |
|
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.1.2", |
| 54 | + "@react-native-community/slider": "5.2.0", |
55 | 55 | "@react-native-picker/picker": "2.11.4", |
56 | 56 | "@shopify/flash-list": "2.0.2", |
57 | 57 | "color": "^4.2.3", |
58 | 58 | "date-fns": "^4.1.0", |
59 | 59 | "dateformat": "^5.0.3", |
60 | | - "expo-audio": "~55.0.15", |
61 | | - "expo-image": "~55.0.11", |
62 | | - "expo-video": "~55.0.18", |
| 60 | + "expo-audio": "~56.0.12", |
| 61 | + "expo-image": "~56.0.11", |
| 62 | + "expo-video": "~56.1.4", |
63 | 63 | "lodash.isequal": "^4.5.0", |
64 | 64 | "lodash.isnumber": "^3.0.3", |
65 | 65 | "lodash.omit": "^4.5.0", |
|
70 | 70 | "react-native-date-picker": "^5.0.7", |
71 | 71 | "react-native-deck-swiper": "^2.0.17", |
72 | 72 | "react-native-dropdown-picker": "^5.4.7-beta.1", |
73 | | - "react-native-gesture-handler": "~2.30.0", |
| 73 | + "react-native-gesture-handler": "~2.31.1", |
74 | 74 | "react-native-keyboard-aware-scroll-view": "^0.9.5", |
75 | 75 | "react-native-markdown-display": "^7.0.2", |
76 | 76 | "react-native-modal-datetime-picker": "^18.0.0", |
77 | | - "react-native-pager-view": "8.0.0", |
78 | | - "react-native-reanimated": "4.2.1", |
| 77 | + "react-native-pager-view": "8.0.1", |
| 78 | + "react-native-reanimated": "4.3.1", |
79 | 79 | "react-native-select-dropdown": "4.0.1", |
80 | 80 | "react-native-shadow-2": "^7.1.1", |
81 | | - "react-native-svg": "15.15.3", |
| 81 | + "react-native-svg": "15.15.4", |
82 | 82 | "react-native-swipe-list-view": "^3.2.9", |
83 | 83 | "react-native-tab-view": "^3.4.0", |
84 | 84 | "react-native-web-swiper": "^2.2.4", |
85 | | - "react-native-webview": "13.16.0", |
86 | | - "react-native-worklets": "0.7.4", |
| 85 | + "react-native-webview": "13.16.1", |
| 86 | + "react-native-worklets": "0.8.3", |
87 | 87 | "react-native-youtube-iframe": "^2.3.0", |
88 | 88 | "react-youtube": "^10.1.0", |
89 | 89 | "uuid": "^11.0.3" |
|
108 | 108 | }, |
109 | 109 | "jest": { |
110 | 110 | "preset": "jest-expo", |
| 111 | + "globalSetup": "<rootDir>/../../jest/global-setup.js", |
111 | 112 | "setupFilesAfterEnv": [ |
112 | | - "@testing-library/jest-native/extend-expect", |
113 | 113 | "./jest-setup.js" |
114 | 114 | ], |
115 | 115 | "testPathIgnorePatterns": [ |
|
119 | 119 | ".*\\.test\\.skip\\.tsx$" |
120 | 120 | ], |
121 | 121 | "transformIgnorePatterns": [ |
122 | | - "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)" |
123 | | - ], |
124 | | - "testEnvironment": "node" |
| 122 | + "/node_modules/(?!(.pnpm|react-native|@react-native|@react-native-community|expo|@expo|@expo-google-fonts|react-navigation|@react-navigation|@sentry/react-native|native-base|standard-navigation|dateformat|uuid))", |
| 123 | + "/node_modules/react-native-reanimated/plugin/", |
| 124 | + "/node_modules/@react-native/babel-preset/" |
| 125 | + ] |
125 | 126 | } |
126 | 127 | } |
0 commit comments