Skip to content

Commit acdded8

Browse files
chore(deps-dev): bump @testing-library/react from 16.0.1 to 16.1.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.0.1 to 16.1.0. - [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@v16.0.1...v16.1.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83cea3a commit acdded8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@tauri-apps/cli": "1.5.11",
6161
"@testing-library/dom": "^10.4.0",
6262
"@testing-library/jest-dom": "^6.6.3",
63-
"@testing-library/react": "^16.0.1",
63+
"@testing-library/react": "^16.1.0",
6464
"@types/jest": "^29.5.14",
6565
"@types/js-yaml": "4.0.9",
6666
"@types/lodash-es": "^4.17.12",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,10 +2127,10 @@
21272127
lodash "^4.17.21"
21282128
redent "^3.0.0"
21292129

2130-
"@testing-library/react@^16.0.1":
2131-
version "16.0.1"
2132-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.0.1.tgz#29c0ee878d672703f5e7579f239005e4e0faa875"
2133-
integrity sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==
2130+
"@testing-library/react@^16.1.0":
2131+
version "16.1.0"
2132+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.1.0.tgz#aa0c61398bac82eaf89776967e97de41ac742d71"
2133+
integrity sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==
21342134
dependencies:
21352135
"@babel/runtime" "^7.12.5"
21362136

0 commit comments

Comments
 (0)