Skip to content

Commit

Permalink
chore(deps): update testing library (#1259)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent e077031 commit 15a27f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.100",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/chroma-js": "^2.4.3",
"@types/fs-extra": "^11.0.4",
"@types/loadable__component": "^5.13.8",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2872,8 +2872,8 @@ __metadata:
"@swc-node/register": "npm:^1.6.8"
"@swc/core": "npm:^1.3.100"
"@testing-library/cypress": "npm:^10.0.1"
"@testing-library/jest-dom": "npm:^6.1.4"
"@testing-library/react": "npm:^14.0.0"
"@testing-library/jest-dom": "npm:^6.1.5"
"@testing-library/react": "npm:^14.1.2"
"@types/chroma-js": "npm:^2.4.3"
"@types/fs-extra": "npm:^11.0.4"
"@types/loadable__component": "npm:^5.13.8"
Expand Down Expand Up @@ -4534,9 +4534,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^6.1.4":
version: 6.1.4
resolution: "@testing-library/jest-dom@npm:6.1.4"
"@testing-library/jest-dom@npm:^6.1.5":
version: 6.1.5
resolution: "@testing-library/jest-dom@npm:6.1.5"
dependencies:
"@adobe/css-tools": "npm:^4.3.1"
"@babel/runtime": "npm:^7.9.2"
Expand All @@ -4560,21 +4560,21 @@ __metadata:
optional: true
vitest:
optional: true
checksum: 2e23f120613fd8ae6d5169bbc94f1a2e4c82b07182057dc94db8ec54ebf32555833442e6c43a187e59715d83704ffb5df49ba88a71f6f32d2683f3d95ba721c7
checksum: f3643a56fcd970b5c7e8fd10faf3c4817d8ab0e74fb1198d726643bdc5ac675ceaac3b0068c5b4fbad254470e8f98ed50028741de875a29ceaa2f854570979c9
languageName: node
linkType: hard

"@testing-library/react@npm:^14.0.0":
version: 14.0.0
resolution: "@testing-library/react@npm:14.0.0"
"@testing-library/react@npm:^14.1.2":
version: 14.1.2
resolution: "@testing-library/react@npm:14.1.2"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@testing-library/dom": "npm:^9.0.0"
"@types/react-dom": "npm:^18.0.0"
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
checksum: 81035913024faf18ba7e163418af517b2c3b85aef496fbd6334bda38f6f6dd4072678c6b76c41148b46b7fc846764f875e1156cbfc7643ffa1b62ee069d78951
checksum: b5b0990d3aa0ea8b37c55804e0d5d584fc638a5c7d4df90da9a0fdb00bc981b27b6991468b2dc719982a5d0b0107a41596063ce51ad519eeab47b22bc04d6779
languageName: node
linkType: hard

Expand Down

0 comments on commit 15a27f5

Please sign in to comment.