Skip to content

Commit fb0a1c2

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

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

packages/react-datetime-picker/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@
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": "*",
83+
"@types/react-dom": "*",
8384
"cpy-cli": "^5.0.0",
8485
"happy-dom": "^12.6.0",
8586
"react": "^18.2.0",

yarn.lock

Lines changed: 15 additions & 8 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,7 +956,7 @@ __metadata:
950956
languageName: node
951957
linkType: hard
952958

953-
"@types/react-dom@npm:^18.0.0":
959+
"@types/react-dom@npm:*":
954960
version: 18.0.11
955961
resolution: "@types/react-dom@npm:18.0.11"
956962
dependencies:
@@ -2829,10 +2835,11 @@ __metadata:
28292835
"@biomejs/biome": "npm:^1.8.0"
28302836
"@testing-library/dom": "npm:^10.0.0"
28312837
"@testing-library/jest-dom": "npm:^6.0.0"
2832-
"@testing-library/react": "npm:^15.0.0"
2838+
"@testing-library/react": "npm:^16.0.0"
28332839
"@testing-library/user-event": "npm:^14.5.0"
28342840
"@types/node": "npm:*"
28352841
"@types/react": "npm:*"
2842+
"@types/react-dom": "npm:*"
28362843
"@wojtekmaj/date-utils": "npm:^1.1.3"
28372844
clsx: "npm:^2.0.0"
28382845
cpy-cli: "npm:^5.0.0"

0 commit comments

Comments
 (0)