Skip to content

Commit

Permalink
Merge pull request #175 from K-Phoen/backstage-1.15.0
Browse files Browse the repository at this point in the history
Bump Backstage dependencies to 1.15.0
  • Loading branch information
K-Phoen committed Jun 26, 2023
2 parents af5d8ba + 793d5b9 commit d38ea67
Show file tree
Hide file tree
Showing 7 changed files with 1,921 additions and 1,100 deletions.
7 changes: 7 additions & 0 deletions .changeset/clever-poems-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@k-phoen/backstage-plugin-announcements-backend': patch
'@k-phoen/backstage-plugin-announcements-common': patch
'@k-phoen/backstage-plugin-announcements': patch
---

Bump Backstage dependencies to 1.15.0
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.12.1"
"version": "1.15.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.22.5",
"@backstage/cli": "^0.22.8",
"@changesets/cli": "^2.18.0",
"@spotify/prettier-config": "^12.0.0",
"@types/webpack": "^5.28.0",
Expand Down
18 changes: 9 additions & 9 deletions plugins/announcements-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.18.3",
"@backstage/config": "^1.0.7",
"@backstage/core-plugin-api": "^1.5.0",
"@backstage/errors": "^1.1.5",
"@backstage/plugin-auth-node": "^0.2.12",
"@backstage/plugin-permission-common": "^0.7.4",
"@backstage/plugin-permission-node": "^0.7.6",
"@backstage/plugin-search-common": "^1.2.2",
"@backstage/backend-common": "^0.19.0",
"@backstage/config": "^1.0.8",
"@backstage/core-plugin-api": "^1.5.2",
"@backstage/errors": "^1.2.0",
"@backstage/plugin-auth-node": "^0.2.15",
"@backstage/plugin-permission-common": "^0.7.6",
"@backstage/plugin-permission-node": "^0.7.9",
"@backstage/plugin-search-common": "^1.2.4",
"@k-phoen/backstage-plugin-announcements-common": "^0.0.6",
"@types/express": "^4.17.6",
"cross-fetch": "^3.1.5",
Expand All @@ -52,7 +52,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.5",
"@backstage/cli": "^0.22.8",
"@types/supertest": "^2.0.8",
"@types/uuid": "^8.3.4",
"better-sqlite3": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/announcements-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.22.5"
"@backstage/cli": "^0.22.8"
},
"dependencies": {
"@backstage/plugin-permission-common": "^0.7.4"
"@backstage/plugin-permission-common": "^0.7.6"
},
"files": [
"dist"
Expand Down
26 changes: 13 additions & 13 deletions plugins/announcements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.2.1",
"@backstage/core-app-api": "^1.6.0",
"@backstage/core-components": "^0.12.5",
"@backstage/core-plugin-api": "^1.5.0",
"@backstage/errors": "^1.1.5",
"@backstage/plugin-catalog-react": "^1.4.0",
"@backstage/plugin-permission-react": "^0.4.11",
"@backstage/plugin-search-common": "^1.2.2",
"@backstage/plugin-search-react": "^1.5.1",
"@backstage/theme": "^0.2.18",
"@backstage/catalog-model": "^1.4.0",
"@backstage/core-app-api": "^1.8.1",
"@backstage/core-components": "^0.13.2",
"@backstage/core-plugin-api": "^1.5.2",
"@backstage/errors": "^1.2.0",
"@backstage/plugin-catalog-react": "^1.7.0",
"@backstage/plugin-permission-react": "^0.4.13",
"@backstage/plugin-search-common": "^1.2.4",
"@backstage/plugin-search-react": "^1.6.2",
"@backstage/theme": "^0.4.0",
"@k-phoen/backstage-plugin-announcements-common": "^0.0.6",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
Expand All @@ -53,9 +53,9 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.5",
"@backstage/dev-utils": "^1.0.13",
"@backstage/test-utils": "^1.2.6",
"@backstage/cli": "^0.22.8",
"@backstage/dev-utils": "^1.0.16",
"@backstage/test-utils": "^1.4.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
Expand Down
Loading

0 comments on commit d38ea67

Please sign in to comment.