|
36 | 36 | "clean": "backstage-cli package clean" |
37 | 37 | }, |
38 | 38 | "dependencies": { |
39 | | - "@backstage/backend-common": "workspace:^", |
40 | | - "@backstage/backend-openapi-utils": "workspace:^", |
41 | | - "@backstage/backend-plugin-api": "workspace:^", |
| 39 | + "@backstage/backend-common": "0.24.1", |
| 40 | + "@backstage/backend-openapi-utils": "0.0.1", |
| 41 | + "@backstage/backend-plugin-api": "0.6.19", |
42 | 42 | "@backstage/config": "workspace:^", |
43 | 43 | "@backstage/errors": "workspace:^", |
44 | | - "@backstage/plugin-auth-node": "workspace:^", |
| 44 | + "@backstage/plugin-auth-node": "0.6.0", |
45 | 45 | "@backstage/plugin-permission-common": "workspace:^", |
46 | 46 | "@backstage/plugin-permission-node": "workspace:^", |
47 | | - "@backstage/plugin-search-backend-node": "workspace:^", |
48 | | - "@backstage/plugin-search-common": "workspace:^", |
| 47 | + "@backstage/plugin-search-backend-node": "0.1.2", |
| 48 | + "@backstage/plugin-search-common": "0.3.1", |
49 | 49 | "@backstage/types": "workspace:^", |
50 | 50 | "@types/express": "^4.17.6", |
51 | 51 | "dataloader": "^2.0.0", |
52 | | - "express": "^4.17.1", |
| 52 | + "express": "^4.22.0", |
53 | 53 | "express-promise-router": "^4.1.0", |
54 | 54 | "lodash": "^4.17.21", |
55 | | - "qs": "^6.10.1", |
| 55 | + "qs": "^6.14.2", |
56 | 56 | "winston": "^3.2.1", |
57 | 57 | "yn": "^4.0.0", |
58 | 58 | "zod": "^3.21.4" |
|
0 commit comments