@prototyp/skeletor 1.0.16 → 1.0.18
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/README.md +1 -0
- package/lib/module/components/Block/Block.js +25 -7
- package/lib/module/components/Block/Block.js.map +1 -1
- package/lib/module/components/Block/index.js.map +1 -1
- package/lib/module/components/InputFocusScrollView/InputFocusScrollView.js.map +1 -1
- package/lib/module/components/InputFocusScrollView/index.js.map +1 -1
- package/lib/module/components/Screen/Screen.js.map +1 -1
- package/lib/module/components/Screen/index.js.map +1 -1
- package/lib/module/components/SkeletorProvider/SkeletorContext.js.map +1 -1
- package/lib/module/components/SkeletorProvider/SkeletorProvider.js.map +1 -1
- package/lib/module/components/SkeletorProvider/index.js.map +1 -1
- package/lib/module/components/Text/Text.js +7 -8
- package/lib/module/components/Text/Text.js.map +1 -1
- package/lib/module/components/Text/index.js.map +1 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/skeleform/package.json +2 -7
- package/lib/module/hooks/skeleform/src/index.js +6 -2
- package/lib/module/hooks/skeleform/src/index.js.map +1 -1
- package/lib/module/hooks/useAndroidBackHandler.js.map +1 -1
- package/lib/module/hooks/useAnimation.js.map +1 -1
- package/lib/module/hooks/useAnimationTimeline.js.map +1 -1
- package/lib/module/hooks/useAppState.js.map +1 -1
- package/lib/module/hooks/useSkeletor.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/models/Alignment.js.map +1 -1
- package/lib/module/models/Animation.js.map +1 -1
- package/lib/module/models/Border.js.map +1 -1
- package/lib/module/models/Flex.js.map +1 -1
- package/lib/module/models/Position.js.map +1 -1
- package/lib/module/models/Size.js.map +1 -1
- package/lib/module/models/SkeletorConfig.js.map +1 -1
- package/lib/module/models/Spacing.js.map +1 -1
- package/lib/module/models/index.js.map +1 -1
- package/lib/module/types/Font.d.js.map +1 -1
- package/lib/module/utils/animations.js +4 -2
- package/lib/module/utils/animations.js.map +1 -1
- package/lib/module/utils/extractAlignmentProperties.js.map +1 -1
- package/lib/module/utils/extractAnimationProperties.js +7 -1
- package/lib/module/utils/extractAnimationProperties.js.map +1 -1
- package/lib/module/utils/extractFlexProperties.js.map +1 -1
- package/lib/module/utils/extractGapProperties.js.map +1 -1
- package/lib/module/utils/extractPositionProperties.js.map +1 -1
- package/lib/module/utils/extractSizeProperties.js.map +1 -1
- package/lib/module/utils/index.js.map +1 -1
- package/lib/typescript/components/Block/Block.d.ts +9 -9
- package/lib/typescript/components/Block/Block.d.ts.map +1 -1
- package/lib/typescript/components/InputFocusScrollView/InputFocusScrollView.d.ts +2 -2
- package/lib/typescript/components/InputFocusScrollView/InputFocusScrollView.d.ts.map +1 -1
- package/lib/typescript/components/Screen/Screen.d.ts +4 -4
- package/lib/typescript/components/Screen/Screen.d.ts.map +1 -1
- package/lib/typescript/components/SkeletorProvider/SkeletorContext.d.ts +1 -1
- package/lib/typescript/components/SkeletorProvider/SkeletorContext.d.ts.map +1 -1
- package/lib/typescript/components/SkeletorProvider/SkeletorProvider.d.ts +3 -3
- package/lib/typescript/components/SkeletorProvider/SkeletorProvider.d.ts.map +1 -1
- package/lib/typescript/components/Text/Text.d.ts +4 -4
- package/lib/typescript/components/Text/Text.d.ts.map +1 -1
- package/lib/typescript/hooks/skeleform/src/index.d.ts +4 -4
- package/lib/typescript/hooks/skeleform/src/index.d.ts.map +1 -1
- package/lib/typescript/hooks/useAndroidBackHandler.d.ts +1 -1
- package/lib/typescript/hooks/useAndroidBackHandler.d.ts.map +1 -1
- package/lib/typescript/hooks/useAnimation.d.ts +3 -3
- package/lib/typescript/hooks/useAnimation.d.ts.map +1 -1
- package/lib/typescript/hooks/useAnimationTimeline.d.ts +3 -3
- package/lib/typescript/hooks/useAnimationTimeline.d.ts.map +1 -1
- package/lib/typescript/hooks/useSkeletor.d.ts +1 -1
- package/lib/typescript/hooks/useSkeletor.d.ts.map +1 -1
- package/lib/typescript/models/Alignment.d.ts +1 -1
- package/lib/typescript/models/Alignment.d.ts.map +1 -1
- package/lib/typescript/models/Animation.d.ts +17 -16
- package/lib/typescript/models/Animation.d.ts.map +1 -1
- package/lib/typescript/models/Border.d.ts +3 -3
- package/lib/typescript/models/Border.d.ts.map +1 -1
- package/lib/typescript/models/Flex.d.ts +4 -4
- package/lib/typescript/models/Flex.d.ts.map +1 -1
- package/lib/typescript/models/Position.d.ts +2 -2
- package/lib/typescript/models/Position.d.ts.map +1 -1
- package/lib/typescript/models/Size.d.ts +1 -1
- package/lib/typescript/models/Size.d.ts.map +1 -1
- package/lib/typescript/models/Spacing.d.ts +6 -6
- package/lib/typescript/models/Spacing.d.ts.map +1 -1
- package/lib/typescript/utils/animations.d.ts +6 -6
- package/lib/typescript/utils/animations.d.ts.map +1 -1
- package/lib/typescript/utils/extractAlignmentProperties.d.ts +3 -3
- package/lib/typescript/utils/extractAlignmentProperties.d.ts.map +1 -1
- package/lib/typescript/utils/extractAnimationProperties.d.ts +5 -103
- package/lib/typescript/utils/extractAnimationProperties.d.ts.map +1 -1
- package/lib/typescript/utils/extractFlexProperties.d.ts +1 -1
- package/lib/typescript/utils/extractFlexProperties.d.ts.map +1 -1
- package/lib/typescript/utils/extractGapProperties.d.ts +2 -2
- package/lib/typescript/utils/extractGapProperties.d.ts.map +1 -1
- package/lib/typescript/utils/extractPositionProperties.d.ts +3 -3
- package/lib/typescript/utils/extractPositionProperties.d.ts.map +1 -1
- package/lib/typescript/utils/extractSizeProperties.d.ts +1 -1
- package/lib/typescript/utils/extractSizeProperties.d.ts.map +1 -1
- package/package.json +6 -21
|
@@ -1,104 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
borderBlockStartColor?: import("react-native/types").Animated.AnimatedInterpolation<string | number> | import("react-native/types").ColorValue | undefined;
|
|
7
|
-
borderBottomColor?: import("react-native/types").Animated.AnimatedInterpolation<string | number> | import("react-native/types").ColorValue | undefined;
|
|
8
|
-
borderColor?: import("react-native/types").Animated.AnimatedInterpolation<string | number> | import("react-native/types").ColorValue | undefined;
|
|
9
|
-
borderEndColor?: import("react-native/types").Animated.AnimatedInterpolation<string | number> | import("react-native/types").ColorValue | undefined;
|
|
10
|
-
borderLeftColor?: import("react-native/types").Animated.AnimatedInterpolation<string | number> | import("react-native/types").ColorValue | undefined;
|
|
11
|
-
borderRightColor?: import("react-native/types").Animated.AnimatedInterpolation<string | number> | import("react-native/types").ColorValue | undefined;
|
|
12
|
-
borderStartColor?: import("react-native/types").Animated.AnimatedInterpolation<string | number> | import("react-native/types").ColorValue | undefined;
|
|
13
|
-
borderTopColor?: import("react-native/types").Animated.AnimatedInterpolation<string | number> | import("react-native/types").ColorValue | undefined;
|
|
14
|
-
shadowColor?: import("react-native/types").Animated.AnimatedInterpolation<string | number> | import("react-native/types").ColorValue | undefined;
|
|
15
|
-
alignItems?: import("react-native/types").FlexAlignType | undefined;
|
|
16
|
-
alignSelf?: import("react-native/types").FlexAlignType | "auto" | undefined;
|
|
17
|
-
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
18
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
19
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
20
|
-
borderBottomEndRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
21
|
-
borderBottomLeftRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
22
|
-
borderBottomRightRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
23
|
-
borderBottomStartRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
24
|
-
borderCurve?: "circular" | "continuous" | undefined;
|
|
25
|
-
borderEndEndRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
26
|
-
borderEndStartRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
27
|
-
borderRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
28
|
-
borderStartEndRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
29
|
-
borderStartStartRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
30
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
31
|
-
borderTopEndRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
32
|
-
borderTopLeftRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
33
|
-
borderTopRightRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
34
|
-
borderTopStartRadius?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
35
|
-
opacity?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
36
|
-
elevation?: number | undefined;
|
|
37
|
-
pointerEvents?: "auto" | "box-none" | "none" | "box-only" | undefined;
|
|
38
|
-
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
39
|
-
aspectRatio?: string | number | undefined;
|
|
40
|
-
borderBottomWidth?: number | undefined;
|
|
41
|
-
borderEndWidth?: number | undefined;
|
|
42
|
-
borderLeftWidth?: number | undefined;
|
|
43
|
-
borderRightWidth?: number | undefined;
|
|
44
|
-
borderStartWidth?: number | undefined;
|
|
45
|
-
borderTopWidth?: number | undefined;
|
|
46
|
-
borderWidth?: number | undefined;
|
|
47
|
-
bottom?: import("react-native/types").DimensionValue | undefined;
|
|
48
|
-
display?: "flex" | "none" | undefined;
|
|
49
|
-
end?: import("react-native/types").DimensionValue | undefined;
|
|
50
|
-
flex?: number | undefined;
|
|
51
|
-
flexBasis?: import("react-native/types").DimensionValue | undefined;
|
|
52
|
-
rowGap?: number | undefined;
|
|
53
|
-
gap?: number | undefined;
|
|
54
|
-
columnGap?: number | undefined;
|
|
55
|
-
flexGrow?: number | undefined;
|
|
56
|
-
flexShrink?: number | undefined;
|
|
57
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
58
|
-
height?: import("react-native/types").DimensionValue | undefined;
|
|
59
|
-
left?: import("react-native/types").DimensionValue | undefined;
|
|
60
|
-
margin?: import("react-native/types").DimensionValue | undefined;
|
|
61
|
-
marginBottom?: import("react-native/types").DimensionValue | undefined;
|
|
62
|
-
marginEnd?: import("react-native/types").DimensionValue | undefined;
|
|
63
|
-
marginHorizontal?: import("react-native/types").DimensionValue | undefined;
|
|
64
|
-
marginLeft?: import("react-native/types").DimensionValue | undefined;
|
|
65
|
-
marginRight?: import("react-native/types").DimensionValue | undefined;
|
|
66
|
-
marginStart?: import("react-native/types").DimensionValue | undefined;
|
|
67
|
-
marginTop?: import("react-native/types").DimensionValue | undefined;
|
|
68
|
-
marginVertical?: import("react-native/types").DimensionValue | undefined;
|
|
69
|
-
maxHeight?: import("react-native/types").DimensionValue | undefined;
|
|
70
|
-
maxWidth?: import("react-native/types").DimensionValue | undefined;
|
|
71
|
-
minHeight?: import("react-native/types").DimensionValue | undefined;
|
|
72
|
-
minWidth?: import("react-native/types").DimensionValue | undefined;
|
|
73
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
74
|
-
padding?: import("react-native/types").DimensionValue | undefined;
|
|
75
|
-
paddingBottom?: import("react-native/types").DimensionValue | undefined;
|
|
76
|
-
paddingEnd?: import("react-native/types").DimensionValue | undefined;
|
|
77
|
-
paddingHorizontal?: import("react-native/types").DimensionValue | undefined;
|
|
78
|
-
paddingLeft?: import("react-native/types").DimensionValue | undefined;
|
|
79
|
-
paddingRight?: import("react-native/types").DimensionValue | undefined;
|
|
80
|
-
paddingStart?: import("react-native/types").DimensionValue | undefined;
|
|
81
|
-
paddingTop?: import("react-native/types").DimensionValue | undefined;
|
|
82
|
-
paddingVertical?: import("react-native/types").DimensionValue | undefined;
|
|
83
|
-
position?: "absolute" | "relative" | undefined;
|
|
84
|
-
right?: import("react-native/types").DimensionValue | undefined;
|
|
85
|
-
start?: import("react-native/types").DimensionValue | undefined;
|
|
86
|
-
top?: import("react-native/types").DimensionValue | undefined;
|
|
87
|
-
width?: import("react-native/types").DimensionValue | undefined;
|
|
88
|
-
zIndex?: number | undefined;
|
|
89
|
-
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
90
|
-
shadowOffset?: Readonly<{
|
|
91
|
-
width: number;
|
|
92
|
-
height: number;
|
|
93
|
-
}> | undefined;
|
|
94
|
-
shadowOpacity?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
95
|
-
shadowRadius?: number | undefined;
|
|
96
|
-
transform?: string | (import("react-native/types").PerpectiveTransform | import("react-native/types").RotateTransform | import("react-native/types").RotateXTransform | import("react-native/types").RotateYTransform | import("react-native/types").RotateZTransform | import("react-native/types").ScaleTransform | import("react-native/types").ScaleXTransform | import("react-native/types").ScaleYTransform | import("react-native/types").TranslateXTransform | import("react-native/types").TranslateYTransform | import("react-native/types").SkewXTransform | import("react-native/types").SkewYTransform | import("react-native/types").MatrixTransform)[] | undefined;
|
|
97
|
-
transformMatrix?: number[] | undefined;
|
|
98
|
-
rotation?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
99
|
-
scaleX?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
100
|
-
scaleY?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
101
|
-
translateX?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
102
|
-
translateY?: import("react-native/types").AnimatableNumericValue | undefined;
|
|
103
|
-
} | undefined;
|
|
1
|
+
import type { AnimationViewStyle, ViewAnimation } from "models";
|
|
2
|
+
import type { TransformsStyle } from "react-native";
|
|
3
|
+
export declare function extractAnimationProperties<Keys extends keyof AnimationViewStyle>(props: ViewAnimation<Keys> | undefined): (ViewAnimation<Keys> & {
|
|
4
|
+
transform?: TransformsStyle["transform"];
|
|
5
|
+
}) | undefined;
|
|
104
6
|
//# sourceMappingURL=extractAnimationProperties.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extractAnimationProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractAnimationProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"extractAnimationProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractAnimationProperties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAepD,wBAAgB,0BAA0B,CACxC,IAAI,SAAS,MAAM,kBAAkB,EACrC,KAAK,EAAE,aAAa,CAAC,IAAI,CAAC,GAAG,SAAS;gBAIxB,eAAe,CAAC,WAAW,CAAC;eAyC3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extractFlexProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractFlexProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"extractFlexProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractFlexProperties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAEnD,wBAAgB,qBAAqB,CAAC,KAAK,SAAS,IAAI,EACtD,KAAK,EAAE,KAAK,GACX,cAAc,CAkBhB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Spacing } from "models";
|
|
2
|
-
import { ViewStyle } from "react-native";
|
|
1
|
+
import type { Spacing } from "models";
|
|
2
|
+
import type { ViewStyle } from "react-native";
|
|
3
3
|
export declare function extractGapProperties<Props extends Spacing>(props: Props): {
|
|
4
4
|
gap?: ViewStyle["gap"];
|
|
5
5
|
columnGap?: ViewStyle["columnGap"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extractGapProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractGapProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"extractGapProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractGapProperties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AACtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,wBAAgB,oBAAoB,CAAC,KAAK,SAAS,OAAO,EACxD,KAAK,EAAE,KAAK,GACX;IACD,GAAG,CAAC,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IACnC,MAAM,CAAC,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;CAC9B,CAqBA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Position } from "models";
|
|
2
|
-
import { ViewStyle } from "react-native";
|
|
3
|
-
|
|
1
|
+
import type { Position } from "models";
|
|
2
|
+
import type { ViewStyle } from "react-native";
|
|
3
|
+
type ReturnProps = {
|
|
4
4
|
position: ViewStyle["position"];
|
|
5
5
|
zIndex: ViewStyle["zIndex"];
|
|
6
6
|
top: ViewStyle["top"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extractPositionProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractPositionProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"extractPositionProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractPositionProperties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAChC,MAAM,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;IAC5B,GAAG,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;IACtB,KAAK,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC1B,MAAM,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;IAC5B,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;CACzB,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,KAAK,SAAS,QAAQ,EAC9D,KAAK,EAAE,KAAK,GACX,WAAW,CAmBb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extractSizeProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractSizeProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"extractSizeProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractSizeProperties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC,wBAAgB,qBAAqB,CAAC,KAAK,SAAS,IAAI,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAS5E"}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"Luka Buljan <luka@prototyp.digital>",
|
|
7
7
|
"Vlatko Vlahek <vlatko@prototyp.digital>"
|
|
8
8
|
],
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.18",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"types": "lib/typescript/index.d.ts",
|
|
12
12
|
"main": "lib/module/index.js",
|
|
@@ -21,24 +21,18 @@
|
|
|
21
21
|
"prepack": "bob build"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
+
"@biomejs/biome": "1.8.1",
|
|
24
25
|
"@react-native-community/eslint-config": "3.2.0",
|
|
25
26
|
"@react-native/eslint-config": "^0.72.2",
|
|
26
27
|
"@react-native/metro-config": "^0.72.9",
|
|
27
28
|
"@tsconfig/react-native": "^3.0.0",
|
|
28
29
|
"@types/jest": "29.4.0",
|
|
29
30
|
"@types/react": "^18.0.24",
|
|
30
|
-
"@typescript-eslint/parser": "^6.13.2",
|
|
31
|
-
"eslint": "8.55.0",
|
|
32
|
-
"eslint-plugin-import": "2.29.0",
|
|
33
|
-
"eslint-plugin-prettier": "^5.0.1",
|
|
34
|
-
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
35
|
-
"eslint-plugin-unused-imports": "3.0.0",
|
|
36
31
|
"jest": "29.4.2",
|
|
37
|
-
"prettier": "^3.1.1",
|
|
38
32
|
"react": "^18.2.0",
|
|
39
33
|
"react-native": "^0.72.0",
|
|
40
34
|
"react-native-builder-bob": "0.20.3",
|
|
41
|
-
"typescript": "4.
|
|
35
|
+
"typescript": "5.4.5"
|
|
42
36
|
},
|
|
43
37
|
"peerDependencies": {
|
|
44
38
|
"react": ">=16",
|
|
@@ -60,19 +54,10 @@
|
|
|
60
54
|
"utilities",
|
|
61
55
|
"utils"
|
|
62
56
|
],
|
|
63
|
-
"files": [
|
|
64
|
-
"lib"
|
|
65
|
-
],
|
|
57
|
+
"files": ["lib"],
|
|
66
58
|
"react-native-builder-bob": {
|
|
67
59
|
"source": "src",
|
|
68
60
|
"output": "lib",
|
|
69
|
-
"targets": [
|
|
70
|
-
|
|
71
|
-
"typescript"
|
|
72
|
-
]
|
|
73
|
-
},
|
|
74
|
-
"eslintIgnore": [
|
|
75
|
-
"node_modules/",
|
|
76
|
-
"lib/"
|
|
77
|
-
]
|
|
61
|
+
"targets": ["module", "typescript"]
|
|
62
|
+
}
|
|
78
63
|
}
|