Skip to content

Commit b6ac3e9

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

File tree

2 files changed

+29
-13
lines changed

2 files changed

+29
-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.3",
3232
"babel-jest": "29.7.0",
3333
"cypress": "13.6.2",
3434
"eslint": "8.56.0",

yarn.lock

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3335,33 +3335,33 @@ __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.0.0
3340+
resolution: "@testing-library/dom@npm:10.0.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: 682cc22cb3414ffbcf5d9bac777907167c5523f2dcbe5d96cd2e99386009acd879640c7fe5b1c66b199c2d2679f97057410557b3848b871f59c547b1dc8fc28a
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.3":
3355+
version: 15.0.3
3356+
resolution: "@testing-library/react@npm:15.0.3"
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:
33623362
react: ^18.0.0
33633363
react-dom: ^18.0.0
3364-
checksum: 0269903e53412cf96fddb55c8a97a9987a89c3308d71fa1418fe61c47d275445e7044c5387f57cf39b8cda319a41623dbad2cce7a17016aed3a9e85185aac75a
3364+
checksum: edeb8fc90ef9e91d6971dd506974ae3502414ae2ebf961f6949ad1d1d78c9c69a8b895b4fa6b239ef6e8e09325c8da8df1f73786a5b058baf8b128b0d59c304d
33653365
languageName: node
33663366
linkType: hard
33673367

@@ -6018,7 +6018,16 @@ __metadata:
60186018
languageName: node
60196019
linkType: hard
60206020

6021-
"aria-query@npm:^5.0.0, aria-query@npm:^5.1.3":
6021+
"aria-query@npm:5.3.0":
6022+
version: 5.3.0
6023+
resolution: "aria-query@npm:5.3.0"
6024+
dependencies:
6025+
dequal: ^2.0.3
6026+
checksum: 305bd73c76756117b59aba121d08f413c7ff5e80fa1b98e217a3443fcddb9a232ee790e24e432b59ae7625aebcf4c47cb01c2cac872994f0b426f5bdfcd96ba9
6027+
languageName: node
6028+
linkType: hard
6029+
6030+
"aria-query@npm:^5.1.3":
60226031
version: 5.1.3
60236032
resolution: "aria-query@npm:5.1.3"
60246033
dependencies:
@@ -7208,6 +7217,13 @@ __metadata:
72087217
languageName: node
72097218
linkType: hard
72107219

7220+
"dequal@npm:^2.0.3":
7221+
version: 2.0.3
7222+
resolution: "dequal@npm:2.0.3"
7223+
checksum: 8679b850e1a3d0ebbc46ee780d5df7b478c23f335887464023a631d1b9af051ad4a6595a44220f9ff8ff95a8ddccf019b5ad778a976fd7bbf77383d36f412f90
7224+
languageName: node
7225+
linkType: hard
7226+
72117227
"detect-newline@npm:^3.0.0":
72127228
version: 3.1.0
72137229
resolution: "detect-newline@npm:3.1.0"
@@ -10989,7 +11005,7 @@ __metadata:
1098911005
"@babel/core": 7.23.7
1099011006
"@babel/preset-env": 7.23.8
1099111007
"@babel/preset-react": 7.23.3
10992-
"@testing-library/react": 14.1.2
11008+
"@testing-library/react": 15.0.3
1099311009
"@twilio-paste/core": latest
1099411010
"@twilio-paste/icons": latest
1099511011
babel-jest: 29.7.0

0 commit comments

Comments
 (0)