Skip to content

Commit

Permalink
chore(deps): update testing library to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 8, 2023
1 parent 52cd5a9 commit 76cdde9
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 117 deletions.
4 changes: 2 additions & 2 deletions packages/todo-example/client-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/gql-tag-operations-preset": "1.7.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@testing-library/react": "14.1.0",
"@testing-library/user-event": "14.5.1",
"@types/classnames": "2.3.0",
"@types/react-dom": "18.2.4",
"@vitejs/plugin-react-refresh": "1.3.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/todo-example/client-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@n1ru4l/socket-io-graphql-client": "*",
"@repeaterjs/repeater": "3.0.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@testing-library/react": "14.1.0",
"@testing-library/user-event": "14.5.1",
"@types/classnames": "2.3.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"react-relay": "12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/todo-example/client-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
"@n1ru4l/socket-io-graphql-client": "*",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@testing-library/react": "14.1.0",
"@testing-library/user-event": "14.5.1",
"@types/classnames": "2.3.0",
"@types/react-dom": "18.2.4",
"@vitejs/plugin-react-refresh": "1.3.6",
Expand Down
Loading

0 comments on commit 76cdde9

Please sign in to comment.