Skip to content

Commit ec42eb8

Browse files
committed
Bump @testing-library/react from 15.0.0 to 16.0.0
1 parent a591fa8 commit ec42eb8

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

packages/react-datetime-picker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@biomejs/biome": "^1.8.0",
7777
"@testing-library/dom": "^10.0.0",
7878
"@testing-library/jest-dom": "^6.0.0",
79-
"@testing-library/react": "^15.0.0",
79+
"@testing-library/react": "^16.0.0",
8080
"@testing-library/user-event": "^14.5.0",
8181
"@types/node": "*",
8282
"@types/react": "*",

yarn.lock

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -840,17 +840,23 @@ __metadata:
840840
languageName: node
841841
linkType: hard
842842

843-
"@testing-library/react@npm:^15.0.0":
844-
version: 15.0.0
845-
resolution: "@testing-library/react@npm:15.0.0"
843+
"@testing-library/react@npm:^16.0.0":
844+
version: 16.0.0
845+
resolution: "@testing-library/react@npm:16.0.0"
846846
dependencies:
847847
"@babel/runtime": "npm:^7.12.5"
848-
"@testing-library/dom": "npm:^10.0.0"
849-
"@types/react-dom": "npm:^18.0.0"
850848
peerDependencies:
849+
"@testing-library/dom": ^10.0.0
850+
"@types/react": ^18.0.0
851+
"@types/react-dom": ^18.0.0
851852
react: ^18.0.0
852853
react-dom: ^18.0.0
853-
checksum: 10c0/564c865767ef1eb3af16585df3b3111d76ac67f4103c3664ddecf4ad1dabf605fb9ca7c54d8718d14ed0f044d139814eff4ca28fdd62a7309c58146ca9c64877
854+
peerDependenciesMeta:
855+
"@types/react":
856+
optional: true
857+
"@types/react-dom":
858+
optional: true
859+
checksum: 10c0/297f97bf4722dad05f11d9cafd47d387dbdb096fea4b79b876c7466460f0f2e345b55b81b3e37fc81ed8185c528cb53dd8455ca1b6b019b229edf6c796f11c9f
854860
languageName: node
855861
linkType: hard
856862

@@ -950,15 +956,6 @@ __metadata:
950956
languageName: node
951957
linkType: hard
952958

953-
"@types/react-dom@npm:^18.0.0":
954-
version: 18.0.11
955-
resolution: "@types/react-dom@npm:18.0.11"
956-
dependencies:
957-
"@types/react": "npm:*"
958-
checksum: 10c0/8bf1e3f710221a937613df4d192f3b9e5a30e5c3103cac52c5210fb56b79f7a8cc66137d3bc5c9d92d375165a97fae53284724191bc01cb9898564fa02595569
959-
languageName: node
960-
linkType: hard
961-
962959
"@types/react@npm:*":
963960
version: 18.0.31
964961
resolution: "@types/react@npm:18.0.31"
@@ -2829,7 +2826,7 @@ __metadata:
28292826
"@biomejs/biome": "npm:^1.8.0"
28302827
"@testing-library/dom": "npm:^10.0.0"
28312828
"@testing-library/jest-dom": "npm:^6.0.0"
2832-
"@testing-library/react": "npm:^15.0.0"
2829+
"@testing-library/react": "npm:^16.0.0"
28332830
"@testing-library/user-event": "npm:^14.5.0"
28342831
"@types/node": "npm:*"
28352832
"@types/react": "npm:*"

0 commit comments

Comments
 (0)