Skip to content

Commit

Permalink
chore(deps): update testing-library/react
Browse files Browse the repository at this point in the history
closes #2297
  • Loading branch information
joshuaellis committed Oct 29, 2024
1 parent 5fc438b commit 84f762e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 19 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@
"@swc/core": "1.7.35",
"@swc/jest": "0.2.36",
"@testing-library/cypress": "10.0.2",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "15.0.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/lodash.clamp": "4.0.9",
"@types/lodash.shuffle": "4.2.9",
"@types/react": "18.3.11",
Expand Down
45 changes: 29 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5893,7 +5893,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^10.0.0, @testing-library/dom@npm:^10.1.0":
"@testing-library/dom@npm:^10.1.0, @testing-library/dom@npm:^10.4.0":
version: 10.4.0
resolution: "@testing-library/dom@npm:10.4.0"
dependencies:
Expand All @@ -5909,9 +5909,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.5.0":
version: 6.5.0
resolution: "@testing-library/jest-dom@npm:6.5.0"
"@testing-library/jest-dom@npm:6.6.2":
version: 6.6.2
resolution: "@testing-library/jest-dom@npm:6.6.2"
dependencies:
"@adobe/css-tools": ^4.4.0
aria-query: ^5.0.0
Expand All @@ -5920,25 +5920,27 @@ __metadata:
dom-accessibility-api: ^0.6.3
lodash: ^4.17.21
redent: ^3.0.0
checksum: c2d14103ebe3358852ec527ff7512f64207a39932b2f7b6dff7e73ba91296b01a71bad9a9584b6ee010681380a906c1740af50470adc6db660e1c7585d012ebf
checksum: 23fc4de90035b7acaa13839adb8e31e5f5ad0306623f59be4907fe48050a5d148cd927ff6b6c13c49e392cc06bdd9f16e7d4766263dd7b42d5a342897e32bb6f
languageName: node
linkType: hard

"@testing-library/react@npm:15.0.7":
version: 15.0.7
resolution: "@testing-library/react@npm:15.0.7"
"@testing-library/react@npm:16.0.1":
version: 16.0.1
resolution: "@testing-library/react@npm:16.0.1"
dependencies:
"@babel/runtime": ^7.12.5
"@testing-library/dom": ^10.0.0
"@types/react-dom": ^18.0.0
peerDependencies:
"@testing-library/dom": ^10.0.0
"@types/react": ^18.0.0
"@types/react-dom": ^18.0.0
react: ^18.0.0
react-dom: ^18.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: eb33fd82eb811bb8612aa154e430a2c1c251d5ed45a477ef57fe20095db494ea7dcfa6b1e1e2bffb0c7ee10c86e408745d95a879be8ca8fbe301bb91e5f2e5db
"@types/react-dom":
optional: true
checksum: 1837db473ea018cf2b5d0cbfffb7a30d0d759e5a7f23aad431441c77bcc3d2533250cd003a61878fd908267df47404cedcb5914f12d79e413002c659652b37fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -6170,7 +6172,7 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:*, @types/jest@npm:29.5.13":
"@types/jest@npm:*":
version: 29.5.13
resolution: "@types/jest@npm:29.5.13"
dependencies:
Expand All @@ -6180,6 +6182,16 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:29.5.14":
version: 29.5.14
resolution: "@types/jest@npm:29.5.14"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: 18dba4623f26661641d757c63da2db45e9524c9be96a29ef713c703a9a53792df9ecee9f7365a0858ddbd6440d98fe6b65ca67895ca5884b73cbc7ffc11f3838
languageName: node
linkType: hard

"@types/jsdom@npm:^20.0.0":
version: 20.0.1
resolution: "@types/jsdom@npm:20.0.1"
Expand Down Expand Up @@ -6333,7 +6345,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.3.1, @types/react-dom@npm:^18.0.0":
"@types/react-dom@npm:18.3.1":
version: 18.3.1
resolution: "@types/react-dom@npm:18.3.1"
dependencies:
Expand Down Expand Up @@ -17531,10 +17543,11 @@ __metadata:
"@swc/core": 1.7.35
"@swc/jest": 0.2.36
"@testing-library/cypress": 10.0.2
"@testing-library/jest-dom": 6.5.0
"@testing-library/react": 15.0.7
"@testing-library/dom": ^10.4.0
"@testing-library/jest-dom": 6.6.2
"@testing-library/react": 16.0.1
"@types/fs-extra": 11.0.4
"@types/jest": 29.5.13
"@types/jest": 29.5.14
"@types/lodash.clamp": 4.0.9
"@types/lodash.shuffle": 4.2.9
"@types/react": 18.3.11
Expand Down

0 comments on commit 84f762e

Please sign in to comment.