Skip to content

Commit 44e8d99

Browse files
chore(deps-dev): bump @testing-library/react from 16.2.0 to 16.3.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.2.0 to 16.3.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.2.0...v16.3.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33f74aa commit 44e8d99

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

Diff for: packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@playwright/test": "^1.51.1",
6060
"@testing-library/dom": "^10.0.0",
6161
"@testing-library/jest-dom": "^6.4.2",
62-
"@testing-library/react": "^16.2.0",
62+
"@testing-library/react": "^16.3.0",
6363
"@testing-library/user-event": "^14.6.1",
6464
"@types/node": "^22",
6565
"@types/react": "^18",

Diff for: yarn.lock

+22-2
Original file line numberDiff line numberDiff line change
@@ -12243,7 +12243,7 @@ __metadata:
1224312243
languageName: node
1224412244
linkType: hard
1224512245

12246-
"@testing-library/react@npm:^16.0.0, @testing-library/react@npm:^16.2.0":
12246+
"@testing-library/react@npm:^16.0.0":
1224712247
version: 16.2.0
1224812248
resolution: "@testing-library/react@npm:16.2.0"
1224912249
dependencies:
@@ -12263,6 +12263,26 @@ __metadata:
1226312263
languageName: node
1226412264
linkType: hard
1226512265

12266+
"@testing-library/react@npm:^16.3.0":
12267+
version: 16.3.0
12268+
resolution: "@testing-library/react@npm:16.3.0"
12269+
dependencies:
12270+
"@babel/runtime": "npm:^7.12.5"
12271+
peerDependencies:
12272+
"@testing-library/dom": ^10.0.0
12273+
"@types/react": ^18.0.0 || ^19.0.0
12274+
"@types/react-dom": ^18.0.0 || ^19.0.0
12275+
react: ^18.0.0 || ^19.0.0
12276+
react-dom: ^18.0.0 || ^19.0.0
12277+
peerDependenciesMeta:
12278+
"@types/react":
12279+
optional: true
12280+
"@types/react-dom":
12281+
optional: true
12282+
checksum: 10c0/3a2cb1f87c9a67e1ebbbcfd99b94b01e496fc35147be8bc5d8bf07a699c7d523a09d57ef2f7b1d91afccd1a28e21eda3b00d80187fbb51b1de01e422592d845e
12283+
languageName: node
12284+
linkType: hard
12285+
1226612286
"@testing-library/user-event@npm:^14.6.1":
1226712287
version: 14.6.1
1226812288
resolution: "@testing-library/user-event@npm:14.6.1"
@@ -14075,7 +14095,7 @@ __metadata:
1407514095
"@roadiehq/backstage-plugin-github-insights": "npm:^3.1.4"
1407614096
"@testing-library/dom": "npm:^10.0.0"
1407714097
"@testing-library/jest-dom": "npm:^6.4.2"
14078-
"@testing-library/react": "npm:^16.2.0"
14098+
"@testing-library/react": "npm:^16.3.0"
1407914099
"@testing-library/user-event": "npm:^14.6.1"
1408014100
"@types/node": "npm:^22"
1408114101
"@types/react": "npm:^18"

0 commit comments

Comments
 (0)