Skip to content

Commit 33190b1

Browse files
committed
chore: Update to Backstage 1.32.5
1 parent bdf59a1 commit 33190b1

File tree

5 files changed

+145
-75
lines changed

5 files changed

+145
-75
lines changed

backstage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.32.3"
2+
"version": "1.32.5"
33
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
]
3333
},
3434
"devDependencies": {
35-
"@backstage/cli": "^0.28.1",
35+
"@backstage/cli": "^0.28.2",
3636
"@backstage/e2e-test-utils": "^0.1.1",
37-
"@playwright/test": "^1.48.1",
37+
"@playwright/test": "^1.48.2",
3838
"@spotify/prettier-config": "^12.0.0",
3939
"env-cmd": "^10.1.0",
4040
"node-gyp": "^10.2.0",

packages/app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"lint": "backstage-cli package lint"
1515
},
1616
"dependencies": {
17-
"@backstage-community/plugin-github-actions": "^0.6.23",
18-
"@backstage-community/plugin-sonarqube": "^0.8.4",
17+
"@backstage-community/plugin-github-actions": "^0.6.24",
18+
"@backstage-community/plugin-sonarqube": "^0.8.6",
1919
"@backstage/app-defaults": "^1.5.12",
2020
"@backstage/catalog-model": "^1.7.0",
21-
"@backstage/cli": "^0.28.1",
21+
"@backstage/cli": "^0.28.2",
2222
"@backstage/core-app-api": "^1.15.1",
2323
"@backstage/core-components": "^0.15.1",
2424
"@backstage/core-plugin-api": "^1.10.0",
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@backstage/test-utils": "^1.7.0",
57-
"@playwright/test": "^1.48.1",
57+
"@playwright/test": "^1.48.2",
5858
"@testing-library/dom": "^9.3.4",
5959
"@testing-library/jest-dom": "^6.6.2",
6060
"@testing-library/react": "^14.3.1",

packages/backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
1717
},
1818
"dependencies": {
19-
"@backstage-community/plugin-sonarqube-backend": "^0.2.25",
19+
"@backstage-community/plugin-sonarqube-backend": "^0.3.0",
2020
"@backstage/backend-defaults": "^0.5.2",
2121
"@backstage/config": "^1.2.0",
2222
"@backstage/plugin-app-backend": "^0.3.76",
@@ -45,10 +45,10 @@
4545
"app": "link:../app",
4646
"better-sqlite3": "^9.6.0",
4747
"node-gyp": "^10.2.0",
48-
"pg": "^8.13.0"
48+
"pg": "^8.13.1"
4949
},
5050
"devDependencies": {
51-
"@backstage/cli": "^0.28.1"
51+
"@backstage/cli": "^0.28.2"
5252
},
5353
"files": [
5454
"dist"

0 commit comments

Comments
 (0)