@sleeperhq/mini-core 5.1.1 → 5.1.4

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 (2) hide show
  1. package/mini_packages.json +11 -10
  2. package/package.json +7 -6
@@ -14,13 +14,13 @@
14
14
  "@react-native-vector-icons/common": "11.0.0",
15
15
  "@react-native-vector-icons/fontawesome6": "6.7.1",
16
16
  "@react-native-vector-icons/ionicons": "7.4.0",
17
- "@react-navigation/bottom-tabs": "7.8.5",
18
- "@react-navigation/drawer": "7.7.3",
19
- "@react-navigation/elements": "2.8.2",
20
- "@react-navigation/native": "7.1.20",
21
- "@react-navigation/stack": "7.6.4",
17
+ "@react-navigation/bottom-tabs": "7.9.0",
18
+ "@react-navigation/drawer": "7.7.10",
19
+ "@react-navigation/elements": "2.9.3",
20
+ "@react-navigation/native": "7.1.26",
21
+ "@react-navigation/stack": "7.6.13",
22
22
  "@shopify/flash-list": "2.2.0",
23
- "@sleeperhq/mini-core": "5.1.1",
23
+ "@sleeperhq/mini-core": "5.1.4",
24
24
  "amazon-cognito-identity-js": "6.3.2",
25
25
  "crypto-js": "3.3.0",
26
26
  "decimal.js-light": "2.5.1",
@@ -29,7 +29,7 @@
29
29
  "path": "0.12.7",
30
30
  "react": "19.2.0",
31
31
  "react-freeze": "1.0.4",
32
- "react-native": "0.83.0",
32
+ "react-native": "0.83.1",
33
33
  "react-native-action-sheet": "2.2.0",
34
34
  "react-native-animatable": "1.3.3",
35
35
  "react-native-check-version": "1.0.20",
@@ -46,7 +46,7 @@
46
46
  "react-native-dropdownalert": "4.3.0",
47
47
  "react-native-emoji-rain": "0.0.1",
48
48
  "react-native-fs": "2.18.0",
49
- "react-native-gesture-handler": "2.28.0",
49
+ "react-native-gesture-handler": "2.30.0",
50
50
  "react-native-google-places-autocomplete": "2.4.1",
51
51
  "react-native-haptic-feedback": "2.3.3",
52
52
  "react-native-image-crop-picker": "0.51.0",
@@ -66,10 +66,10 @@
66
66
  "react-native-popup-menu": "0.18.0",
67
67
  "react-native-progress": "4.1.2",
68
68
  "react-native-qrcode-svg": "6.1.1",
69
- "react-native-reanimated": "4.1.5",
69
+ "react-native-reanimated": "4.2.1",
70
70
  "react-native-redash": "18.1.0",
71
71
  "react-native-safe-area-context": "5.5.2",
72
- "react-native-screens": "4.16.0",
72
+ "react-native-screens": "4.19.0",
73
73
  "react-native-section-list-get-item-layout": "2.2.3",
74
74
  "react-native-shake": "6.8.1",
75
75
  "react-native-share": "12.0.5",
@@ -89,6 +89,7 @@
89
89
  "react-native-view-shot": "3.7.0",
90
90
  "react-native-webview": "13.16.0",
91
91
  "react-native-webp-format": "1.1.2",
92
+ "react-native-worklets": "0.7.1",
92
93
  "regenerator-runtime": "0.13.11",
93
94
  "recyclerlistview": "4.2.0",
94
95
  "rn-prompt": "1.0.4"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sleeperhq/mini-core",
3
- "version": "5.1.1",
3
+ "version": "5.1.4",
4
4
  "description": "Core library frameworks for developing Sleeper Mini Apps.",
5
5
  "main": "index.ts",
6
6
  "types": "index.d.ts",
@@ -50,9 +50,10 @@
50
50
  "axios": "0.15.3",
51
51
  "babel-loader": "9.1.3",
52
52
  "react-native-linear-gradient": "2.8.3",
53
- "react-native-reanimated": "4.1.5",
53
+ "react-native-reanimated": "4.2.0",
54
54
  "react-native-rename": "blitzstudios/react-native-rename.git#react-native-rename-v1.0.0-gitpkg",
55
55
  "react-native-turbo-image": "blitzstudios/react-native-turbo-image.git#react-native-turbo-image-v1.0.10-gitpkg",
56
+ "react-native-worklets": "0.7.1",
56
57
  "regenerator-runtime": "0.13.11",
57
58
  "rx": "4.1.0",
58
59
  "string-replace-loader": "3.1.0",
@@ -61,15 +62,15 @@
61
62
  },
62
63
  "peerDependencies": {
63
64
  "react": "19.2.0",
64
- "react-native": "0.83.0",
65
+ "react-native": "0.83.1",
65
66
  "react-native-svg": "15.15.0"
66
67
  },
67
68
  "devDependencies": {
68
69
  "@babel/core": "7.26.0",
69
70
  "@babel/preset-typescript": "7.26.0",
70
- "@react-native/babel-preset": "0.83.0",
71
- "@react-native/eslint-config": "0.83.0",
72
- "@react-native/typescript-config": "0.83.0",
71
+ "@react-native/babel-preset": "0.83.1",
72
+ "@react-native/eslint-config": "0.83.1",
73
+ "@react-native/typescript-config": "0.83.1",
73
74
  "@types/react": "19.2.0",
74
75
  "@typescript-eslint/eslint-plugin": "5.62.0",
75
76
  "@typescript-eslint/parser": "5.62.0",