Skip to content

Commit

Permalink
chore: Update all minor dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent d0a0348 commit 39f6a02
Show file tree
Hide file tree
Showing 7 changed files with 1,271 additions and 1,493 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.28.2",
"@backstage/cli": "^0.30.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@commitlint/config-lerna-scopes": "^19.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"lint": "backstage-cli package lint"
},
"dependencies": {
"@backstage-community/plugin-github-actions": "^0.7.0",
"@backstage-community/plugin-github-actions": "^0.8.0",
"@backstage-community/plugin-tech-radar": "^0.7.4",
"@backstage/app-defaults": "^1.5.12",
"@backstage/catalog-model": "^1.7.0",
"@backstage/cli": "^0.28.2",
"@backstage/cli": "^0.30.0",
"@backstage/core-app-api": "^1.15.1",
"@backstage/core-components": "^0.15.1",
"@backstage/core-components": "^0.16.0",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/integration-react": "^1.2.0",
"@backstage/plugin-api-docs": "^0.11.11",
"@backstage/plugin-api-docs": "^0.12.0",
"@backstage/plugin-catalog": "^1.24.0",
"@backstage/plugin-catalog-common": "^1.1.0",
"@backstage/plugin-catalog-graph": "^0.4.11",
Expand Down
8 changes: 4 additions & 4 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@backstage/catalog-client": "^1.7.1",
"@backstage/catalog-model": "^1.7.0",
"@backstage/config": "^1.2.0",
"@backstage/plugin-app-backend": "^0.3.76",
"@backstage/plugin-auth-backend": "^0.23.1",
"@backstage/plugin-app-backend": "^0.4.0",
"@backstage/plugin-auth-backend": "^0.24.0",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.1",
"@backstage/plugin-auth-node": "^0.5.3",
"@backstage/plugin-auth-node": "^0.6.0",
"@backstage/plugin-catalog-backend": "^1.27.1",
"@backstage/plugin-permission-backend": "^0.5.50",
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.1",
Expand All @@ -51,7 +51,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.28.2",
"@backstage/cli": "^0.30.0",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dql-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@backstage/cli": "^0.28.2",
"@backstage/cli": "^0.30.0",
"@backstage/test-utils": "^1.7.0",
"@types/supertest": "^6.0.0",
"msw": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/dql-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.28.2",
"@backstage/cli": "^0.30.0",
"@types/lodash": "^4.17.0"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/dql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.7.0",
"@backstage/core-components": "^0.15.1",
"@backstage/core-components": "^0.16.0",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/errors": "^1.2.4",
"@backstage/plugin-catalog-react": "^1.14.0",
Expand All @@ -52,7 +52,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.28.2",
"@backstage/cli": "^0.30.0",
"@backstage/core-app-api": "^1.15.1",
"@backstage/dev-utils": "^1.1.2",
"@backstage/test-utils": "^1.7.0",
Expand Down
Loading

0 comments on commit 39f6a02

Please sign in to comment.