frontend-plugin-api: forklift routing API from core-plugin-api

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-11 20:04:21 +02:00
parent 640fe3dbef
commit d41c97e5db
14 changed files with 1164 additions and 3 deletions
+3 -1
View File
@@ -27,7 +27,8 @@
"@backstage/frontend-app-api": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^12.1.3"
"@testing-library/react-hooks": "^8.0.1",
"history": "^5.3.0"
},
"files": [
"dist"
@@ -39,6 +40,7 @@
"dependencies": {
"@backstage/core-plugin-api": "workspace:^",
"@backstage/types": "workspace:^",
"@backstage/version-bridge": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0",
"lodash": "^4.17.21",
"zod": "^3.21.4",