diff --git a/bun.lockb b/bun.lockb index 389a12d89..bbb0d1391 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/react-app/package.json b/react-app/package.json index 138b87ad0..aad3ca2e7 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -8,8 +8,8 @@ "build": "tsc && vite build", "preview": "vite preview", "test": "vitest", - "test:coverage": "vitest --coverage.enabled true --config=vitest.config.mts", - "test:ui": "vitest --ui --config=vitest.config.mts" + "test:coverage": "vitest run --coverage.enabled.true", + "test:ui": "vitest --ui" }, "dependencies": { "@aws-amplify/auth": "^5.4.0", @@ -45,8 +45,8 @@ "lz-string": "^1.5.0", "pluralize": "^8.0.0", "react": "^18.2.0", - "react-dom": "^18.2.0", "react-day-picker": "^8.8.1", + "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.46.2", "react-loader-spinner": "^6.1.6", @@ -55,27 +55,29 @@ "shared-types": "*", "shared-utils": "*", "tailwind-merge": "^1.14.0", + "uuid": "^9.0.0", "zod": "^3.22.3" }, "devDependencies": { - "@vitest/coverage-v8": "^2.0.5", + "@axe-core/playwright": "^4.8.3", + "@playwright/test": "^1.45.3", "@tailwindcss/typography": "^0.5.10", "@types/lodash.debounce": "^4.0.7", - "@testing-library/jest-dom": "^6.6.3", + "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", + "@types/node": "^20.4.2", "@types/pluralize": "^0.0.33", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react-swc": "^3.0.0", "autoprefixer": "^10.4.14", - "jsdom": "^25.0.1", + "jsdom": "^21.1.1", "msw": "^2.3.1", "postcss": "^8.4.31", "tailwindcss": "^3.3.1", - "typescript": "^5.7.2", + "typescript": "5.4.5", "vite": "^5.3.5", - "vite-plugin-radar": "^0.9.2", - "vitest": "^2.1.8" + "vite-plugin-radar": "^0.9.2" } }