uppy/examples/react
Prakash 3f0dd05a4e Upgrade vitest to v4
Bump vitest and @vitest/browser from ^3.2.4 to ^4.1.6.

Vitest 4 reworked the Mock type: ReturnType<typeof vi.fn> now resolves to
Mock<Procedure | Constructable>, a union with a constructor signature that
TypeScript no longer treats as directly callable (TS2348). Switch the core
test-mock helpers to an explicit callable Mock type.
2026-05-21 22:24:54 +05:30
..
src @uppy: upgrade biome and more improvements (#6244) 2026-05-21 12:28:03 +08:00
test Upgrade vitest to v4 2026-05-21 22:24:54 +05:30
.stackblitzrc add typescript as a dev dep in stackblitz env (#5976) 2025-09-17 14:37:34 +05:30
index.html Headless components (#5727) 2025-05-22 09:59:43 +02:00
package.json Upgrade vitest to v4 2026-05-21 22:24:54 +05:30
tsconfig.json example-react: fix tsconfig 2025-10-21 11:18:03 +02:00
tsconfig.node.json Headless components (#5727) 2025-05-22 09:59:43 +02:00
vite.config.ts Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
vitest.config.ts Upgrade vitest to v4 2026-05-21 22:24:54 +05:30