@hero-design/rn 7.14.1 → 7.14.3-alpha
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/.turbo/turbo-build.log +1 -9
- package/.turbo/turbo-build:types.log +2 -0
- package/.turbo/turbo-lint.log +2 -0
- package/.turbo/turbo-publish:npm.log +9 -0
- package/.turbo/turbo-test.log +361 -0
- package/.turbo/turbo-type-check.log +2 -0
- package/es/index.js +1103 -20310
- package/lib/assets/fonts/hero-icons.ttf +0 -0
- package/lib/index.d.ts +4631 -0
- package/lib/index.js +1107 -20317
- package/lib/index.js.flow +7684 -0
- package/package.json +2 -2
- package/rollup.config.js +1 -0
- package/src/components/DatePicker/DatePickerAndroid.tsx +2 -0
- package/src/components/DatePicker/DatePickerIOS.tsx +2 -0
- package/src/components/DatePicker/__tests__/DatePickerAndroid.spec.tsx +14 -0
- package/src/components/DatePicker/__tests__/DatePickerIOS.spec.tsx +14 -0
- package/src/components/DatePicker/types.ts +4 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +272 -266
- package/src/components/Select/MultiSelect/index.tsx +22 -11
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +272 -266
- package/src/components/Select/SingleSelect/index.tsx +22 -11
- package/src/components/Select/index.tsx +4 -2
- package/src/components/Select/types.tsx +7 -2
- package/src/components/TextInput/__tests__/.log/ti-10343.log +62 -0
- package/src/components/TextInput/__tests__/.log/ti-20729.log +67 -0
- package/src/components/TextInput/__tests__/.log/tsserver.log +6498 -0
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/TextInput/index.tsx +3 -1
- package/src/components/TimePicker/TimePickerAndroid.tsx +2 -0
- package/src/components/TimePicker/TimePickerIOS.tsx +2 -0
- package/src/components/TimePicker/__tests__/TimePickerAndroid.spec.tsx +14 -0
- package/src/components/TimePicker/__tests__/TimePickerIOS.spec.tsx +14 -0
- package/src/components/TimePicker/types.ts +4 -0
- package/src/types.ts +3 -0
- package/types/components/Accordion/index.d.ts +5 -2
- package/types/components/ContentNavigator/index.d.ts +1 -5
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/SectionHeading/index.d.ts +2 -2
- package/types/components/Typography/Text/StyledText.d.ts +1 -1
- package/types/components/Typography/Text/index.d.ts +1 -1
- package/types/index.d.ts +1 -4
- package/types/index.js.flow +7683 -0
- package/types/theme/components/typography.d.ts +0 -1
- package/types/theme/index.d.ts +0 -6
- package/types/components/Badge/StyledBadge.d.ts +0 -27
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -46
- package/types/components/Calendar/CalendarRowItem.d.ts +0 -10
- package/types/components/Calendar/StyledCalendar.d.ts +0 -54
- package/types/components/Calendar/__tests__/CalendarRowItem.spec.d.ts +0 -1
- package/types/components/Calendar/__tests__/helper.spec.d.ts +0 -1
- package/types/components/Calendar/__tests__/index.spec.d.ts +0 -1
- package/types/components/Calendar/helpers.d.ts +0 -3
- package/types/components/Calendar/index.d.ts +0 -40
- package/types/components/Collapse/StyledCollapse.d.ts +0 -25
- package/types/components/Drawer/StyledDrawer.d.ts +0 -24
- package/types/components/Empty/StyledEmpty.d.ts +0 -31
- package/types/components/Empty/__tests__/index.spec.d.ts +0 -1
- package/types/components/Empty/index.d.ts +0 -26
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -29
- package/types/components/Progress/StyledProgressBar.d.ts +0 -17
- package/types/components/RichTextEditor/EditorEvent.d.ts +0 -3
- package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -17
- package/types/components/RichTextEditor/MentionList.d.ts +0 -12
- package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -65
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -16
- package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -21
- package/types/components/RichTextEditor/__tests__/EditorToolbar.spec.d.ts +0 -1
- package/types/components/RichTextEditor/__tests__/MentionList.spec.d.ts +0 -1
- package/types/components/RichTextEditor/__tests__/RichTextEditor.spec.d.ts +0 -1
- package/types/components/RichTextEditor/constants.d.ts +0 -19
- package/types/components/RichTextEditor/index.d.ts +0 -5
- package/types/components/RichTextEditor/utils/events.d.ts +0 -8
- package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -7
- package/types/components/Switch/StyledSwitch.d.ts +0 -36
- package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -60
- package/types/components/Tabs/StyledTabs.d.ts +0 -54
- package/types/components/Toast/StyledToast.d.ts +0 -45
- package/types/theme/components/calendar.d.ts +0 -26
- package/types/theme/components/empty.d.ts +0 -28
- package/types/theme/components/richTextEditor.d.ts +0 -26
|
@@ -27,6 +27,10 @@ const SingleSelect = <T,>({
|
|
|
27
27
|
onQueryChange,
|
|
28
28
|
options,
|
|
29
29
|
query,
|
|
30
|
+
error,
|
|
31
|
+
editable = true,
|
|
32
|
+
disabled = false,
|
|
33
|
+
numberOfLines,
|
|
30
34
|
style,
|
|
31
35
|
testID,
|
|
32
36
|
value,
|
|
@@ -60,16 +64,23 @@ const SingleSelect = <T,>({
|
|
|
60
64
|
}, []);
|
|
61
65
|
|
|
62
66
|
return (
|
|
63
|
-
|
|
64
|
-
<View pointerEvents=
|
|
65
|
-
<
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
67
|
+
<>
|
|
68
|
+
<View pointerEvents={!editable || disabled ? 'none' : 'auto'}>
|
|
69
|
+
<TouchableOpacity onPress={() => setOpen(true)}>
|
|
70
|
+
<TextInput
|
|
71
|
+
label={label}
|
|
72
|
+
value={displayedValue}
|
|
73
|
+
suffix="arrow-down"
|
|
74
|
+
multiline
|
|
75
|
+
error={error}
|
|
76
|
+
editable={editable}
|
|
77
|
+
disabled={disabled}
|
|
78
|
+
numberOfLines={numberOfLines}
|
|
79
|
+
pointerEvents="none"
|
|
80
|
+
style={style}
|
|
81
|
+
testID={testID}
|
|
82
|
+
/>
|
|
83
|
+
</TouchableOpacity>
|
|
73
84
|
</View>
|
|
74
85
|
<BottomSheet
|
|
75
86
|
open={open}
|
|
@@ -106,7 +117,7 @@ const SingleSelect = <T,>({
|
|
|
106
117
|
}}
|
|
107
118
|
/>
|
|
108
119
|
</BottomSheet>
|
|
109
|
-
|
|
120
|
+
</>
|
|
110
121
|
);
|
|
111
122
|
};
|
|
112
123
|
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import MultiSelect from './MultiSelect';
|
|
2
|
-
import SingleSelect from './SingleSelect';
|
|
1
|
+
import MultiSelect, { MultiSelectProps } from './MultiSelect';
|
|
2
|
+
import SingleSelect, { SingleSelectProps } from './SingleSelect';
|
|
3
3
|
|
|
4
4
|
export default Object.assign(SingleSelect, {
|
|
5
5
|
Multi: MultiSelect,
|
|
6
6
|
});
|
|
7
|
+
|
|
8
|
+
export { MultiSelectProps, SingleSelectProps };
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { StyleProp, ViewStyle } from 'react-native';
|
|
2
|
+
import { TextInputProps } from '../TextInput';
|
|
2
3
|
|
|
3
4
|
export type OptionType<T> = { value: T; text: string; key?: string };
|
|
4
5
|
|
|
5
|
-
export interface SelectProps<T>
|
|
6
|
+
export interface SelectProps<T>
|
|
7
|
+
extends Pick<
|
|
8
|
+
TextInputProps,
|
|
9
|
+
'editable' | 'disabled' | 'numberOfLines' | 'error'
|
|
10
|
+
> {
|
|
6
11
|
/**
|
|
7
12
|
* An array of options to be selected.
|
|
8
13
|
*/
|
|
@@ -21,7 +26,7 @@ export interface SelectProps<T> {
|
|
|
21
26
|
*/
|
|
22
27
|
onQueryChange?: (value: string) => void;
|
|
23
28
|
/**
|
|
24
|
-
* Event handler when selection
|
|
29
|
+
* Event handler when selection dismiss
|
|
25
30
|
*/
|
|
26
31
|
onDimiss?: () => void;
|
|
27
32
|
/**
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
[11:04:28.905] Global cache location '/Users/kientran/Library/Caches/typescript/4.2', safe file path '/volumes/data/projects/hero-design/node_modules/typescript/lib/typingsafelist.json', types map path /volumes/data/projects/hero-design/node_modules/typescript/lib/typesmap.json
|
|
2
|
+
[11:04:28.906] Processing cache location '/Users/kientran/Library/Caches/typescript/4.2'
|
|
3
|
+
[11:04:28.906] Trying to find '/Users/kientran/Library/Caches/typescript/4.2/package.json'...
|
|
4
|
+
[11:04:28.908] Loaded content of '/Users/kientran/Library/Caches/typescript/4.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.611"},"devDependencies":{"@types/argparse":"^2.0.10","@types/babel__core":"^7.1.19","@types/babel__preset-env":"^7.9.2","@types/call-bind":"^1.0.1","@types/debug":"^4.1.7","@types/dedent":"^0.7.0","@types/define-properties":"^1.1.3","@types/envinfo":"^7.8.1","@types/es-abstract":"^1.17.3","@types/eslint":"^8.4.6","@types/eslint-config-prettier":"^6.11.0","@types/eslint-scope":"^3.7.4","@types/eslint-utils":"^3.0.2","@types/estraverse":"^5.1.2","@types/glob-parent":"^5.1.1","@types/graceful-fs":"^4.1.5","@types/inherits":"^0.0.30","@types/is-callable":"^1.1.0","@types/is-regex":"^1.0.0","@types/is-string":"^1.0.0","@types/jest":"^28.1.1","@types/js-yaml":"^4.0.5","@types/object-inspect":"^1.8.1","@types/object-keys":"^1.0.1","@types/object.fromentries":"^2.0.1","@types/prelude-ls":"^1.1.29","@types/prettier":"^2.7.1","@types/prop-types":"^15.7.5","@types/react":"^18.0.21","@types/react-dom":"^18.0.6","@types/react-native":"^0.70.3","@types/react-test-renderer":"^18.0.0","@types/regenerator-runtime":"^0.13.1","@types/resolve":"^1.20.2","@types/scheduler":"^0.16.2","@types/semver":"^7.3.12","@types/type-check":"^0.3.27","@types/use-subscription":"^1.0.0","@types/ws":"^8.5.3","@types/yargs-parser":"^21.0.0"}}
|
|
5
|
+
[11:04:28.908] Loaded content of '/Users/kientran/Library/Caches/typescript/4.2/package-lock.json'
|
|
6
|
+
[11:04:28.938] Adding entry into typings cache: 'argparse' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/argparse/index.d.ts'
|
|
7
|
+
[11:04:28.956] Adding entry into typings cache: 'babel__core' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/babel__core/index.d.ts'
|
|
8
|
+
[11:04:28.963] Adding entry into typings cache: 'babel__preset-env' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/babel__preset-env/index.d.ts'
|
|
9
|
+
[11:04:28.972] Adding entry into typings cache: 'call-bind' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/call-bind/index.d.ts'
|
|
10
|
+
[11:04:28.984] Adding entry into typings cache: 'debug' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/debug/index.d.ts'
|
|
11
|
+
[11:04:28.993] Adding entry into typings cache: 'dedent' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/dedent/index.d.ts'
|
|
12
|
+
[11:04:29.001] Adding entry into typings cache: 'define-properties' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/define-properties/index.d.ts'
|
|
13
|
+
[11:04:29.009] Adding entry into typings cache: 'envinfo' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/envinfo/index.d.ts'
|
|
14
|
+
[11:04:29.017] Adding entry into typings cache: 'es-abstract' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/es-abstract/index.d.ts'
|
|
15
|
+
[11:04:29.023] Adding entry into typings cache: 'eslint' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint/index.d.ts'
|
|
16
|
+
[11:04:29.028] Adding entry into typings cache: 'eslint-config-prettier' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-config-prettier/index.d.ts'
|
|
17
|
+
[11:04:29.031] Adding entry into typings cache: 'eslint-scope' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-scope/index.d.ts'
|
|
18
|
+
[11:04:29.034] Adding entry into typings cache: 'eslint-utils' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-utils/index.d.ts'
|
|
19
|
+
[11:04:29.038] Adding entry into typings cache: 'estraverse' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/estraverse/index.d.ts'
|
|
20
|
+
[11:04:29.042] Adding entry into typings cache: 'glob-parent' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/glob-parent/index.d.ts'
|
|
21
|
+
[11:04:29.043] Adding entry into typings cache: 'graceful-fs' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/graceful-fs/index.d.ts'
|
|
22
|
+
[11:04:29.047] Adding entry into typings cache: 'inherits' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/inherits/index.d.ts'
|
|
23
|
+
[11:04:29.048] Adding entry into typings cache: 'is-callable' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-callable/index.d.ts'
|
|
24
|
+
[11:04:29.049] Adding entry into typings cache: 'is-regex' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-regex/index.d.ts'
|
|
25
|
+
[11:04:29.052] Adding entry into typings cache: 'is-string' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-string/index.d.ts'
|
|
26
|
+
[11:04:29.059] Adding entry into typings cache: 'jest' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/jest/index.d.ts'
|
|
27
|
+
[11:04:29.063] Adding entry into typings cache: 'js-yaml' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/js-yaml/index.d.ts'
|
|
28
|
+
[11:04:29.067] Adding entry into typings cache: 'object-inspect' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object-inspect/index.d.ts'
|
|
29
|
+
[11:04:29.068] Adding entry into typings cache: 'object-keys' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object-keys/index.d.ts'
|
|
30
|
+
[11:04:29.069] Adding entry into typings cache: 'object.fromentries' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object.fromentries/index.d.ts'
|
|
31
|
+
[11:04:29.069] Adding entry into typings cache: 'prelude-ls' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prelude-ls/index.d.ts'
|
|
32
|
+
[11:04:29.075] Adding entry into typings cache: 'prettier' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prettier/index.d.ts'
|
|
33
|
+
[11:04:29.079] Adding entry into typings cache: 'prop-types' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prop-types/index.d.ts'
|
|
34
|
+
[11:04:29.084] Adding entry into typings cache: 'react' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react/index.d.ts'
|
|
35
|
+
[11:04:29.089] Adding entry into typings cache: 'react-dom' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-dom/index.d.ts'
|
|
36
|
+
[11:04:29.091] Adding entry into typings cache: 'react-native' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-native/index.d.ts'
|
|
37
|
+
[11:04:29.092] Adding entry into typings cache: 'react-test-renderer' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-test-renderer/index.d.ts'
|
|
38
|
+
[11:04:29.092] Adding entry into typings cache: 'regenerator-runtime' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/regenerator-runtime/index.d.ts'
|
|
39
|
+
[11:04:29.093] Adding entry into typings cache: 'resolve' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/resolve/index.d.ts'
|
|
40
|
+
[11:04:29.093] Adding entry into typings cache: 'scheduler' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/scheduler/index.d.ts'
|
|
41
|
+
[11:04:29.094] Adding entry into typings cache: 'semver' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/semver/index.d.ts'
|
|
42
|
+
[11:04:29.099] Adding entry into typings cache: 'type-check' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/type-check/index.d.ts'
|
|
43
|
+
[11:04:29.100] Adding entry into typings cache: 'use-subscription' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/use-subscription/index.d.ts'
|
|
44
|
+
[11:04:29.101] Adding entry into typings cache: 'ws' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/ws/index.d.ts'
|
|
45
|
+
[11:04:29.105] Adding entry into typings cache: 'yargs-parser' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/yargs-parser/index.d.ts'
|
|
46
|
+
[11:04:29.105] Finished processing cache location '/Users/kientran/Library/Caches/typescript/4.2'
|
|
47
|
+
[11:04:29.106] Process id: 10344
|
|
48
|
+
[11:04:29.106] NPM location: /Users/kientran/.nvm/versions/node/v16.17.0/bin/npm (explicit '--npmLocation' not provided)
|
|
49
|
+
[11:04:29.106] validateDefaultNpmLocation: false
|
|
50
|
+
[11:04:29.106] Npm config file: /Users/kientran/Library/Caches/typescript/4.2/package.json
|
|
51
|
+
[11:04:29.106] Updating types-registry npm package...
|
|
52
|
+
[11:04:29.106] Exec: /Users/kientran/.nvm/versions/node/v16.17.0/bin/npm install --ignore-scripts types-registry@latest
|
|
53
|
+
[11:04:30.593] Succeeded. stdout:
|
|
54
|
+
|
|
55
|
+
up to date, audited 71 packages in 1s
|
|
56
|
+
|
|
57
|
+
3 packages are looking for funding
|
|
58
|
+
run `npm fund` for details
|
|
59
|
+
|
|
60
|
+
found 0 vulnerabilities
|
|
61
|
+
|
|
62
|
+
[11:04:30.593] Updated types-registry npm package
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
[15:22:53.644] Global cache location '/Users/kientran/Library/Caches/typescript/4.2', safe file path '/volumes/data/projects/hero-design/node_modules/typescript/lib/typingsafelist.json', types map path /volumes/data/projects/hero-design/node_modules/typescript/lib/typesmap.json
|
|
2
|
+
[15:22:53.646] Processing cache location '/Users/kientran/Library/Caches/typescript/4.2'
|
|
3
|
+
[15:22:53.646] Trying to find '/Users/kientran/Library/Caches/typescript/4.2/package.json'...
|
|
4
|
+
[15:22:53.647] Loaded content of '/Users/kientran/Library/Caches/typescript/4.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.611"},"devDependencies":{"@types/argparse":"^2.0.10","@types/babel__core":"^7.1.19","@types/babel__preset-env":"^7.9.2","@types/babylon":"^6.16.6","@types/call-bind":"^1.0.1","@types/caniuse-lite":"^1.0.1","@types/debug":"^4.1.7","@types/dedent":"^0.7.0","@types/define-properties":"^1.1.3","@types/envinfo":"^7.8.1","@types/es-abstract":"^1.17.3","@types/eslint":"^8.4.6","@types/eslint-config-prettier":"^6.11.0","@types/eslint-scope":"^3.7.4","@types/eslint-utils":"^3.0.2","@types/estraverse":"^5.1.2","@types/glob-parent":"^5.1.1","@types/graceful-fs":"^4.1.5","@types/hoist-non-react-statics":"^3.3.1","@types/inherits":"^0.0.30","@types/is-callable":"^1.1.0","@types/is-regex":"^1.0.0","@types/is-string":"^1.0.0","@types/jest":"^28.1.1","@types/js-yaml":"^4.0.5","@types/object-inspect":"^1.8.1","@types/object-keys":"^1.0.1","@types/object.fromentries":"^2.0.1","@types/prelude-ls":"^1.1.29","@types/prettier":"^2.7.1","@types/prop-types":"^15.7.5","@types/react":"^18.0.21","@types/react-dom":"^18.0.6","@types/react-is":"^17.0.3","@types/react-native":"^0.70.3","@types/react-native-vector-icons":"^6.4.12","@types/react-test-renderer":"^18.0.0","@types/regenerator-runtime":"^0.13.1","@types/resolve":"^1.20.2","@types/scheduler":"^0.16.2","@types/semver":"^7.3.12","@types/type-check":"^0.3.27","@types/use-subscription":"^1.0.0","@types/ws":"^8.5.3","@types/yargs-parser":"^21.0.0"}}
|
|
5
|
+
[15:22:53.647] Loaded content of '/Users/kientran/Library/Caches/typescript/4.2/package-lock.json'
|
|
6
|
+
[15:22:53.677] Adding entry into typings cache: 'argparse' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/argparse/index.d.ts'
|
|
7
|
+
[15:22:53.696] Adding entry into typings cache: 'babel__core' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/babel__core/index.d.ts'
|
|
8
|
+
[15:22:53.701] Adding entry into typings cache: 'babel__preset-env' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/babel__preset-env/index.d.ts'
|
|
9
|
+
[15:22:53.709] Adding entry into typings cache: 'babylon' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/babylon/index.d.ts'
|
|
10
|
+
[15:22:53.717] Adding entry into typings cache: 'call-bind' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/call-bind/index.d.ts'
|
|
11
|
+
[15:22:53.727] Adding entry into typings cache: 'caniuse-lite' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/caniuse-lite/index.d.ts'
|
|
12
|
+
[15:22:53.740] Adding entry into typings cache: 'debug' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/debug/index.d.ts'
|
|
13
|
+
[15:22:53.747] Adding entry into typings cache: 'dedent' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/dedent/index.d.ts'
|
|
14
|
+
[15:22:53.757] Adding entry into typings cache: 'define-properties' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/define-properties/index.d.ts'
|
|
15
|
+
[15:22:53.761] Adding entry into typings cache: 'envinfo' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/envinfo/index.d.ts'
|
|
16
|
+
[15:22:53.764] Adding entry into typings cache: 'es-abstract' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/es-abstract/index.d.ts'
|
|
17
|
+
[15:22:53.767] Adding entry into typings cache: 'eslint' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint/index.d.ts'
|
|
18
|
+
[15:22:53.770] Adding entry into typings cache: 'eslint-config-prettier' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-config-prettier/index.d.ts'
|
|
19
|
+
[15:22:53.773] Adding entry into typings cache: 'eslint-scope' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-scope/index.d.ts'
|
|
20
|
+
[15:22:53.777] Adding entry into typings cache: 'eslint-utils' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-utils/index.d.ts'
|
|
21
|
+
[15:22:53.778] Adding entry into typings cache: 'estraverse' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/estraverse/index.d.ts'
|
|
22
|
+
[15:22:53.782] Adding entry into typings cache: 'glob-parent' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/glob-parent/index.d.ts'
|
|
23
|
+
[15:22:53.783] Adding entry into typings cache: 'graceful-fs' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/graceful-fs/index.d.ts'
|
|
24
|
+
[15:22:53.785] Adding entry into typings cache: 'hoist-non-react-statics' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/hoist-non-react-statics/index.d.ts'
|
|
25
|
+
[15:22:53.790] Adding entry into typings cache: 'inherits' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/inherits/index.d.ts'
|
|
26
|
+
[15:22:53.791] Adding entry into typings cache: 'is-callable' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-callable/index.d.ts'
|
|
27
|
+
[15:22:53.797] Adding entry into typings cache: 'is-regex' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-regex/index.d.ts'
|
|
28
|
+
[15:22:53.799] Adding entry into typings cache: 'is-string' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-string/index.d.ts'
|
|
29
|
+
[15:22:53.803] Adding entry into typings cache: 'jest' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/jest/index.d.ts'
|
|
30
|
+
[15:22:53.805] Adding entry into typings cache: 'js-yaml' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/js-yaml/index.d.ts'
|
|
31
|
+
[15:22:53.806] Adding entry into typings cache: 'object-inspect' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object-inspect/index.d.ts'
|
|
32
|
+
[15:22:53.810] Adding entry into typings cache: 'object-keys' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object-keys/index.d.ts'
|
|
33
|
+
[15:22:53.814] Adding entry into typings cache: 'object.fromentries' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object.fromentries/index.d.ts'
|
|
34
|
+
[15:22:53.814] Adding entry into typings cache: 'prelude-ls' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prelude-ls/index.d.ts'
|
|
35
|
+
[15:22:53.815] Adding entry into typings cache: 'prettier' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prettier/index.d.ts'
|
|
36
|
+
[15:22:53.816] Adding entry into typings cache: 'prop-types' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prop-types/index.d.ts'
|
|
37
|
+
[15:22:53.820] Adding entry into typings cache: 'react' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react/index.d.ts'
|
|
38
|
+
[15:22:53.825] Adding entry into typings cache: 'react-dom' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-dom/index.d.ts'
|
|
39
|
+
[15:22:53.826] Adding entry into typings cache: 'react-is' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-is/index.d.ts'
|
|
40
|
+
[15:22:53.831] Adding entry into typings cache: 'react-native' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-native/index.d.ts'
|
|
41
|
+
[15:22:53.834] Adding entry into typings cache: 'react-native-vector-icons' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-native-vector-icons/index.d.ts'
|
|
42
|
+
[15:22:53.838] Adding entry into typings cache: 'react-test-renderer' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-test-renderer/index.d.ts'
|
|
43
|
+
[15:22:53.840] Adding entry into typings cache: 'regenerator-runtime' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/regenerator-runtime/index.d.ts'
|
|
44
|
+
[15:22:53.841] Adding entry into typings cache: 'resolve' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/resolve/index.d.ts'
|
|
45
|
+
[15:22:53.841] Adding entry into typings cache: 'scheduler' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/scheduler/index.d.ts'
|
|
46
|
+
[15:22:53.846] Adding entry into typings cache: 'semver' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/semver/index.d.ts'
|
|
47
|
+
[15:22:53.847] Adding entry into typings cache: 'type-check' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/type-check/index.d.ts'
|
|
48
|
+
[15:22:53.848] Adding entry into typings cache: 'use-subscription' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/use-subscription/index.d.ts'
|
|
49
|
+
[15:22:53.853] Adding entry into typings cache: 'ws' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/ws/index.d.ts'
|
|
50
|
+
[15:22:53.853] Adding entry into typings cache: 'yargs-parser' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/yargs-parser/index.d.ts'
|
|
51
|
+
[15:22:53.853] Finished processing cache location '/Users/kientran/Library/Caches/typescript/4.2'
|
|
52
|
+
[15:22:53.854] Process id: 20730
|
|
53
|
+
[15:22:53.854] NPM location: /Users/kientran/.nvm/versions/node/v16.17.0/bin/npm (explicit '--npmLocation' not provided)
|
|
54
|
+
[15:22:53.854] validateDefaultNpmLocation: false
|
|
55
|
+
[15:22:53.854] Npm config file: /Users/kientran/Library/Caches/typescript/4.2/package.json
|
|
56
|
+
[15:22:53.854] Updating types-registry npm package...
|
|
57
|
+
[15:22:53.855] Exec: /Users/kientran/.nvm/versions/node/v16.17.0/bin/npm install --ignore-scripts types-registry@latest
|
|
58
|
+
[15:22:55.403] Succeeded. stdout:
|
|
59
|
+
|
|
60
|
+
up to date, audited 79 packages in 1s
|
|
61
|
+
|
|
62
|
+
3 packages are looking for funding
|
|
63
|
+
run `npm fund` for details
|
|
64
|
+
|
|
65
|
+
found 0 vulnerabilities
|
|
66
|
+
|
|
67
|
+
[15:22:55.403] Updated types-registry npm package
|