@tactics/toddle-styleguide 5.3.3 → 5.4.0

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.
Files changed (1) hide show
  1. package/package.json +36 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tactics/toddle-styleguide",
3
- "version": "5.3.3",
3
+ "version": "5.4.0",
4
4
  "main": "index.tsx",
5
5
  "types": "index.d.ts",
6
6
  "prepublish": "tsc",
@@ -20,7 +20,7 @@
20
20
  "packageManager": "yarn@3.3.1",
21
21
  "dependencies": {
22
22
  "@callstack/react-theme-provider": "^3.0.8",
23
- "@expo/metro-runtime": "~5.0.4",
23
+ "@expo/metro-runtime": "~6.1.2",
24
24
  "@expo/webpack-config": "~19.0.1",
25
25
  "@lottiefiles/dotlottie-react": "^0.14.3",
26
26
  "@miblanchard/react-native-slider": "^2.3.1",
@@ -36,45 +36,46 @@
36
36
  "@types/xdate": "^0.8.32",
37
37
  "dayjs": "^1.11.18",
38
38
  "dayjs-plugin-utc": "^0.1.2",
39
- "expo": "^53.0.0",
40
- "expo-application": "~6.1.5",
41
- "expo-background-task": "~0.2.8",
42
- "expo-camera": "~16.1.11",
43
- "expo-crypto": "~14.1.5",
44
- "expo-dev-client": "~5.2.4",
45
- "expo-device": "~7.1.4",
46
- "expo-font": "~13.3.2",
47
- "expo-haptics": "~14.1.4",
48
- "expo-linear-gradient": "~14.1.5",
49
- "expo-localization": "~16.1.6",
50
- "expo-secure-store": "~14.2.4",
51
- "expo-splash-screen": "~0.30.10",
52
- "expo-status-bar": "~2.2.3",
39
+ "expo": "^54.0.0",
40
+ "expo-application": "~7.0.7",
41
+ "expo-background-task": "~1.0.8",
42
+ "expo-camera": "~17.0.8",
43
+ "expo-crypto": "~15.0.7",
44
+ "expo-dev-client": "~6.0.12",
45
+ "expo-device": "~8.0.8",
46
+ "expo-font": "~14.0.8",
47
+ "expo-haptics": "~15.0.7",
48
+ "expo-linear-gradient": "~15.0.7",
49
+ "expo-localization": "~17.0.7",
50
+ "expo-secure-store": "~15.0.7",
51
+ "expo-splash-screen": "~31.0.10",
52
+ "expo-status-bar": "~3.0.8",
53
53
  "intl": "^1.2.5",
54
54
  "jsc-android": "^250231.0.0",
55
55
  "lottie-ios": "4.5.0",
56
- "lottie-react-native": "7.2.2",
57
- "react": "19.0.0",
58
- "react-dom": "19.0.0",
56
+ "lottie-react-native": "~7.3.1",
57
+ "react": "19.1.0",
58
+ "react-dom": "19.1.0",
59
59
  "react-i18next": "^13.0.1",
60
- "react-native": "0.79.5",
60
+ "react-native": "0.81.4",
61
61
  "react-native-calendar-strip": "^2.2.6",
62
62
  "react-native-calendars": "^1.1299.0",
63
63
  "react-native-dotenv": "^3.4.9",
64
- "react-native-gesture-handler": "~2.24.0",
64
+ "react-native-gesture-handler": "~2.28.0",
65
65
  "react-native-keychain": "^8.1.1",
66
- "react-native-pager-view": "6.7.1",
66
+ "react-native-pager-view": "6.9.1",
67
67
  "react-native-picker-select": "^8.0.4",
68
- "react-native-reanimated": "~3.17.4",
69
- "react-native-safe-area-context": "5.4.0",
70
- "react-native-screens": "~4.11.1",
71
- "react-native-svg": "15.11.2",
68
+ "react-native-reanimated": "~4.1.1",
69
+ "react-native-safe-area-context": "~5.6.0",
70
+ "react-native-screens": "~4.16.0",
71
+ "react-native-svg": "15.12.1",
72
72
  "react-native-swipe-gestures": "^1.0.5",
73
73
  "react-native-toast-message": "^2.1.6",
74
74
  "react-native-translation": "^1.1.0",
75
- "react-native-web": "^0.20.0",
75
+ "react-native-web": "^0.21.0",
76
76
  "react-native-wheel-picker-expo": "^0.5.4",
77
77
  "react-native-wheely": "^0.6.0",
78
+ "react-native-worklets": "0.5.1",
78
79
  "react-redux": "^8.1.1",
79
80
  "react-test-renderer": "^18.2.0"
80
81
  },
@@ -84,15 +85,19 @@
84
85
  "@types/jest": "^29.5.2",
85
86
  "@types/luxon": "^3.3.0",
86
87
  "@types/node": "^20.3.1",
87
- "@types/react": "~19.0.10",
88
- "@types/react-dom": "~18.3.1",
88
+ "@types/react": "~19.1.10",
89
+ "@types/react-dom": "~19.1.7",
89
90
  "@types/react-test-renderer": "^18.0.0",
90
91
  "jest": "~29.7.0",
91
- "jest-expo": "~53.0.10",
92
+ "jest-expo": "~54.0.12",
92
93
  "prettier": "2.8.8",
93
94
  "ts-jest": "^29.1.0",
94
95
  "ts-node": "^10.9.1",
95
- "typescript": "~5.8.3"
96
+ "typescript": "~5.9.2"
97
+ },
98
+ "resolutions": {
99
+ "@react-native-picker/picker": "2.11.1",
100
+ "react-native-safe-area-context": "5.6.1"
96
101
  },
97
102
  "expo": {
98
103
  "doctor": {