frontend-*-api: add @types/react dep

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-07 13:42:24 +02:00
parent 628ca7e458
commit 75b8c46cee
3 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -23,7 +23,8 @@
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@testing-library/jest-dom": "^5.10.1"
"@testing-library/jest-dom": "^5.10.1",
"@types/react": "^16.13.1 || ^17.0.0"
},
"configSchema": "config.d.ts",
"files": [
@@ -37,6 +37,7 @@
"dependencies": {
"@backstage/core-plugin-api": "workspace:^",
"@backstage/types": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0",
"lodash": "^4.17.21",
"zod": "^3.21.4",
"zod-to-json-schema": "^3.21.4"
+2
View File
@@ -4321,6 +4321,7 @@ __metadata:
"@backstage/plugin-graphiql": "workspace:^"
"@backstage/types": "workspace:^"
"@testing-library/jest-dom": ^5.10.1
"@types/react": ^16.13.1 || ^17.0.0
lodash: ^4.17.21
peerDependencies:
react: ^16.13.1 || ^17.0.0
@@ -4338,6 +4339,7 @@ __metadata:
"@backstage/types": "workspace:^"
"@testing-library/jest-dom": ^5.10.1
"@testing-library/react": ^12.1.3
"@types/react": ^16.13.1 || ^17.0.0
lodash: ^4.17.21
zod: ^3.21.4
zod-to-json-schema: ^3.21.4