Skip to content

Commit

Permalink
Merge pull request #270 from psteinroe/renovate/testing-library-jest-…
Browse files Browse the repository at this point in the history
…dom-6.x

chore(deps): update dependency @testing-library/jest-dom to v6
  • Loading branch information
psteinroe committed Oct 22, 2023
2 parents 7d36c51 + d632373 commit f5ccb7a
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 38 deletions.
2 changes: 1 addition & 1 deletion packages/postgrest-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@supabase/supabase-js": "2.38.2",
"@supabase/postgrest-js": "1.8.5",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/jest-dom": "6.1.4",
"jest-environment-jsdom": "29.7.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@supabase/supabase-js": "2.38.2",
"@supabase/postgrest-js": "1.8.5",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/jest-dom": "6.1.4",
"jest-environment-jsdom": "29.7.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@supabase/supabase-js": "2.38.2",
"@supabase/storage-js": "2.5.4",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/jest-dom": "6.1.4",
"jest-environment-jsdom": "29.7.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@supabase/supabase-js": "2.38.2",
"@supabase/storage-js": "2.5.4",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/jest-dom": "6.1.4",
"jest-environment-jsdom": "29.7.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
Expand Down
77 changes: 43 additions & 34 deletions pnpm-lock.yaml

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

2 comments on commit f5ccb7a

@vercel
Copy link

@vercel vercel bot commented on f5ccb7a Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supabase-cache-helpers-react-query – ./examples/react-query

supabase-cache-helpers-react-query-git-main-psteinroe.vercel.app
supabase-cache-helpers-react-query.vercel.app
supabase-cache-helpers-react-query-psteinroe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f5ccb7a Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supabase-cache-helpers-swr-demo – ./examples/swr

supabase-cache-helpers-swr.vercel.app
supabase-cache-helpers-swr-demo-psteinroe.vercel.app
supabase-cache-helpers-swr-demo-git-main-psteinroe.vercel.app

Please sign in to comment.