Skip to content

Commit

Permalink
Bump backstage dependencies to version 1.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangonzalezacuna committed May 17, 2024
1 parent dff0e6a commit b23661d
Show file tree
Hide file tree
Showing 8 changed files with 201 additions and 183 deletions.
8 changes: 8 additions & 0 deletions .changeset/small-ducks-brush.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.27.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.26.0"
"version": "1.27.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"npm:release": "yarn install && tsc && yarn build:all && changeset publish"
},
"devDependencies": {
"@backstage/cli": "^0.26.3",
"@backstage/cli": "^0.26.5",
"@changesets/cli": "^2.24.4",
"@spotify/prettier-config": "^12.0.0",
"@types/react": "^18.0.2",
Expand Down
18 changes: 9 additions & 9 deletions plugins/s3-viewer-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@aws-sdk/client-s3": "^3.350.0",
"@aws-sdk/protocol-http": "^3.347.0",
"@aws-sdk/signature-v4": "^3.347.0",
"@backstage/backend-common": "^0.21.7",
"@backstage/backend-plugin-api": "^0.6.17",
"@backstage/backend-tasks": "^0.5.22",
"@backstage/backend-common": "^0.22.0",
"@backstage/backend-plugin-api": "^0.6.18",
"@backstage/backend-tasks": "^0.5.23",
"@backstage/config": "^1.2.0",
"@backstage/errors": "^1.2.4",
"@backstage/plugin-auth-node": "^0.4.12",
"@backstage/plugin-permission-backend": "^0.5.41",
"@backstage/plugin-auth-node": "^0.4.13",
"@backstage/plugin-permission-backend": "^0.5.42",
"@backstage/plugin-permission-common": "^0.7.13",
"@backstage/plugin-permission-node": "^0.7.28",
"@backstage/plugin-permission-node": "^0.7.29",
"@backstage/types": "^1.1.1",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.1",
"@spreadshirt/backstage-plugin-s3-viewer-node": "0.2.1",
Expand All @@ -58,9 +58,9 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.3.7",
"@backstage/cli": "^0.26.3",
"@backstage/test-utils": "^1.5.4",
"@backstage/backend-test-utils": "^0.3.8",
"@backstage/cli": "^0.26.5",
"@backstage/test-utils": "^1.5.5",
"@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 @@ -32,7 +32,7 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.26.3"
"@backstage/cli": "^0.26.5"
},
"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 @@ -30,13 +30,13 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.26.3"
"@backstage/cli": "^0.26.5"
},
"files": [
"dist"
],
"dependencies": {
"@backstage/backend-plugin-api": "^0.6.17",
"@backstage/backend-plugin-api": "^0.6.18",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.1",
"@types/express": "*",
"express": "^4.17.1",
Expand Down
10 changes: 5 additions & 5 deletions plugins/s3-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.14.4",
"@backstage/core-components": "^0.14.7",
"@backstage/core-plugin-api": "^1.9.2",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
Expand All @@ -44,10 +44,10 @@
"react-router": "^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.26.3",
"@backstage/core-app-api": "^1.12.4",
"@backstage/dev-utils": "^1.0.31",
"@backstage/test-utils": "^1.5.4",
"@backstage/cli": "^0.26.5",
"@backstage/core-app-api": "^1.12.5",
"@backstage/dev-utils": "^1.0.32",
"@backstage/test-utils": "^1.5.5",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.0.0",
Expand Down
Loading

0 comments on commit b23661d

Please sign in to comment.