Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/react to ^14.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Github changeset workflow committed Feb 8, 2024
1 parent 89b71e0 commit 6cc7ea2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-88a8411.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@oriflame/backstage-plugin-score-card': patch
---

Updated dependency `@testing-library/react` to `^14.2.1`.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@playwright/test": "^1.41.1",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "^20.11.5",
Expand Down
2 changes: 1 addition & 1 deletion plugins/score-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@backstage/test-utils": "^1.4.7",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "^20.11.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7861,7 +7861,7 @@ __metadata:
"@material-ui/lab": "npm:^4.0.0-alpha.57"
"@testing-library/dom": "npm:^9.0.0"
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^14.0.0"
"@testing-library/react": "npm:^14.2.1"
"@testing-library/user-event": "npm:^14.0.0"
"@types/jest": "npm:*"
"@types/node": "npm:^20.11.5"
Expand Down Expand Up @@ -10681,17 +10681,17 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:^14.0.0":
version: 14.1.2
resolution: "@testing-library/react@npm:14.1.2"
"@testing-library/react@npm:^14.2.1":
version: 14.2.1
resolution: "@testing-library/react@npm:14.2.1"
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: b5b0990d3aa0ea8b37c55804e0d5d584fc638a5c7d4df90da9a0fdb00bc981b27b6991468b2dc719982a5d0b0107a41596063ce51ad519eeab47b22bc04d6779
checksum: 83b35cf8bf5640f1b63b32223ebc75799dc1a8e034d819120b26838fba0b0ab10bdbe6ad07dd8ae8287365f2b0c52dc9892a6fa11bb24d3e63ad97dfb7f2f296
languageName: node
linkType: hard

Expand Down Expand Up @@ -12515,7 +12515,7 @@ __metadata:
"@playwright/test": "npm:^1.41.1"
"@testing-library/dom": "npm:^9.0.0"
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^14.0.0"
"@testing-library/react": "npm:^14.2.1"
"@testing-library/user-event": "npm:^14.0.0"
"@types/jest": "npm:*"
"@types/node": "npm:^20.11.5"
Expand Down

0 comments on commit 6cc7ea2

Please sign in to comment.