Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit f0804a3

Browse files
Bump @testing-library/react from 12.1.3 to 12.1.4 in /taker-frontend
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.3 to 12.1.4. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v12.1.3...v12.1.4) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ba066c commit f0804a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

taker-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@emotion/react": "^11",
1616
"@emotion/styled": "^11",
1717
"@testing-library/jest-dom": "^5.16.2",
18-
"@testing-library/react": "^12.1.3",
18+
"@testing-library/react": "^12.1.4",
1919
"@testing-library/user-event": "^13.5.0",
2020
"@types/eslint": "^8.4.1",
2121
"@types/jest": "^27.4.1",

taker-frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,10 +2347,10 @@
23472347
lodash "^4.17.15"
23482348
redent "^3.0.0"
23492349

2350-
"@testing-library/react@^12.1.3":
2351-
version "12.1.3"
2352-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.3.tgz#ef26c5f122661ea9b6f672b23dc6b328cadbbf26"
2353-
integrity sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==
2350+
"@testing-library/react@^12.1.4":
2351+
version "12.1.4"
2352+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
2353+
integrity sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==
23542354
dependencies:
23552355
"@babel/runtime" "^7.12.5"
23562356
"@testing-library/dom" "^8.0.0"

0 commit comments

Comments
 (0)