Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
chore: Bump Backstage to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Jan 19, 2023
1 parent 809922f commit e6dde1d
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 232 deletions.
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.9.0"
"version": "1.10.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"publish-version": "lerna publish from-package --yes --no-verify-access"
},
"devDependencies": {
"@backstage/cli": "^0.22.0",
"@backstage/cli": "^0.22.1",
"@spotify/prettier-config": "^14.0.0",
"@types/react": "^17.0.0",
"lerna": "^6.0.1",
Expand Down
12 changes: 6 additions & 6 deletions plugins/aws-proton-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"dependencies": {
"@aws-sdk/client-proton": "^3.63.0",
"@aws-sdk/util-arn-parser": "^3.52.0",
"@backstage/backend-common": "^0.17.0",
"@backstage/config": "^1.0.5",
"@backstage/integration-aws-node": "^0.1.0",
"@backstage/plugin-scaffolder-backend": "^1.9.0",
"@backstage/backend-common": "^0.18.1",
"@backstage/config": "^1.0.6",
"@backstage/integration-aws-node": "^0.1.1",
"@backstage/plugin-scaffolder-backend": "^1.10.1",
"@types/express": "*",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
Expand All @@ -49,8 +49,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.0",
"@backstage/dev-utils": "^1.0.9",
"@backstage/cli": "^0.22.1",
"@backstage/dev-utils": "^1.0.11",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^8.0.0",
"@types/jest": "^29.0.0",
Expand Down
16 changes: 8 additions & 8 deletions plugins/aws-proton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"dependencies": {
"@aws-sdk/client-proton": "^3.63.0",
"@aws-sdk/util-arn-parser": "^3.52.0",
"@backstage/catalog-model": "^1.1.4",
"@backstage/core-components": "^0.12.1",
"@backstage/core-plugin-api": "^1.2.0",
"@backstage/catalog-model": "^1.1.5",
"@backstage/core-components": "^0.12.3",
"@backstage/core-plugin-api": "^1.3.0",
"@backstage/errors": "^1.1.4",
"@backstage/plugin-catalog-react": "^1.2.2",
"@backstage/plugin-catalog-react": "^1.2.4",
"@backstage/theme": "^0.2.16",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
Expand All @@ -54,10 +54,10 @@
"react-dom": "^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.0",
"@backstage/core-app-api": "^1.3.0",
"@backstage/dev-utils": "^1.0.9",
"@backstage/test-utils": "^1.2.3",
"@backstage/cli": "^0.22.1",
"@backstage/core-app-api": "^1.4.0",
"@backstage/dev-utils": "^1.0.11",
"@backstage/test-utils": "^1.2.4",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^14.0.4",
Expand Down
Loading

0 comments on commit e6dde1d

Please sign in to comment.