[WIP] Update package versions #4806
Annotations
12 errors
lint
Process completed with exit code 2.
|
typecheck:
packages/desktop-client/src/components/Background.tsx#L51
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './BackgroundImage.jsx'?
|
typecheck:
packages/desktop-client/src/components/FinancesApp.tsx#L3
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("react-dnd")' call instead.
|
typecheck:
packages/desktop-client/src/components/FinancesApp.tsx#L4
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("react-dnd-html5-backend")' call instead.
|
typecheck:
packages/desktop-client/src/components/Notes.tsx#L3
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("react-markdown")' call instead.
|
typecheck:
packages/desktop-client/src/components/Notes.tsx#L6
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("remark-gfm")' call instead.
|
typecheck:
packages/desktop-client/src/components/budget/SidebarGroup.tsx#L3
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("react-dnd")' call instead.
|
typecheck:
packages/desktop-client/src/components/reports/index.tsx#L11
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './ReportRouter.jsx'?
|
typecheck:
packages/desktop-client/src/components/responsive/index.tsx#L8
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './narrow.js'?
|
typecheck:
packages/desktop-client/src/components/responsive/index.tsx#L10
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './wide.js'?
|
typecheck:
packages/desktop-client/src/components/sort.tsx#L11
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("react-dnd")' call instead.
|
test
Process completed with exit code 1.
|