@sleeperhq/mini-core 4.0.4 → 4.0.6
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/mini_packages.json +4 -5
- package/package.json +9 -8
- package/webpack.config.js +0 -1
package/mini_packages.json
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
"packages": {
|
|
3
3
|
"@babel/runtime": "7.26.0",
|
|
4
4
|
"@babel/plugin-transform-runtime": "7.25.9",
|
|
5
|
-
"@mattermost/react-native-paste-input": "0.8.1",
|
|
6
5
|
"@notifee/react-native": "7.8.0",
|
|
7
6
|
"@ptomasroos/react-native-multi-slider": "2.2.2",
|
|
8
7
|
"@react-native-camera-roll/camera-roll": "5.2.0",
|
|
@@ -19,7 +18,7 @@
|
|
|
19
18
|
"@react-navigation/native": "6.1.17",
|
|
20
19
|
"@react-navigation/stack": "6.4.0",
|
|
21
20
|
"@shopify/flash-list": "1.7.6",
|
|
22
|
-
"@sleeperhq/mini-core": "4.0.
|
|
21
|
+
"@sleeperhq/mini-core": "4.0.6",
|
|
23
22
|
"amazon-cognito-identity-js": "6.3.2",
|
|
24
23
|
"crypto-js": "3.3.0",
|
|
25
24
|
"decimal.js-light": "2.5.1",
|
|
@@ -28,7 +27,7 @@
|
|
|
28
27
|
"path": "0.12.7",
|
|
29
28
|
"react": "18.3.1",
|
|
30
29
|
"react-freeze": "1.0.4",
|
|
31
|
-
"react-native": "0.77.
|
|
30
|
+
"react-native": "0.77.3",
|
|
32
31
|
"react-native-action-sheet": "2.2.0",
|
|
33
32
|
"react-native-animatable": "1.3.3",
|
|
34
33
|
"react-native-check-version": "1.0.20",
|
|
@@ -65,7 +64,7 @@
|
|
|
65
64
|
"react-native-popup-menu": "0.17.0",
|
|
66
65
|
"react-native-progress": "4.1.2",
|
|
67
66
|
"react-native-qrcode-svg": "6.1.1",
|
|
68
|
-
"react-native-reanimated": "3.17.
|
|
67
|
+
"react-native-reanimated": "3.17.5",
|
|
69
68
|
"react-native-redash": "18.1.0",
|
|
70
69
|
"react-native-safe-area-context": "5.1.0",
|
|
71
70
|
"react-native-screens": "4.8.0",
|
|
@@ -95,7 +94,7 @@
|
|
|
95
94
|
"rn-prompt": "1.0.4"
|
|
96
95
|
},
|
|
97
96
|
"overrides": {
|
|
98
|
-
"@callstack/repack": "5.0
|
|
97
|
+
"@callstack/repack": "5.1.0",
|
|
99
98
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
100
99
|
"@react-native-community/audio-toolkit": "2.0.3",
|
|
101
100
|
"react-native-chart-kit": "6.7.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sleeperhq/mini-core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "Core library frameworks for developing Sleeper Mini Apps.",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -36,8 +36,9 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@babel/plugin-transform-runtime": "7.25.9",
|
|
38
38
|
"@babel/runtime": "7.26.0",
|
|
39
|
-
"@callstack/repack": "blitzstudios/repack.git#callstack-repack-v5.0
|
|
39
|
+
"@callstack/repack": "blitzstudios/repack.git#callstack-repack-v5.1.0-gitpkg",
|
|
40
40
|
"@callstack/repack-plugin-reanimated": "5.1.1",
|
|
41
|
+
"@module-federation/enhanced": "0.14.3",
|
|
41
42
|
"@react-native-community/cli": "15.0.1",
|
|
42
43
|
"@react-native-community/cli-platform-android": "15.0.1",
|
|
43
44
|
"@react-native-community/cli-platform-apple": "15.0.1",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"babel-loader": "9.1.3",
|
|
51
52
|
"react-native-fast-image": "https://github.com/blitzstudios/react-native-fast-image.git#release/1.4",
|
|
52
53
|
"react-native-linear-gradient": "2.8.3",
|
|
53
|
-
"react-native-reanimated": "3.17.
|
|
54
|
+
"react-native-reanimated": "3.17.5",
|
|
54
55
|
"react-native-rename": "blitzstudios/react-native-rename.git#react-native-rename-v3.2.17-gitpkg",
|
|
55
56
|
"react-native-turbo-image": "1.22.3",
|
|
56
57
|
"regenerator-runtime": "0.13.11",
|
|
@@ -61,15 +62,15 @@
|
|
|
61
62
|
},
|
|
62
63
|
"peerDependencies": {
|
|
63
64
|
"react": "18.3.1",
|
|
64
|
-
"react-native": "0.77.
|
|
65
|
+
"react-native": "0.77.3",
|
|
65
66
|
"react-native-svg": "15.11.2"
|
|
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.77.
|
|
71
|
-
"@react-native/eslint-config": "0.77.
|
|
72
|
-
"@react-native/typescript-config": "0.77.
|
|
71
|
+
"@react-native/babel-preset": "0.77.3",
|
|
72
|
+
"@react-native/eslint-config": "0.77.3",
|
|
73
|
+
"@react-native/typescript-config": "0.77.3",
|
|
73
74
|
"@types/react": "18.2.31",
|
|
74
75
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
75
76
|
"@typescript-eslint/parser": "5.62.0",
|
|
@@ -83,6 +84,6 @@
|
|
|
83
84
|
"preset": "react-native"
|
|
84
85
|
},
|
|
85
86
|
"engines": {
|
|
86
|
-
"node": "20.
|
|
87
|
+
"node": "20.19.0"
|
|
87
88
|
}
|
|
88
89
|
}
|
package/webpack.config.js
CHANGED