Skip to content

Commit

Permalink
Merge pull request #348 from backstage/topic/v1.24.0
Browse files Browse the repository at this point in the history
v1.24.0 version bump
  • Loading branch information
awanlin authored Mar 20, 2024
2 parents 64a422f + 4f7ff3b commit 62fe961
Show file tree
Hide file tree
Showing 6 changed files with 1,120 additions and 1,656 deletions.
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.24.0-next.2"
"version": "1.24.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-router-dom": "6.22.3"
},
"devDependencies": {
"@backstage/cli": "^0.25.3-next.2",
"@backstage/cli": "^0.26.0",
"@backstage/e2e-test-utils": "^0.1.1",
"@playwright/test": "^1.32.3",
"@spotify/prettier-config": "^15.0.0",
Expand Down
52 changes: 26 additions & 26 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@
},
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^1.5.1-next.2",
"@backstage/cli": "^0.25.3-next.2",
"@backstage/core-app-api": "^1.12.1-next.1",
"@backstage/core-components": "^0.14.1-next.2",
"@backstage/core-plugin-api": "^1.9.1-next.1",
"@backstage/integration-react": "^1.1.25-next.2",
"@backstage/plugin-api-docs": "^0.11.1-next.2",
"@backstage/plugin-badges": "^0.2.55-next.2",
"@backstage/plugin-catalog": "^1.18.0-next.2",
"@backstage/plugin-catalog-graph": "^0.4.1-next.2",
"@backstage/plugin-catalog-react": "^1.11.0-next.2",
"@backstage/plugin-cost-insights": "^0.12.20-next.2",
"@backstage/plugin-explore": "^0.4.17-next.2",
"@backstage/plugin-github-actions": "^0.6.12-next.2",
"@backstage/plugin-graphiql": "^0.3.4-next.2",
"@backstage/plugin-home": "^0.7.0-next.2",
"@backstage/plugin-kubernetes": "^0.11.6-next.2",
"@backstage/plugin-org": "^0.6.21-next.2",
"@backstage/plugin-scaffolder": "^1.19.0-next.2",
"@backstage/plugin-search": "^1.4.7-next.2",
"@backstage/plugin-search-react": "^1.7.7-next.2",
"@backstage/plugin-tech-radar": "^0.7.0-next.2",
"@backstage/plugin-techdocs": "^1.10.1-next.2",
"@backstage/plugin-todo": "^0.2.35-next.2",
"@backstage/plugin-user-settings": "^0.8.2-next.2",
"@backstage/theme": "^0.5.2-next.0",
"@backstage/app-defaults": "^1.5.1",
"@backstage/cli": "^0.26.0",
"@backstage/core-app-api": "^1.12.1",
"@backstage/core-components": "^0.14.1",
"@backstage/core-plugin-api": "^1.9.1",
"@backstage/integration-react": "^1.1.25",
"@backstage/plugin-api-docs": "^0.11.1",
"@backstage/plugin-badges": "^0.2.55",
"@backstage/plugin-catalog": "^1.18.0",
"@backstage/plugin-catalog-graph": "^0.4.1",
"@backstage/plugin-catalog-react": "^1.11.0",
"@backstage/plugin-cost-insights": "^0.12.20",
"@backstage/plugin-explore": "^0.4.17",
"@backstage/plugin-github-actions": "^0.6.12",
"@backstage/plugin-graphiql": "^0.3.4",
"@backstage/plugin-home": "^0.7.0",
"@backstage/plugin-kubernetes": "^0.11.6",
"@backstage/plugin-org": "^0.6.21",
"@backstage/plugin-scaffolder": "^1.19.0",
"@backstage/plugin-search": "^1.4.7",
"@backstage/plugin-search-react": "^1.7.7",
"@backstage/plugin-tech-radar": "^0.7.0",
"@backstage/plugin-techdocs": "^1.10.1",
"@backstage/plugin-todo": "^0.2.35",
"@backstage/plugin-user-settings": "^0.8.2",
"@backstage/theme": "^0.5.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"react": "^18.2.0",
Expand Down
42 changes: 21 additions & 21 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
},
"dependencies": {
"@backstage/backend-defaults": "^0.2.14-next.2",
"@backstage/backend-plugin-api": "^0.6.14-next.2",
"@backstage/plugin-app-backend": "^0.3.62-next.2",
"@backstage/plugin-auth-backend": "^0.22.0-next.2",
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.11-next.2",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.0-next.2",
"@backstage/plugin-badges-backend": "^0.3.11-next.2",
"@backstage/plugin-catalog-backend": "^1.18.0-next.2",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.11-next.2",
"@backstage/plugin-explore-backend": "^0.0.24-next.2",
"@backstage/plugin-kubernetes-backend": "^0.16.0-next.2",
"@backstage/plugin-proxy-backend": "^0.4.12-next.2",
"@backstage/plugin-scaffolder-backend": "^1.22.0-next.2",
"@backstage/plugin-scaffolder-backend-module-github": "^0.2.4-next.2",
"@backstage/plugin-search-backend": "^1.5.4-next.2",
"@backstage/plugin-search-backend-module-catalog": "^0.1.18-next.2",
"@backstage/plugin-search-backend-module-explore": "^0.1.18-next.2",
"@backstage/plugin-techdocs-backend": "^1.10.0-next.2",
"@backstage/plugin-techdocs-node": "^1.12.0-next.2",
"@backstage/plugin-todo-backend": "^0.3.12-next.2",
"@backstage/backend-defaults": "^0.2.14",
"@backstage/backend-plugin-api": "^0.6.14",
"@backstage/plugin-app-backend": "^0.3.62",
"@backstage/plugin-auth-backend": "^0.22.0",
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.11",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.0",
"@backstage/plugin-badges-backend": "^0.3.11",
"@backstage/plugin-catalog-backend": "^1.18.0",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.11",
"@backstage/plugin-explore-backend": "^0.0.24",
"@backstage/plugin-kubernetes-backend": "^0.16.0",
"@backstage/plugin-proxy-backend": "^0.4.12",
"@backstage/plugin-scaffolder-backend": "^1.22.0",
"@backstage/plugin-scaffolder-backend-module-github": "^0.2.4",
"@backstage/plugin-search-backend": "^1.5.4",
"@backstage/plugin-search-backend-module-catalog": "^0.1.18",
"@backstage/plugin-search-backend-module-explore": "^0.1.18",
"@backstage/plugin-techdocs-backend": "^1.10.0",
"@backstage/plugin-techdocs-node": "^1.12.0",
"@backstage/plugin-todo-backend": "^0.3.12",
"@frontside/backstage-plugin-graphql-backend": "^0.1.2",
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.2.0",
"app": "^0.0.0",
"better-sqlite3": "^9.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.25.3-next.2"
"@backstage/cli": "^0.26.0"
}
}
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig({
? []
: [
{
command: 'yarn start',
command: 'yarn dev',
port: 3000,
reuseExistingServer: true,
timeout: 60_000,
Expand Down
Loading

0 comments on commit 62fe961

Please sign in to comment.