Skip to content

Commit

Permalink
fix(deps): update backstage core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 6d5650a commit 6d97e93
Show file tree
Hide file tree
Showing 6 changed files with 1,728 additions and 1,518 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.34.2"
"version": "1.35.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
]
},
"devDependencies": {
"@backstage/cli": "0.29.4",
"@backstage/cli": "0.29.5",
"@backstage/e2e-test-utils": "0.1.1",
"@backstage/repo-tools": "0.12.0",
"@backstage/repo-tools": "0.12.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11",
"@playwright/test": "1.49.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/test-utils": "1.7.3",
"@backstage/test-utils": "1.7.4",
"@playwright/test": "1.49.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
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,7 +16,7 @@
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
},
"dependencies": {
"@backstage/backend-defaults": "^0.6.1",
"@backstage/backend-defaults": "^0.7.0",
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/backend-tasks": "^0.6.1",
"@backstage/catalog-client": "^1.9.0",
Expand All @@ -36,7 +36,7 @@
"@backstage/plugin-scaffolder-backend": "^1.28.0",
"@backstage/plugin-scaffolder-node": "^0.6.2",
"@backstage/plugin-search-backend": "^1.8.0",
"@backstage/plugin-search-backend-module-catalog": "^0.2.6",
"@backstage/plugin-search-backend-module-catalog": "^0.3.0",
"@backstage/plugin-search-backend-module-pg": "^0.5.39",
"@backstage/plugin-search-backend-module-techdocs": "^0.3.4",
"@backstage/plugin-search-backend-node": "^1.3.6",
Expand All @@ -57,7 +57,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "0.29.4",
"@backstage/cli": "0.29.5",
"@types/dockerode": "3.3.34",
"@types/express": "4.17.21",
"@types/express-serve-static-core": "4.19.6",
Expand Down
2 changes: 1 addition & 1 deletion plugins/renovate-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-defaults": "^0.6.1",
"@backstage/backend-defaults": "^0.7.0",
"@backstage/backend-openapi-utils": "^0.4.0",
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/backend-tasks": "^0.6.1",
Expand Down
Loading

0 comments on commit 6d97e93

Please sign in to comment.