Skip to content

Commit fa41b3b

Browse files
committed
Update @testing-library/dom and @testing-library/react
1 parent 9ee70c0 commit fa41b3b

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"prop-types": "^15.6.0"
3636
},
3737
"devDependencies": {
38-
"@testing-library/dom": "^8.11.0",
38+
"@testing-library/dom": "^9.0.0",
3939
"@testing-library/jest-dom": "^5.15.0",
40-
"@testing-library/react": "^13.4.0",
40+
"@testing-library/react": "^14.0.0",
4141
"@testing-library/user-event": "^14.4.0",
4242
"eslint": "^8.26.0",
4343
"eslint-config-wojtekmaj": "^0.8.2",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ __metadata:
347347
languageName: node
348348
linkType: hard
349349

350-
"@testing-library/dom@npm:^8.11.0, @testing-library/dom@npm:^8.5.0":
351-
version: 8.19.1
352-
resolution: "@testing-library/dom@npm:8.19.1"
350+
"@testing-library/dom@npm:^9.0.0":
351+
version: 9.0.0
352+
resolution: "@testing-library/dom@npm:9.0.0"
353353
dependencies:
354354
"@babel/code-frame": ^7.10.4
355355
"@babel/runtime": ^7.12.5
@@ -359,7 +359,7 @@ __metadata:
359359
dom-accessibility-api: ^0.5.9
360360
lz-string: ^1.4.4
361361
pretty-format: ^27.0.2
362-
checksum: 0fb1f05fa199491795063eae5e892922851570717c85131776de6edd5477b1bfa528790401120a616ce4846584570d1436b0bce4649652ddb6ea9d67a1f00b19
362+
checksum: 5381bf9438f0ee35f795e7f9b203564aa455e7cd838b6677084c82dd56396779c38cc49ddffed4e57a8bcc3c62b4bc96ea684bb4b24d13655152db745327b2cd
363363
languageName: node
364364
linkType: hard
365365

@@ -380,17 +380,17 @@ __metadata:
380380
languageName: node
381381
linkType: hard
382382

383-
"@testing-library/react@npm:^13.4.0":
384-
version: 13.4.0
385-
resolution: "@testing-library/react@npm:13.4.0"
383+
"@testing-library/react@npm:^14.0.0":
384+
version: 14.0.0
385+
resolution: "@testing-library/react@npm:14.0.0"
386386
dependencies:
387387
"@babel/runtime": ^7.12.5
388-
"@testing-library/dom": ^8.5.0
388+
"@testing-library/dom": ^9.0.0
389389
"@types/react-dom": ^18.0.0
390390
peerDependencies:
391391
react: ^18.0.0
392392
react-dom: ^18.0.0
393-
checksum: 51ec548c1fdb1271089a5c63e0908f0166f2c7fcd9cacd3108ebbe0ce64cb4351812d885892020dc37608418cfb15698514856502b3cab0e5cc58d6cc1bd4a3e
393+
checksum: 4a54c8f56cc4a39b50803205f84f06280bb76521d6d5d4b3b36651d760c7c7752ef142d857d52aaf4fad4848ed7a8be49afc793a5dda105955d2f8bef24901ac
394394
languageName: node
395395
linkType: hard
396396

@@ -737,9 +737,9 @@ __metadata:
737737
version: 0.0.0-use.local
738738
resolution: "@wojtekmaj/react-async-button@workspace:."
739739
dependencies:
740-
"@testing-library/dom": ^8.11.0
740+
"@testing-library/dom": ^9.0.0
741741
"@testing-library/jest-dom": ^5.15.0
742-
"@testing-library/react": ^13.4.0
742+
"@testing-library/react": ^14.0.0
743743
"@testing-library/user-event": ^14.4.0
744744
"@types/react": "*"
745745
eslint: ^8.26.0

0 commit comments

Comments
 (0)