Skip to content

Commit

Permalink
chore: 🤖 bump @playwright/test & @types/react to next minor (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Apr 4, 2023
1 parent 2589560 commit 11336c3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ pnpm validate

If you need to do more, I recommend the following libraries:

- [TanStack Query (React Query)](https://tanstack.com/query/v3/) for **data management** which will take care of fetching, caching, synchronizing and updating server state for you
- [msw](https://mswjs.io/) for when you start testing your data integrations
- [TanStack Query (React Query)](https://tanstack.com/query/v5/docs/react/overview) for **data management** which will take care of fetching, caching, synchronizing and updating server state for you
- [msw](https://mswjs.io) for when you start testing your data integrations
- [React Router](https://reactrouter.com/en/main) for when you need **client side routing**
- [jotai](https://jotai.org/) for when you don't want to use context for **state management** or need more state management outside of React Query
- [jotai](https://jotai.org) for when you don't want to use context for **state management** or need more state management outside of React Query
- [zustand](https://github.com/pmndrs/zustand) for when you need more **state management** outside of React Query or jotai if you wen that route
- [React Hook Form](https://react-hook-form.com/) for when you need to build **forms**
- [React Hook Form](https://react-hook-form.com) for when you need to build **forms**
- [TanStack Table (React Table)](https://tanstack.com/table/v8) for when you need to build complex **tables** or **data grids**
- [fathom](https://usefathom.com/) for **analytics** which is easy to use
- [fathom](https://usefathom.com) for **analytics** which is easy to use

<!-- features references start -->

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@playwright/test": "1.32.1",
"@playwright/test": "1.32.2",
"@tailwindcss/typography": "0.5.9",
"@testing-library/dom": "9.2.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.0.32",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@types/testing-library__jest-dom": "5.14.5",
"@vitejs/plugin-react-swc": "3.2.0",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

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

0 comments on commit 11336c3

Please sign in to comment.