@cryptofi/core-ui 2.0.7 → 2.0.9
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/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +22 -7
- package/package.json +26 -26
package/dist/types/index.d.ts
CHANGED
|
@@ -60,6 +60,9 @@ declare const SvgIconConnect: _chakra_ui_react.ChakraComponent<(props: IconProps
|
|
|
60
60
|
declare const SvgIconCopy: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
61
61
|
//# sourceMappingURL=IconCopy.d.ts.map
|
|
62
62
|
|
|
63
|
+
declare const SvgIconDiamonds: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
64
|
+
//# sourceMappingURL=IconDiamonds.d.ts.map
|
|
65
|
+
|
|
63
66
|
declare const SvgIconDollar: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
64
67
|
//# sourceMappingURL=IconDollar.d.ts.map
|
|
65
68
|
|
|
@@ -81,9 +84,15 @@ declare const SvgIconEnterInverted: _chakra_ui_react.ChakraComponent<(props: Ico
|
|
|
81
84
|
declare const SvgIconExchange: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
82
85
|
//# sourceMappingURL=IconExchange.d.ts.map
|
|
83
86
|
|
|
87
|
+
declare const SvgIconFaq: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
88
|
+
//# sourceMappingURL=IconFaq.d.ts.map
|
|
89
|
+
|
|
84
90
|
declare const SvgIconFilter: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
85
91
|
//# sourceMappingURL=IconFilter.d.ts.map
|
|
86
92
|
|
|
93
|
+
declare const SvgIconGlossary: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
94
|
+
//# sourceMappingURL=IconGlossary.d.ts.map
|
|
95
|
+
|
|
87
96
|
declare const SvgIconHelp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
88
97
|
//# sourceMappingURL=IconHelp.d.ts.map
|
|
89
98
|
|
|
@@ -102,6 +111,9 @@ declare const SvgIconIndicatorUp: _chakra_ui_react.ChakraComponent<(props: IconP
|
|
|
102
111
|
declare const SvgIconInfo: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
103
112
|
//# sourceMappingURL=IconInfo.d.ts.map
|
|
104
113
|
|
|
114
|
+
declare const SvgIconLearn: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
115
|
+
//# sourceMappingURL=IconLearn.d.ts.map
|
|
116
|
+
|
|
105
117
|
declare const SvgIconLock: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
106
118
|
//# sourceMappingURL=IconLock.d.ts.map
|
|
107
119
|
|
|
@@ -132,6 +144,9 @@ declare const SvgIconPieChart: _chakra_ui_react.ChakraComponent<(props: IconProp
|
|
|
132
144
|
declare const SvgIconPlus: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
133
145
|
//# sourceMappingURL=IconPlus.d.ts.map
|
|
134
146
|
|
|
147
|
+
declare const SvgIconRefresh: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
148
|
+
//# sourceMappingURL=IconRefresh.d.ts.map
|
|
149
|
+
|
|
135
150
|
declare const SvgIconReports: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
136
151
|
//# sourceMappingURL=IconReports.d.ts.map
|
|
137
152
|
|
|
@@ -174,15 +189,9 @@ declare const SvgIconUpload: _chakra_ui_react.ChakraComponent<(props: IconProps
|
|
|
174
189
|
declare const SvgIconUser: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
175
190
|
//# sourceMappingURL=IconUser.d.ts.map
|
|
176
191
|
|
|
177
|
-
declare const SvgIconDiamonds: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
178
|
-
//# sourceMappingURL=IconDiamonds.d.ts.map
|
|
179
|
-
|
|
180
192
|
declare const SvgIconExternalLink: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
181
193
|
//# sourceMappingURL=IconExternalLink.d.ts.map
|
|
182
194
|
|
|
183
|
-
declare const SvgIconRefresh: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
184
|
-
//# sourceMappingURL=IconRefresh.d.ts.map
|
|
185
|
-
|
|
186
195
|
declare const SvgIconAave: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
187
196
|
//# sourceMappingURL=IconAave.d.ts.map
|
|
188
197
|
|
|
@@ -201,6 +210,9 @@ declare const SvgIconBtc: _chakra_ui_react.ChakraComponent<(props: IconProps & S
|
|
|
201
210
|
declare const SvgIconDoge: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
202
211
|
//# sourceMappingURL=IconDoge.d.ts.map
|
|
203
212
|
|
|
213
|
+
declare const SvgIconDot: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
214
|
+
//# sourceMappingURL=IconDot.d.ts.map
|
|
215
|
+
|
|
204
216
|
declare const SvgIconEth: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
205
217
|
//# sourceMappingURL=IconEth.d.ts.map
|
|
206
218
|
|
|
@@ -222,6 +234,9 @@ declare const SvgIconMkr: _chakra_ui_react.ChakraComponent<(props: IconProps & S
|
|
|
222
234
|
declare const SvgIconNear: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
223
235
|
//# sourceMappingURL=IconNear.d.ts.map
|
|
224
236
|
|
|
237
|
+
declare const SvgIconShib: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
238
|
+
//# sourceMappingURL=IconShib.d.ts.map
|
|
239
|
+
|
|
225
240
|
declare const SvgIconSol: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
226
241
|
//# sourceMappingURL=IconSol.d.ts.map
|
|
227
242
|
|
|
@@ -692,5 +707,5 @@ declare function useDebounceValue<T>(initialValue: T | (() => T), delay: number,
|
|
|
692
707
|
declare function useUnmount(func: () => void): void;
|
|
693
708
|
//# sourceMappingURL=useUnmount.d.ts.map
|
|
694
709
|
|
|
695
|
-
export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, DevConsole as CfDevConsole, Actions as CfDevConsoleActions, Button as CfDevConsoleButton, DataGrid as CfDevConsoleDataGrid, FloatingButton as CfDevConsoleFloatingButton, Links as CfDevConsoleLinks, SystemStatus as CfDevConsoleSystemStatus, CfForm, CfInput, CfInputArray, CfLineChart, CfModal, CfNavLink, CfOpenSearchPagination, CfPagination, PrettyWrap as CfPrettyWrap, CfSelect, CfSpinner, CfStatCard, CfTag, CfToast, CfTooltip, SvgIconAave as IconAave, SvgIconAlert as IconAlert, SvgIconAlgo as IconAlgo, SvgIconArrowDown as IconArrowDown, SvgIconArrowUp as IconArrowUp, SvgIconAvax as IconAvax, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconBch as IconBch, SvgIconBookCheck as IconBookCheck, SvgIconBtc as IconBtc, SvgIconCalendar as IconCalendar, SvgIconCaretDown as IconCaretDown, SvgIconCaretLeft as IconCaretLeft, SvgIconCaretRight as IconCaretRight, SvgIconCaretUp as IconCaretUp, SvgIconCent as IconCent, SvgIconCheck as IconCheck, SvgIconChecking as IconChecking, SvgIconCircleCheck as IconCircleCheck, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDiamonds as IconDiamonds, SvgIconDoge as IconDoge, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconEth as IconEth, SvgIconExchange as IconExchange, SvgIconExternalLink as IconExternalLink, SvgIconFil as IconFil, SvgIconFilter as IconFilter, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconLink as IconLink, SvgIconLock as IconLock, SvgIconLtc as IconLtc, SvgIconMail as IconMail, SvgIconMatic as IconMatic, SvgIconMenu as IconMenu, SvgIconMinus as IconMinus, SvgIconMkr as IconMkr, SvgIconMore as IconMore, SvgIconNear as IconNear, SvgIconNotification as IconNotification, SvgIconOverview as IconOverview, SvgIconPercent as IconPercent, SvgIconPieChart as IconPieChart, SvgIconPlus as IconPlus, SvgIconRefresh as IconRefresh, SvgIconReports as IconReports, SvgIconReservesSuccess as IconReservesSuccess, SvgIconReservesWarning as IconReservesWarning, SvgIconSearch as IconSearch, SvgIconSettings as IconSettings, SvgIconSettlement as IconSettlement, SvgIconSignIn as IconSignIn, SvgIconSignOut as IconSignOut, SvgIconSol as IconSol, SvgIconSort as IconSort, SvgIconSpinner as IconSpinner, SvgIconSupport as IconSupport, SvgIconTrash as IconTrash, SvgIconUpload as IconUpload, SvgIconUsdc as IconUsdc, SvgIconUsdt as IconUsdt, SvgIconUser as IconUser, SvgIconXlm as IconXlm, SvgIconXrp as IconXrp, aggregateAmounts, exportedTheme as coreTheme, dateFormats, dateToTimestamp, formatPercentage, formatPhoneNumber, formatUsd, getDelta, isIframe, layoutMinWidth, sampleFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, useDebounceCallback, useDebounceValue, useUnmount, utcDateToLocal };
|
|
710
|
+
export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, DevConsole as CfDevConsole, Actions as CfDevConsoleActions, Button as CfDevConsoleButton, DataGrid as CfDevConsoleDataGrid, FloatingButton as CfDevConsoleFloatingButton, Links as CfDevConsoleLinks, SystemStatus as CfDevConsoleSystemStatus, CfForm, CfInput, CfInputArray, CfLineChart, CfModal, CfNavLink, CfOpenSearchPagination, CfPagination, PrettyWrap as CfPrettyWrap, CfSelect, CfSpinner, CfStatCard, CfTag, CfToast, CfTooltip, SvgIconAave as IconAave, SvgIconAlert as IconAlert, SvgIconAlgo as IconAlgo, SvgIconArrowDown as IconArrowDown, SvgIconArrowUp as IconArrowUp, SvgIconAvax as IconAvax, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconBch as IconBch, SvgIconBookCheck as IconBookCheck, SvgIconBtc as IconBtc, SvgIconCalendar as IconCalendar, SvgIconCaretDown as IconCaretDown, SvgIconCaretLeft as IconCaretLeft, SvgIconCaretRight as IconCaretRight, SvgIconCaretUp as IconCaretUp, SvgIconCent as IconCent, SvgIconCheck as IconCheck, SvgIconChecking as IconChecking, SvgIconCircleCheck as IconCircleCheck, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDiamonds as IconDiamonds, SvgIconDoge as IconDoge, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDot as IconDot, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconEth as IconEth, SvgIconExchange as IconExchange, SvgIconExternalLink as IconExternalLink, SvgIconFaq as IconFaq, SvgIconFil as IconFil, SvgIconFilter as IconFilter, SvgIconGlossary as IconGlossary, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconLearn as IconLearn, SvgIconLink as IconLink, SvgIconLock as IconLock, SvgIconLtc as IconLtc, SvgIconMail as IconMail, SvgIconMatic as IconMatic, SvgIconMenu as IconMenu, SvgIconMinus as IconMinus, SvgIconMkr as IconMkr, SvgIconMore as IconMore, SvgIconNear as IconNear, SvgIconNotification as IconNotification, SvgIconOverview as IconOverview, SvgIconPercent as IconPercent, SvgIconPieChart as IconPieChart, SvgIconPlus as IconPlus, SvgIconRefresh as IconRefresh, SvgIconReports as IconReports, SvgIconReservesSuccess as IconReservesSuccess, SvgIconReservesWarning as IconReservesWarning, SvgIconSearch as IconSearch, SvgIconSettings as IconSettings, SvgIconSettlement as IconSettlement, SvgIconShib as IconShib, SvgIconSignIn as IconSignIn, SvgIconSignOut as IconSignOut, SvgIconSol as IconSol, SvgIconSort as IconSort, SvgIconSpinner as IconSpinner, SvgIconSupport as IconSupport, SvgIconTrash as IconTrash, SvgIconUpload as IconUpload, SvgIconUsdc as IconUsdc, SvgIconUsdt as IconUsdt, SvgIconUser as IconUser, SvgIconXlm as IconXlm, SvgIconXrp as IconXrp, aggregateAmounts, exportedTheme as coreTheme, dateFormats, dateToTimestamp, formatPercentage, formatPhoneNumber, formatUsd, getDelta, isIframe, layoutMinWidth, sampleFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, useDebounceCallback, useDebounceValue, useUnmount, utcDateToLocal };
|
|
696
711
|
export type { CfCheckboxProps, CfSelectOption, PageClickEvent };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"lodash": "^4.17.21",
|
|
69
69
|
"nanoid": "^3.3.11",
|
|
70
70
|
"react-currency-input-field": "^3.10.0",
|
|
71
|
-
"react-hook-form": "^7.
|
|
71
|
+
"react-hook-form": "^7.57.0",
|
|
72
72
|
"react-paginate": "^8.3.0",
|
|
73
73
|
"recharts": "^2.15.3",
|
|
74
74
|
"yup": "^1.6.1"
|
|
@@ -79,22 +79,22 @@
|
|
|
79
79
|
"@chakra-ui/storybook-addon": "^5.2.5",
|
|
80
80
|
"@emotion/react": "^11.14.0",
|
|
81
81
|
"@emotion/styled": "^11.14.0",
|
|
82
|
-
"@eslint/js": "^9.
|
|
82
|
+
"@eslint/js": "^9.28.0",
|
|
83
83
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
84
84
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
85
85
|
"@rollup/plugin-terser": "^0.4.4",
|
|
86
|
-
"@storybook/addon-essentials": "^8.6.
|
|
87
|
-
"@storybook/addon-interactions": "^8.6.
|
|
88
|
-
"@storybook/addon-links": "^8.6.
|
|
89
|
-
"@storybook/addon-onboarding": "^8.6.
|
|
90
|
-
"@storybook/blocks": "^8.6.
|
|
91
|
-
"@storybook/components": "^8.6.
|
|
92
|
-
"@storybook/manager-api": "^8.6.
|
|
93
|
-
"@storybook/preview-api": "^8.6.
|
|
94
|
-
"@storybook/react": "^8.6.
|
|
95
|
-
"@storybook/react-vite": "^8.6.
|
|
96
|
-
"@storybook/test": "^8.6.
|
|
97
|
-
"@storybook/types": "^8.6.
|
|
86
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
87
|
+
"@storybook/addon-interactions": "^8.6.14",
|
|
88
|
+
"@storybook/addon-links": "^8.6.14",
|
|
89
|
+
"@storybook/addon-onboarding": "^8.6.14",
|
|
90
|
+
"@storybook/blocks": "^8.6.14",
|
|
91
|
+
"@storybook/components": "^8.6.14",
|
|
92
|
+
"@storybook/manager-api": "^8.6.14",
|
|
93
|
+
"@storybook/preview-api": "^8.6.14",
|
|
94
|
+
"@storybook/react": "^8.6.14",
|
|
95
|
+
"@storybook/react-vite": "^8.6.14",
|
|
96
|
+
"@storybook/test": "^8.6.14",
|
|
97
|
+
"@storybook/types": "^8.6.14",
|
|
98
98
|
"@svgr/cli": "^8.1.0",
|
|
99
99
|
"@svgr/core": "^8.1.0",
|
|
100
100
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
@@ -110,24 +110,24 @@
|
|
|
110
110
|
"@types/react-dom": "^19.x.x",
|
|
111
111
|
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
112
112
|
"@types/stringify-object": "^4.0.4",
|
|
113
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
114
|
-
"@typescript-eslint/parser": "^8.
|
|
113
|
+
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
114
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
115
115
|
"chalk": "^4.1.2",
|
|
116
116
|
"core-js": "^3.42.0",
|
|
117
117
|
"cross-var": "^1.1.0",
|
|
118
118
|
"dotenv-cli": "^8.0.0",
|
|
119
|
-
"eslint": "^9.
|
|
119
|
+
"eslint": "^9.28.0",
|
|
120
120
|
"eslint-config-prettier": "^10.1.5",
|
|
121
121
|
"eslint-plugin-check-file": "^3.2.0",
|
|
122
122
|
"eslint-plugin-import": "^2.31.0",
|
|
123
123
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
124
|
-
"eslint-plugin-prettier": "5.4.
|
|
124
|
+
"eslint-plugin-prettier": "5.4.1",
|
|
125
125
|
"eslint-plugin-react": "^7.37.5",
|
|
126
126
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
127
127
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
128
128
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
129
129
|
"framer-motion": "^10.16.4",
|
|
130
|
-
"globals": "^16.
|
|
130
|
+
"globals": "^16.2.0",
|
|
131
131
|
"identity-obj-proxy": "^3.0.0",
|
|
132
132
|
"jest": "^29.4.0",
|
|
133
133
|
"pnpapi": "^0.0.0",
|
|
@@ -136,19 +136,19 @@
|
|
|
136
136
|
"react": "^18.x.x",
|
|
137
137
|
"react-dom": "^18.x.x",
|
|
138
138
|
"react-imask": "^7.6.1",
|
|
139
|
-
"rollup": "^4.
|
|
139
|
+
"rollup": "^4.41.1",
|
|
140
140
|
"rollup-plugin-delete": "^3.0.1",
|
|
141
141
|
"rollup-plugin-dts": "^6.2.1",
|
|
142
142
|
"rollup-plugin-filesize": "^10.0.0",
|
|
143
143
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
144
144
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
145
|
-
"rollup-plugin-visualizer": "^
|
|
146
|
-
"storybook": "^8.6.
|
|
145
|
+
"rollup-plugin-visualizer": "^6.0.1",
|
|
146
|
+
"storybook": "^8.6.14",
|
|
147
147
|
"stringify-object": "^5.0.0",
|
|
148
|
-
"ts-jest": "^29.3.
|
|
148
|
+
"ts-jest": "^29.3.4",
|
|
149
149
|
"typescript": "^5.8.3",
|
|
150
|
-
"typescript-eslint": "^8.32.
|
|
150
|
+
"typescript-eslint": "^8.32.1",
|
|
151
151
|
"vite": "^6.3.5"
|
|
152
152
|
},
|
|
153
|
-
"packageManager": "yarn@4.
|
|
153
|
+
"packageManager": "yarn@4.9.1"
|
|
154
154
|
}
|