Skip to content

Commit

Permalink
fix(deps): update backstage monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Github changeset workflow committed May 1, 2024
1 parent d58571a commit 3d737cc
Show file tree
Hide file tree
Showing 6 changed files with 3,067 additions and 1,001 deletions.
14 changes: 14 additions & 0 deletions .changeset/renovate-35f47a6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@oriflame/backstage-plugin-score-card': patch
---

Updated dependency `@backstage/cli` to `^0.26.0`.
Updated dependency `@backstage/core-components` to `^0.14.0`.
Updated dependency `@backstage/plugin-api-docs` to `^0.11.0`.
Updated dependency `@backstage/plugin-catalog-graph` to `^0.4.0`.
Updated dependency `@backstage/plugin-home` to `^0.7.0`.
Updated dependency `@backstage/plugin-tech-radar` to `^0.7.0`.
Updated dependency `@backstage/test-utils` to `^1.5.4`.
Updated dependency `@backstage/backend-common` to `^0.21.0`.
Updated dependency `@backstage/plugin-auth-backend` to `^0.22.0`.
Updated dependency `@backstage/plugin-catalog` to `^1.19.0`.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"jest-environment-jsdom": "30.0.0-alpha.2"
},
"devDependencies": {
"@backstage/cli": "^0.25.1",
"@backstage/cli": "^0.26.0",
"@backstage/e2e-test-utils": "^0.1.0",
"@backstage/repo-tools": "^0.5.2",
"@backstage/repo-tools": "^0.8.0",
"@changesets/cli": "2.27.1",
"@playwright/test": "^1.43.0",
"@spotify/prettier-config": "14.1.6",
Expand Down
14 changes: 7 additions & 7 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"dependencies": {
"@backstage/app-defaults": "^1.4.7",
"@backstage/catalog-model": "^1.4.3",
"@backstage/cli": "^0.25.1",
"@backstage/cli": "^0.26.0",
"@backstage/config": "^1.1.1",
"@backstage/core-app-api": "^1.11.3",
"@backstage/core-components": "^0.13.10",
"@backstage/core-components": "^0.14.0",
"@backstage/core-plugin-api": "^1.8.2",
"@backstage/integration-react": "^1.1.23",
"@backstage/plugin-api-docs": "^0.10.3",
"@backstage/plugin-api-docs": "^0.11.0",
"@backstage/plugin-catalog": "^1.16.1",
"@backstage/plugin-catalog-common": "^1.0.20",
"@backstage/plugin-catalog-graph": "^0.3.3",
"@backstage/plugin-catalog-graph": "^0.4.0",
"@backstage/plugin-catalog-import": "^0.10.5",
"@backstage/plugin-catalog-react": "^1.9.3",
"@backstage/plugin-home": "^0.6.1",
"@backstage/plugin-home": "^0.7.0",
"@backstage/plugin-org": "^0.6.19",
"@backstage/plugin-scaffolder": "^1.17.1",
"@backstage/plugin-search": "^1.4.5",
"@backstage/plugin-tech-radar": "^0.6.12",
"@backstage/plugin-tech-radar": "^0.7.0",
"@backstage/plugin-user-settings": "^0.8.0",
"@backstage/test-utils": "^1.4.7",
"@backstage/theme": "^0.5.0",
Expand All @@ -50,7 +50,7 @@
},
"devDependencies": {
"@backstage/e2e-test-utils": "^0.1.0",
"@backstage/test-utils": "^1.4.7",
"@backstage/test-utils": "^1.5.4",
"@playwright/test": "^1.43.0",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.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 @@ -17,14 +17,14 @@
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {
"@backstage/backend-common": "^0.20.2",
"@backstage/backend-common": "^0.21.0",
"@backstage/backend-tasks": "^0.5.14",
"@backstage/catalog-client": "^1.5.2",
"@backstage/catalog-model": "^1.4.3",
"@backstage/config": "^1.1.1",
"@backstage/integration": "^1.8.0",
"@backstage/plugin-app-backend": "^0.3.57",
"@backstage/plugin-auth-backend": "^0.20.3",
"@backstage/plugin-auth-backend": "^0.22.0",
"@backstage/plugin-catalog-backend": "^1.16.1",
"@backstage/plugin-permission-common": "^0.7.12",
"@backstage/plugin-permission-node": "^0.7.20",
Expand All @@ -44,7 +44,7 @@
"winston": "3.8.2"
},
"devDependencies": {
"@backstage/cli": "^0.25.1",
"@backstage/cli": "^0.26.0",
"@types/dockerode": "3.3.28",
"@types/express": "4.17.21",
"@types/express-serve-static-core": "4.19.0",
Expand Down
8 changes: 4 additions & 4 deletions plugins/score-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.4.3",
"@backstage/config": "^1.1.1",
"@backstage/core-components": "^0.13.10",
"@backstage/core-components": "^0.14.0",
"@backstage/core-plugin-api": "^1.8.2",
"@backstage/integration": "^1.9.0",
"@backstage/integration-react": "^1.1.24",
Expand All @@ -58,11 +58,11 @@
},
"devDependencies": {
"@backstage/catalog-client": "^1.5.2",
"@backstage/cli": "^0.25.1",
"@backstage/cli": "^0.26.0",
"@backstage/core-app-api": "^1.11.3",
"@backstage/dev-utils": "^1.0.26",
"@backstage/plugin-catalog": "^1.16.1",
"@backstage/test-utils": "^1.4.7",
"@backstage/plugin-catalog": "^1.19.0",
"@backstage/test-utils": "^1.5.4",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
Expand Down
Loading

0 comments on commit 3d737cc

Please sign in to comment.