Skip to content

Commit b3972ae

Browse files
Bump @testing-library/react from 16.3.0 to 16.3.1 in the test group
Bumps the test group with 1 update: [@testing-library/react](https://github.com/testing-library/react-testing-library). Updates `@testing-library/react` from 16.3.0 to 16.3.1 - [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.3.0...v16.3.1) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fe50fa commit b3972ae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@storybook/react-vite": "^10.1.8",
7676
"@testing-library/dom": "^10.4.1",
7777
"@testing-library/jest-dom": "^6.9.1",
78-
"@testing-library/react": "^16.3.0",
78+
"@testing-library/react": "^16.3.1",
7979
"@types/eslint": "^9.6.1",
8080
"@types/jest": "^30.0.0",
8181
"@types/jest-axe": "^3.5.9",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3688,9 +3688,9 @@ __metadata:
36883688
languageName: node
36893689
linkType: hard
36903690

3691-
"@testing-library/react@npm:^16.3.0":
3692-
version: 16.3.0
3693-
resolution: "@testing-library/react@npm:16.3.0"
3691+
"@testing-library/react@npm:^16.3.1":
3692+
version: 16.3.1
3693+
resolution: "@testing-library/react@npm:16.3.1"
36943694
dependencies:
36953695
"@babel/runtime": "npm:^7.12.5"
36963696
peerDependencies:
@@ -3704,7 +3704,7 @@ __metadata:
37043704
optional: true
37053705
"@types/react-dom":
37063706
optional: true
3707-
checksum: 10c0/3a2cb1f87c9a67e1ebbbcfd99b94b01e496fc35147be8bc5d8bf07a699c7d523a09d57ef2f7b1d91afccd1a28e21eda3b00d80187fbb51b1de01e422592d845e
3707+
checksum: 10c0/5a26ceaa4ab1d065be722d93e3b019883864ae038f9fd1c974f5b8a173f5f35a25768ecb2baa02a783299f009cbcd09fa7ee0b8b3d360d1c0f81535436358b28
37083708
languageName: node
37093709
linkType: hard
37103710

@@ -9034,7 +9034,7 @@ __metadata:
90349034
"@storybook/react-vite": "npm:^10.1.8"
90359035
"@testing-library/dom": "npm:^10.4.1"
90369036
"@testing-library/jest-dom": "npm:^6.9.1"
9037-
"@testing-library/react": "npm:^16.3.0"
9037+
"@testing-library/react": "npm:^16.3.1"
90389038
"@types/eslint": "npm:^9.6.1"
90399039
"@types/jest": "npm:^30.0.0"
90409040
"@types/jest-axe": "npm:^3.5.9"

0 commit comments

Comments
 (0)