Skip to content

Commit b859057

Browse files
chore(deps): update dependency @testing-library/react to v15
1 parent 378915a commit b859057

File tree

2 files changed

+33
-13
lines changed

2 files changed

+33
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/core": "7.23.7",
2929
"@babel/preset-env": "7.23.8",
3030
"@babel/preset-react": "7.23.3",
31-
"@testing-library/react": "14.1.2",
31+
"@testing-library/react": "15.0.6",
3232
"babel-jest": "29.7.0",
3333
"cypress": "13.6.2",
3434
"eslint": "8.56.0",

yarn.lock

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3335,33 +3335,37 @@ __metadata:
33353335
languageName: node
33363336
linkType: hard
33373337

3338-
"@testing-library/dom@npm:^9.0.0":
3339-
version: 9.0.1
3340-
resolution: "@testing-library/dom@npm:9.0.1"
3338+
"@testing-library/dom@npm:^10.0.0":
3339+
version: 10.1.0
3340+
resolution: "@testing-library/dom@npm:10.1.0"
33413341
dependencies:
33423342
"@babel/code-frame": ^7.10.4
33433343
"@babel/runtime": ^7.12.5
33443344
"@types/aria-query": ^5.0.1
3345-
aria-query: ^5.0.0
3345+
aria-query: 5.3.0
33463346
chalk: ^4.1.0
33473347
dom-accessibility-api: ^0.5.9
33483348
lz-string: ^1.5.0
33493349
pretty-format: ^27.0.2
3350-
checksum: fa3d4097d0efd3b186d90e32ffa71c3f9c4ea7a5a793b186b565044b2950eea469594e1f75803e5edb52a75731feecd19cf7034b009b0bd3bfba173eb9c9cd0c
3350+
checksum: 275f53e57914e13361aa01a9fe155a3919ec911b61abddc44a7cd077e49d24672cdd43c76d840f7cdacea2f42c4aae92321066e6ddaff039f413745797d1b390
33513351
languageName: node
33523352
linkType: hard
33533353

3354-
"@testing-library/react@npm:14.1.2":
3355-
version: 14.1.2
3356-
resolution: "@testing-library/react@npm:14.1.2"
3354+
"@testing-library/react@npm:15.0.6":
3355+
version: 15.0.6
3356+
resolution: "@testing-library/react@npm:15.0.6"
33573357
dependencies:
33583358
"@babel/runtime": ^7.12.5
3359-
"@testing-library/dom": ^9.0.0
3359+
"@testing-library/dom": ^10.0.0
33603360
"@types/react-dom": ^18.0.0
33613361
peerDependencies:
3362+
"@types/react": ^18.0.0
33623363
react: ^18.0.0
33633364
react-dom: ^18.0.0
3364-
checksum: 0269903e53412cf96fddb55c8a97a9987a89c3308d71fa1418fe61c47d275445e7044c5387f57cf39b8cda319a41623dbad2cce7a17016aed3a9e85185aac75a
3365+
peerDependenciesMeta:
3366+
"@types/react":
3367+
optional: true
3368+
checksum: bc9a839b352d748a0d5bcab81621e2e1d09ea58f245c4795cb8e69f97a4f71867a66115c9832f083b62abc357b510be396cd000eb751c85543b974e6a90caf7f
33653369
languageName: node
33663370
linkType: hard
33673371

@@ -6018,7 +6022,16 @@ __metadata:
60186022
languageName: node
60196023
linkType: hard
60206024

6021-
"aria-query@npm:^5.0.0, aria-query@npm:^5.1.3":
6025+
"aria-query@npm:5.3.0":
6026+
version: 5.3.0
6027+
resolution: "aria-query@npm:5.3.0"
6028+
dependencies:
6029+
dequal: ^2.0.3
6030+
checksum: 305bd73c76756117b59aba121d08f413c7ff5e80fa1b98e217a3443fcddb9a232ee790e24e432b59ae7625aebcf4c47cb01c2cac872994f0b426f5bdfcd96ba9
6031+
languageName: node
6032+
linkType: hard
6033+
6034+
"aria-query@npm:^5.1.3":
60226035
version: 5.1.3
60236036
resolution: "aria-query@npm:5.1.3"
60246037
dependencies:
@@ -7208,6 +7221,13 @@ __metadata:
72087221
languageName: node
72097222
linkType: hard
72107223

7224+
"dequal@npm:^2.0.3":
7225+
version: 2.0.3
7226+
resolution: "dequal@npm:2.0.3"
7227+
checksum: 8679b850e1a3d0ebbc46ee780d5df7b478c23f335887464023a631d1b9af051ad4a6595a44220f9ff8ff95a8ddccf019b5ad778a976fd7bbf77383d36f412f90
7228+
languageName: node
7229+
linkType: hard
7230+
72117231
"detect-newline@npm:^3.0.0":
72127232
version: 3.1.0
72137233
resolution: "detect-newline@npm:3.1.0"
@@ -10989,7 +11009,7 @@ __metadata:
1098911009
"@babel/core": 7.23.7
1099011010
"@babel/preset-env": 7.23.8
1099111011
"@babel/preset-react": 7.23.3
10992-
"@testing-library/react": 14.1.2
11012+
"@testing-library/react": 15.0.6
1099311013
"@twilio-paste/core": latest
1099411014
"@twilio-paste/icons": latest
1099511015
babel-jest: 29.7.0

0 commit comments

Comments
 (0)