Skip to content

Commit f6f2a92

Browse files
committed
Update @testing-library/dom to 10.0.0 and @testing-library/react to 15.0.0
1 parent 2ff84dd commit f6f2a92

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

packages/react-date-picker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
"update-input-width": "^1.4.0"
117117
},
118118
"devDependencies": {
119-
"@testing-library/dom": "^9.0.0",
119+
"@testing-library/dom": "^10.0.0",
120120
"@testing-library/jest-dom": "^6.0.0",
121-
"@testing-library/react": "^14.0.0",
121+
"@testing-library/react": "^15.0.0",
122122
"@testing-library/user-event": "^14.5.0",
123123
"@types/node": "*",
124124
"@types/react": "*",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -777,19 +777,19 @@ __metadata:
777777
languageName: node
778778
linkType: hard
779779

780-
"@testing-library/dom@npm:^9.0.0":
781-
version: 9.2.0
782-
resolution: "@testing-library/dom@npm:9.2.0"
780+
"@testing-library/dom@npm:^10.0.0":
781+
version: 10.0.0
782+
resolution: "@testing-library/dom@npm:10.0.0"
783783
dependencies:
784784
"@babel/code-frame": "npm:^7.10.4"
785785
"@babel/runtime": "npm:^7.12.5"
786786
"@types/aria-query": "npm:^5.0.1"
787-
aria-query: "npm:^5.0.0"
787+
aria-query: "npm:5.3.0"
788788
chalk: "npm:^4.1.0"
789789
dom-accessibility-api: "npm:^0.5.9"
790790
lz-string: "npm:^1.5.0"
791791
pretty-format: "npm:^27.0.2"
792-
checksum: 10c0/0b2284c06d445cb043686204417d17f5eff282cabed7d5187ab6d8bde41d52953bab69ddad86b36469424576f4c7277c2132c128d4d033b1df24476c523361eb
792+
checksum: 10c0/2d12d2a6018a6f1d15e91834180bc068932c699ff1fcbfb80aa21aba519a4f5329c861dfa852e06ee5615bcb92ef2a0f0e755e32684ea3dada63bc34248382ab
793793
languageName: node
794794
linkType: hard
795795

@@ -823,17 +823,17 @@ __metadata:
823823
languageName: node
824824
linkType: hard
825825

826-
"@testing-library/react@npm:^14.0.0":
827-
version: 14.0.0
828-
resolution: "@testing-library/react@npm:14.0.0"
826+
"@testing-library/react@npm:^15.0.0":
827+
version: 15.0.0
828+
resolution: "@testing-library/react@npm:15.0.0"
829829
dependencies:
830830
"@babel/runtime": "npm:^7.12.5"
831-
"@testing-library/dom": "npm:^9.0.0"
831+
"@testing-library/dom": "npm:^10.0.0"
832832
"@types/react-dom": "npm:^18.0.0"
833833
peerDependencies:
834834
react: ^18.0.0
835835
react-dom: ^18.0.0
836-
checksum: 10c0/81035913024faf18ba7e163418af517b2c3b85aef496fbd6334bda38f6f6dd4072678c6b76c41148b46b7fc846764f875e1156cbfc7643ffa1b62ee069d78951
836+
checksum: 10c0/564c865767ef1eb3af16585df3b3111d76ac67f4103c3664ddecf4ad1dabf605fb9ca7c54d8718d14ed0f044d139814eff4ca28fdd62a7309c58146ca9c64877
837837
languageName: node
838838
linkType: hard
839839

@@ -1345,7 +1345,7 @@ __metadata:
13451345
languageName: node
13461346
linkType: hard
13471347

1348-
"aria-query@npm:^5.0.0, aria-query@npm:^5.1.3":
1348+
"aria-query@npm:5.3.0, aria-query@npm:^5.0.0, aria-query@npm:^5.1.3":
13491349
version: 5.3.0
13501350
resolution: "aria-query@npm:5.3.0"
13511351
dependencies:
@@ -4160,9 +4160,9 @@ __metadata:
41604160
version: 0.0.0-use.local
41614161
resolution: "react-date-picker@workspace:packages/react-date-picker"
41624162
dependencies:
4163-
"@testing-library/dom": "npm:^9.0.0"
4163+
"@testing-library/dom": "npm:^10.0.0"
41644164
"@testing-library/jest-dom": "npm:^6.0.0"
4165-
"@testing-library/react": "npm:^14.0.0"
4165+
"@testing-library/react": "npm:^15.0.0"
41664166
"@testing-library/user-event": "npm:^14.5.0"
41674167
"@types/node": "npm:*"
41684168
"@types/react": "npm:*"

0 commit comments

Comments
 (0)