diff --git a/packages/todo-example/client-apollo/package.json b/packages/todo-example/client-apollo/package.json index 48ee7766..31a46551 100644 --- a/packages/todo-example/client-apollo/package.json +++ b/packages/todo-example/client-apollo/package.json @@ -5,7 +5,7 @@ "devDependencies": { "@graphql-codegen/cli": "2.16.5", "@graphql-codegen/gql-tag-operations-preset": "1.7.4", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@testing-library/user-event": "13.5.0", "@types/classnames": "2.3.0", diff --git a/packages/todo-example/client-relay/package.json b/packages/todo-example/client-relay/package.json index 25dd24f3..16ef35ce 100644 --- a/packages/todo-example/client-relay/package.json +++ b/packages/todo-example/client-relay/package.json @@ -8,7 +8,7 @@ "@n1ru4l/push-pull-async-iterable-iterator": "3.2.0", "@n1ru4l/socket-io-graphql-client": "*", "@repeaterjs/repeater": "3.0.4", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@testing-library/user-event": "13.5.0", "@types/classnames": "2.3.0", diff --git a/packages/todo-example/client-urql/package.json b/packages/todo-example/client-urql/package.json index 467e3803..44d30914 100644 --- a/packages/todo-example/client-urql/package.json +++ b/packages/todo-example/client-urql/package.json @@ -9,7 +9,7 @@ "@graphql-codegen/gql-tag-operations-preset": "1.7.4", "@n1ru4l/push-pull-async-iterable-iterator": "3.2.0", "@n1ru4l/socket-io-graphql-client": "*", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@testing-library/user-event": "13.5.0", "@types/classnames": "2.3.0", diff --git a/yarn.lock b/yarn.lock index ad93941e..f329fa3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2220,10 +2220,10 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/jest-dom@5.16.5": - version "5.16.5" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz#3912846af19a29b2dbf32a6ae9c31ef52580074e" - integrity sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA== +"@testing-library/jest-dom@5.17.0": + version "5.17.0" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz#5e97c8f9a15ccf4656da00fecab505728de81e0c" + integrity sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg== dependencies: "@adobe/css-tools" "^4.0.1" "@babel/runtime" "^7.9.2"