Skip to content

Commit d8c3ed7

Browse files
chore(deps): update testing-library monorepo
1 parent ec9b3a4 commit d8c3ed7

File tree

7 files changed

+48
-143
lines changed

7 files changed

+48
-143
lines changed

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"devDependencies": {
5757
"@backstage/test-utils": "^1.5.3",
5858
"@playwright/test": "^1.32.3",
59-
"@testing-library/dom": "^9.0.0",
59+
"@testing-library/dom": "^10.0.0",
6060
"@testing-library/jest-dom": "^6.0.0",
61-
"@testing-library/react": "^14.0.0",
61+
"@testing-library/react": "^16.0.0",
6262
"@testing-library/user-event": "^14.0.0",
6363
"@types/react-dom": "*",
6464
"cross-env": "^7.0.0"

plugins/codebuild/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"@backstage/core-app-api": "^1.12.3",
5454
"@backstage/dev-utils": "^1.0.30",
5555
"@backstage/test-utils": "^1.5.3",
56-
"@testing-library/dom": "^9.0.0",
56+
"@testing-library/dom": "^10.0.0",
5757
"@testing-library/jest-dom": "^6.0.0",
58-
"@testing-library/react": "^14.0.0",
58+
"@testing-library/react": "^16.0.0",
5959
"@testing-library/user-event": "^14.0.0",
6060
"@types/humanize-duration": "^3",
6161
"msw": "^1.0.0"

plugins/codepipeline/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"@backstage/core-app-api": "^1.12.3",
5555
"@backstage/dev-utils": "^1.0.30",
5656
"@backstage/test-utils": "^1.5.3",
57-
"@testing-library/dom": "^9.0.0",
57+
"@testing-library/dom": "^10.0.0",
5858
"@testing-library/jest-dom": "^6.0.0",
59-
"@testing-library/react": "^14.0.0",
59+
"@testing-library/react": "^16.0.0",
6060
"@testing-library/user-event": "^14.0.0",
6161
"@types/humanize-duration": "^3",
6262
"msw": "^1.0.0"

plugins/core/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@backstage/cli": "^0.26.2",
4444
"@backstage/test-utils": "^1.5.3",
4545
"@testing-library/jest-dom": "^6.0.0",
46-
"@testing-library/react": "^12.1.3"
46+
"@testing-library/react": "^16.0.0"
4747
},
4848
"files": [
4949
"dist"

plugins/cost-insights/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"@backstage/core-app-api": "^1.12.3",
6060
"@backstage/dev-utils": "^1.0.30",
6161
"@backstage/test-utils": "^1.5.3",
62-
"@testing-library/dom": "^9.0.0",
62+
"@testing-library/dom": "^10.0.0",
6363
"@testing-library/jest-dom": "^6.0.0",
64-
"@testing-library/react": "^14.0.0",
64+
"@testing-library/react": "^16.0.0",
6565
"@testing-library/user-event": "^14.0.0",
6666
"@types/dateformat": "^5",
6767
"@types/humanize-duration": "^3",

plugins/ecs/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"@backstage/core-app-api": "^1.12.3",
5555
"@backstage/dev-utils": "^1.0.30",
5656
"@backstage/test-utils": "^1.5.3",
57-
"@testing-library/dom": "^9.0.0",
57+
"@testing-library/dom": "^10.0.0",
5858
"@testing-library/jest-dom": "^6.0.0",
59-
"@testing-library/react": "^14.0.0",
59+
"@testing-library/react": "^16.0.0",
6060
"@testing-library/user-event": "^14.0.0",
6161
"@types/humanize-duration": "^3",
6262
"msw": "^1.0.0"

0 commit comments

Comments
 (0)