Skip to content

Commit 11e5780

Browse files
chore(deps): update testing library to v14
1 parent 52cd5a9 commit 11e5780

File tree

4 files changed

+286
-117
lines changed

4 files changed

+286
-117
lines changed

packages/todo-example/client-apollo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"@graphql-codegen/cli": "2.16.5",
77
"@graphql-codegen/gql-tag-operations-preset": "1.7.4",
88
"@testing-library/jest-dom": "5.16.5",
9-
"@testing-library/react": "12.1.5",
10-
"@testing-library/user-event": "13.5.0",
9+
"@testing-library/react": "14.1.2",
10+
"@testing-library/user-event": "14.5.1",
1111
"@types/classnames": "2.3.0",
1212
"@types/react-dom": "18.2.4",
1313
"@vitejs/plugin-react-refresh": "1.3.6",

packages/todo-example/client-relay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"@n1ru4l/socket-io-graphql-client": "*",
1010
"@repeaterjs/repeater": "3.0.4",
1111
"@testing-library/jest-dom": "5.16.5",
12-
"@testing-library/react": "12.1.5",
13-
"@testing-library/user-event": "13.5.0",
12+
"@testing-library/react": "14.1.2",
13+
"@testing-library/user-event": "14.5.1",
1414
"@types/classnames": "2.3.0",
1515
"@vitejs/plugin-react-refresh": "1.3.6",
1616
"react-relay": "12.0.0",

packages/todo-example/client-urql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
1111
"@n1ru4l/socket-io-graphql-client": "*",
1212
"@testing-library/jest-dom": "5.16.5",
13-
"@testing-library/react": "12.1.5",
14-
"@testing-library/user-event": "13.5.0",
13+
"@testing-library/react": "14.1.2",
14+
"@testing-library/user-event": "14.5.1",
1515
"@types/classnames": "2.3.0",
1616
"@types/react-dom": "18.2.4",
1717
"@vitejs/plugin-react-refresh": "1.3.6",

0 commit comments

Comments
 (0)