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 Dec 31, 2024
1 parent d602fa7 commit 7b61fb0
Show file tree
Hide file tree
Showing 7 changed files with 2,014 additions and 1,717 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/cli": "^0.29.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@commitlint/config-lerna-scopes": "^19.0.0",
Expand All @@ -57,7 +57,7 @@
"lint-staged": "^15.0.1",
"node-gyp": "^10.0.0",
"prettier": "^2.0.0",
"typescript": "~5.6.0",
"typescript": "~5.7.0",
"@typescript-eslint/parser": "^7.0.0"
},
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"dependencies": {
"@backstage/app-defaults": "^1.5.5",
"@backstage/catalog-model": "^1.5.0",
"@backstage/cli": "^0.28.0",
"@backstage/cli": "^0.29.0",
"@backstage/core-app-api": "^1.12.5",
"@backstage/core-components": "^0.15.0",
"@backstage/core-components": "^0.16.0",
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/integration-react": "^1.1.27",
"@backstage/plugin-api-docs": "^0.11.5",
"@backstage/plugin-api-docs": "^0.12.0",
"@backstage/plugin-catalog": "^1.20.0",
"@backstage/plugin-catalog-common": "^1.0.23",
"@backstage/plugin-catalog-graph": "^0.4.5",
Expand All @@ -51,7 +51,7 @@
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-use": "^17.2.4",
"@backstage-community/plugin-github-actions": "^0.6.16",
"@backstage-community/plugin-github-actions": "^0.7.0",
"@backstage-community/plugin-tech-radar": "^0.7.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
},
"dependencies": {
"@backstage/backend-defaults": "^0.5.0",
"@backstage/backend-defaults": "^0.6.0",
"@backstage/backend-plugin-api": "^0.8.0",
"@backstage/backend-tasks": "^0.6.0",
"@backstage/catalog-client": "^1.6.5",
"@backstage/catalog-model": "^1.5.0",
"@backstage/config": "^1.2.0",
"@backstage/plugin-app-backend": "^0.3.67",
"@backstage/plugin-auth-backend": "^0.23.0",
"@backstage/plugin-app-backend": "^0.4.0",
"@backstage/plugin-auth-backend": "^0.24.0",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.0",
"@backstage/plugin-auth-node": "^0.5.0",
"@backstage/plugin-catalog-backend": "^1.22.0",
Expand All @@ -51,7 +51,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/cli": "^0.29.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.0",
"@backstage/cli": "^0.29.0",
"@backstage/test-utils": "^1.5.5",
"@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.0",
"@backstage/cli": "^0.29.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.5.0",
"@backstage/core-components": "^0.15.0",
"@backstage/core-components": "^0.16.0",
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/errors": "^1.2.4",
"@backstage/plugin-catalog-react": "^1.12.0",
Expand All @@ -52,7 +52,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/cli": "^0.29.0",
"@backstage/core-app-api": "^1.12.5",
"@backstage/dev-utils": "^1.0.32",
"@backstage/test-utils": "^1.5.5",
Expand Down
Loading

0 comments on commit 7b61fb0

Please sign in to comment.