frontend-test-utils: add @types/jest peer dep

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-09 19:44:20 +01:00
parent e6c336bc76
commit 2d77cacd84
2 changed files with 9 additions and 0 deletions
@@ -50,6 +50,7 @@
"devDependencies": {
"@backstage/cli": "workspace:^",
"@testing-library/jest-dom": "^6.0.0",
"@types/jest": "*",
"@types/react": "^18.0.0",
"@types/zen-observable": "^0.8.0",
"msw": "^2.0.0",
@@ -59,12 +60,16 @@
},
"peerDependencies": {
"@testing-library/react": "^16.0.0",
"@types/jest": "*",
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.30.2"
},
"peerDependenciesMeta": {
"@types/jest": {
"optional": true
},
"@types/react": {
"optional": true
}
+4
View File
@@ -3964,6 +3964,7 @@ __metadata:
"@backstage/types": "workspace:^"
"@backstage/version-bridge": "workspace:^"
"@testing-library/jest-dom": "npm:^6.0.0"
"@types/jest": "npm:*"
"@types/react": "npm:^18.0.0"
"@types/zen-observable": "npm:^0.8.0"
i18next: "npm:^22.4.15"
@@ -3975,11 +3976,14 @@ __metadata:
zod: "npm:^3.25.76"
peerDependencies:
"@testing-library/react": ^16.0.0
"@types/jest": "*"
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.30.2
peerDependenciesMeta:
"@types/jest":
optional: true
"@types/react":
optional: true
languageName: unknown