Adjusted dependencies

Changed @types imports to be dev dependencies. Changed import of DiscoveryApi to remove reference to @backstage/plugin-permission-common

Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com>
This commit is contained in:
Robert Bunning
2022-12-23 10:07:05 -05:00
parent 30519deddc
commit b267b6c045
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,6 @@
"@backstage/integration": "workspace:^",
"@backstage/plugin-adr-common": "workspace:^",
"@backstage/plugin-search-common": "workspace:^",
"@types/express": "^4.17.15",
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
"luxon": "^3.0.0",
@@ -47,6 +46,7 @@
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/express": "^4.17.15",
"@types/marked": "^4.0.0",
"@types/supertest": "^2.0.8",
"msw": "^0.49.0",