Skip to content

Commit 1fff35d

Browse files
chore(deps): update dependency @testing-library/react to v12.1.4 (#909)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 03e9e10 commit 1fff35d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphql-codegen/cli": "2.6.2",
1515
"@graphql-codegen/gql-tag-operations-preset": "1.3.0",
1616
"@testing-library/jest-dom": "5.16.2",
17-
"@testing-library/react": "12.1.3",
17+
"@testing-library/react": "12.1.4",
1818
"@testing-library/user-event": "13.5.0",
1919
"@types/classnames": "2.3.0",
2020
"@types/react-dom": "17.0.11",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
99
"@n1ru4l/socket-io-graphql-client": "*",
1010
"@testing-library/jest-dom": "5.16.2",
11-
"@testing-library/react": "12.1.3",
11+
"@testing-library/react": "12.1.4",
1212
"@testing-library/user-event": "13.5.0",
1313
"@types/classnames": "2.3.0",
1414
"@vitejs/plugin-react-refresh": "1.3.6",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
1414
"@n1ru4l/socket-io-graphql-client": "*",
1515
"@testing-library/jest-dom": "5.16.2",
16-
"@testing-library/react": "12.1.3",
16+
"@testing-library/react": "12.1.4",
1717
"@testing-library/user-event": "13.5.0",
1818
"@types/classnames": "2.3.0",
1919
"@types/react-dom": "17.0.11",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,10 +2017,10 @@
20172017
lodash "^4.17.15"
20182018
redent "^3.0.0"
20192019

2020-
"@testing-library/[email protected].3":
2021-
version "12.1.3"
2022-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.3.tgz#ef26c5f122661ea9b6f672b23dc6b328cadbbf26"
2023-
integrity sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==
2020+
"@testing-library/[email protected].4":
2021+
version "12.1.4"
2022+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
2023+
integrity sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==
20242024
dependencies:
20252025
"@babel/runtime" "^7.12.5"
20262026
"@testing-library/dom" "^8.0.0"

0 commit comments

Comments
 (0)