Skip to content

chore(ui): update non-major dependencies #1042

chore(ui): update non-major dependencies

chore(ui): update non-major dependencies #1042

Triggered via pull request September 5, 2024 22:05
Status Failure
Total duration 1m 11s
Artifacts

ci-ui.yaml

on: pull_request
Lint, Typecheck, Test, and Build
1m 3s
Lint, Typecheck, Test, and Build
Fit to window
Zoom out
Zoom in

Annotations

4 errors
src/hooks/useBlockTime.spec.tsx: ui/src/utils/network/getAlgoClientConfigs.ts#L4
SyntaxError: Named export 'Algodv2' not found. The requested module 'algosdk' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'algosdk'; const { Algodv2 } = pkg; ❯ src/utils/network/getAlgoClientConfigs.ts:4:31
src/hooks/useStakersChartData.spec.tsx: ui/src/utils/network/getAlgoClientConfigs.ts#L4
SyntaxError: Named export 'Algodv2' not found. The requested module 'algosdk' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'algosdk'; const { Algodv2 } = pkg; ❯ src/utils/network/getAlgoClientConfigs.ts:4:31
src/utils/contracts.spec.ts: ui/src/utils/network/getAlgoClientConfigs.ts#L4
SyntaxError: Named export 'Algodv2' not found. The requested module 'algosdk' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'algosdk'; const { Algodv2 } = pkg; ❯ src/utils/network/getAlgoClientConfigs.ts:4:31
Lint, Typecheck, Test, and Build
Process completed with exit code 1.