Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpaige committed Jan 3, 2025
1 parent e034324 commit 6671035
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
20 changes: 11 additions & 9 deletions react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 6671035

Please sign in to comment.