Skip to content

Commit

Permalink
Manual changes for release
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Wanlin <[email protected]>
  • Loading branch information
awanlin committed Jul 19, 2024
1 parent 69d4ff1 commit d88db65
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 272 deletions.
10 changes: 5 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
},
"bundled": true,
"dependencies": {
"@backstage-community/plugin-badges": "^0.2.59",
"@backstage-community/plugin-cost-insights": "^0.12.24",
"@backstage-community/plugin-explore": "^0.4.21",
"@backstage-community/plugin-badges": "^0.2.60",
"@backstage-community/plugin-cost-insights": "^0.12.25",
"@backstage-community/plugin-explore": "^0.5.2",
"@backstage-community/plugin-github-actions": "^0.6.16",
"@backstage-community/plugin-graphiql": "^0.3.8",
"@backstage-community/plugin-tech-radar": "^0.7.4",
"@backstage-community/plugin-todo": "^0.2.39",
"@backstage-community/plugin-tech-radar": "^0.7.5",
"@backstage-community/plugin-todo": "^0.2.40",
"@backstage/app-defaults": "^1.5.8",
"@backstage/cli": "^0.26.11",
"@backstage/core-app-api": "^1.14.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
},
"dependencies": {
"@backstage-community/plugin-badges-backend": "^0.4.1",
"@backstage-community/plugin-explore-backend": "^0.0.28",
"@backstage-community/plugin-todo-backend": "^0.3.17",
"@backstage-community/plugin-badges-backend": "^0.4.3",
"@backstage-community/plugin-explore-backend": "^0.1.2",
"@backstage-community/plugin-todo-backend": "^0.3.18",
"@backstage/backend-defaults": "^0.4.1",
"@backstage/backend-plugin-api": "^0.7.0",
"@backstage/plugin-app-backend": "^0.3.71",
Expand Down
6 changes: 6 additions & 0 deletions packages/backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ backend.add(
import('@backstage/plugin-catalog-backend-module-scaffolder-entity-model'),
);
backend.add(import('@backstage-community/plugin-explore-backend'));

// TODO:(awanlin) removeed when this has been resolved
// https://github.com/thefrontside/playhouse/issues/405
// eslint-disable-next-line
backend.add(import('@frontside/backstage-plugin-graphql-backend'));
// eslint-disable-next-line
backend.add(
import('@frontside/backstage-plugin-graphql-backend-module-catalog'),
);

backend.add(import('@backstage/plugin-kubernetes-backend/alpha'));
backend.add(import('@backstage/plugin-proxy-backend/alpha'));
backend.add(import('@backstage/plugin-scaffolder-backend/alpha'));
Expand Down
Loading

0 comments on commit d88db65

Please sign in to comment.