Skip to content

Commit

Permalink
Bump Backstage to version 1.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangonzalezacuna committed Oct 18, 2024
1 parent 39d54a8 commit c6b6505
Show file tree
Hide file tree
Showing 8 changed files with 607 additions and 356 deletions.
8 changes: 8 additions & 0 deletions .changeset/eight-forks-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@spreadshirt/backstage-plugin-s3-viewer': patch
'@spreadshirt/backstage-plugin-s3-viewer-backend': patch
'@spreadshirt/backstage-plugin-s3-viewer-common': patch
'@spreadshirt/backstage-plugin-s3-viewer-node': patch
---

Bump Backstage dependencies to version 1.32.2
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.31.1"
"version": "1.32.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"npm:release": "yarn install && tsc && yarn build:all && changeset publish"
},
"devDependencies": {
"@backstage/cli": "^0.27.1",
"@backstage/cli": "^0.28.0",
"@changesets/cli": "^2.24.4",
"@spotify/prettier-config": "^15.0.0",
"concurrently": "^8.0.0",
Expand Down
16 changes: 8 additions & 8 deletions plugins/s3-viewer-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"@aws-crypto/sha256-browser": "^5.2.0",
"@aws-sdk/client-s3": "^3.360.0",
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-defaults": "^0.5.0",
"@backstage/backend-plugin-api": "^1.0.0",
"@backstage/backend-defaults": "^0.5.2",
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/backend-tasks": "^0.6.1",
"@backstage/config": "^1.2.0",
"@backstage/errors": "^1.2.4",
"@backstage/plugin-auth-node": "^0.5.2",
"@backstage/plugin-permission-backend": "^0.5.49",
"@backstage/plugin-auth-node": "^0.5.3",
"@backstage/plugin-permission-backend": "^0.5.50",
"@backstage/plugin-permission-common": "^0.8.1",
"@backstage/plugin-permission-node": "^0.8.3",
"@backstage/plugin-permission-node": "^0.8.4",
"@backstage/types": "^1.1.1",
"@smithy/protocol-http": "^4.1.0",
"@smithy/signature-v4": "^4.1.0",
Expand All @@ -66,9 +66,9 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.0.0",
"@backstage/cli": "^0.27.1",
"@backstage/test-utils": "^1.6.0",
"@backstage/backend-test-utils": "^1.0.2",
"@backstage/cli": "^0.28.0",
"@backstage/test-utils": "^1.7.0",
"@types/cookie-parser": "^1.4.3",
"@types/jest": "*",
"@types/supertest": "^2.0.8",
Expand Down
2 changes: 1 addition & 1 deletion plugins/s3-viewer-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.27.1"
"@backstage/cli": "^0.28.0"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions plugins/s3-viewer-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.27.1"
"@backstage/cli": "^0.28.0"
},
"files": [
"dist"
],
"dependencies": {
"@backstage/backend-plugin-api": "^1.0.0",
"@backstage/backend-plugin-api": "^1.0.1",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.7",
"@types/express": "*",
"express": "^4.17.1",
Expand Down
12 changes: 6 additions & 6 deletions plugins/s3-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.15.0",
"@backstage/core-plugin-api": "^1.9.4",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand All @@ -51,10 +51,10 @@
"react-router": "^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.27.1",
"@backstage/core-app-api": "^1.15.0",
"@backstage/dev-utils": "^1.1.0",
"@backstage/test-utils": "^1.6.0",
"@backstage/cli": "^0.28.0",
"@backstage/core-app-api": "^1.15.1",
"@backstage/dev-utils": "^1.1.2",
"@backstage/test-utils": "^1.7.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
Expand Down
Loading

0 comments on commit c6b6505

Please sign in to comment.