@tactics/toddle-styleguide 3.0.4 → 4.0.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.
- package/app.json +4 -1
- package/package.json +21 -20
package/app.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tactics/toddle-styleguide",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"main": "index.tsx",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"prepublish": "tsc",
|
|
@@ -19,10 +19,11 @@
|
|
|
19
19
|
"packageManager": "yarn@3.3.1",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@callstack/react-theme-provider": "^3.0.8",
|
|
22
|
-
"@expo/config-plugins": "~7.
|
|
23
|
-
"@expo/
|
|
22
|
+
"@expo/config-plugins": "~7.8.0",
|
|
23
|
+
"@expo/metro-runtime": "~3.1.3",
|
|
24
|
+
"@expo/webpack-config": "~19.0.1",
|
|
24
25
|
"@miblanchard/react-native-slider": "^2.3.1",
|
|
25
|
-
"@react-native-picker/picker": "2.
|
|
26
|
+
"@react-native-picker/picker": "2.6.1",
|
|
26
27
|
"@react-navigation/bottom-tabs": "^6.5.8",
|
|
27
28
|
"@react-navigation/drawer": "^6.6.3",
|
|
28
29
|
"@react-navigation/native": "^6.1.7",
|
|
@@ -32,28 +33,28 @@
|
|
|
32
33
|
"@testing-library/react-native": "^12.1.2",
|
|
33
34
|
"@types/luxon": "^3.3.0",
|
|
34
35
|
"@types/xdate": "^0.8.32",
|
|
35
|
-
"expo": "^
|
|
36
|
-
"expo-font": "~11.
|
|
37
|
-
"expo-haptics": "~12.
|
|
38
|
-
"expo-linear-gradient": "~12.
|
|
39
|
-
"expo-status-bar": "~1.
|
|
36
|
+
"expo": "^50.0.0",
|
|
37
|
+
"expo-font": "~11.10.3",
|
|
38
|
+
"expo-haptics": "~12.8.1",
|
|
39
|
+
"expo-linear-gradient": "~12.7.2",
|
|
40
|
+
"expo-status-bar": "~1.11.1",
|
|
40
41
|
"intl": "^1.2.5",
|
|
41
42
|
"jsc-android": "^250231.0.0",
|
|
42
43
|
"lottie-ios": "4.2.0",
|
|
43
|
-
"lottie-react-native": "5.1
|
|
44
|
+
"lottie-react-native": "6.5.1",
|
|
44
45
|
"luxon": "^3.3.0",
|
|
45
46
|
"react": "18.2.0",
|
|
46
47
|
"react-dom": "18.2.0",
|
|
47
|
-
"react-native": "0.
|
|
48
|
+
"react-native": "0.73.6",
|
|
48
49
|
"react-native-calendar-strip": "^2.2.6",
|
|
49
50
|
"react-native-calendars": "^1.1299.0",
|
|
50
|
-
"react-native-gesture-handler": "~2.
|
|
51
|
-
"react-native-pager-view": "6.2.
|
|
51
|
+
"react-native-gesture-handler": "~2.14.0",
|
|
52
|
+
"react-native-pager-view": "6.2.3",
|
|
52
53
|
"react-native-picker-select": "^8.0.4",
|
|
53
|
-
"react-native-reanimated": "~3.
|
|
54
|
-
"react-native-safe-area-context": "4.
|
|
55
|
-
"react-native-screens": "~3.
|
|
56
|
-
"react-native-svg": "
|
|
54
|
+
"react-native-reanimated": "~3.6.2",
|
|
55
|
+
"react-native-safe-area-context": "4.8.2",
|
|
56
|
+
"react-native-screens": "~3.29.0",
|
|
57
|
+
"react-native-svg": "14.1.0",
|
|
57
58
|
"react-native-swipe-gestures": "^1.0.5",
|
|
58
59
|
"react-native-web": "~0.19.6",
|
|
59
60
|
"react-native-wheel-picker-expo": "^0.5.4",
|
|
@@ -66,14 +67,14 @@
|
|
|
66
67
|
"@types/jest": "^29.5.2",
|
|
67
68
|
"@types/luxon": "^3.3.0",
|
|
68
69
|
"@types/node": "^20.3.1",
|
|
69
|
-
"@types/react": "~18.2.
|
|
70
|
+
"@types/react": "~18.2.45",
|
|
70
71
|
"@types/react-dom": "~18.0.10",
|
|
71
72
|
"@types/react-test-renderer": "^18.0.0",
|
|
72
73
|
"jest": "^29.5.0",
|
|
73
|
-
"jest-expo": "
|
|
74
|
+
"jest-expo": "~50.0.4",
|
|
74
75
|
"prettier": "2.8.8",
|
|
75
76
|
"ts-jest": "^29.1.0",
|
|
76
77
|
"ts-node": "^10.9.1",
|
|
77
|
-
"typescript": "^5.
|
|
78
|
+
"typescript": "^5.3.0"
|
|
78
79
|
}
|
|
79
80
|
}
|