Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ The application production technology stack includes:
- React Router Dom - routing
- TanStack Query - data fetching, caching, and asynchronous state management
- Axios - HTTP client
- Formik - form management
- Yup - schema-based validation (deprecated)
- React Hook Form - form management
- Zod - schema-based validation
- Lodash - utility functions
- DayJS - date utility functions
Expand Down Expand Up @@ -212,8 +211,7 @@ See the [Infrastructure Guide](./docs/INFRASTRUCTURE_GUIDE.md) in the [project d
- [React][react]
- [TanStack][tanstack]
- [Axios][axios]
- [Formik][formik]
- [Yup][yup]
- [React Hook Form][rhf]
- [Zod][zod]
- [Testing Library][testing-library]
- [Vitest][vitest]
Expand All @@ -227,8 +225,7 @@ See the [Infrastructure Guide](./docs/INFRASTRUCTURE_GUIDE.md) in the [project d
[vite]: https://vitejs.dev/ 'Vite'
[react]: https://react.dev/ 'React'
[axios]: https://axios-http.com/ 'Axios'
[formik]: https://formik.org/ 'Formik'
[yup]: https://github.com/jquense/yup 'Yup'
[rhf]: https://react-hook-form.com/ 'React Hook Form'
[tanstack]: https://tanstack.com/ 'TanStack'
[testing-library]: https://testing-library.com/ 'Testing Library'
[vitest]: https://vitest.dev/ 'Vitest Testing Framework'
Expand Down
20 changes: 12 additions & 8 deletions infrastructure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/node": "25.3.0",
"aws-cdk": "2.1107.0",
"@types/node": "25.3.2",
"aws-cdk": "2.1108.0",
"jest": "30.2.0",
"rimraf": "6.1.3",
"ts-jest": "29.4.6",
Expand Down
Loading