Skip to content

Commit

Permalink
chore: update to backstage 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Jan 2, 2024
1 parent 1b74203 commit 748d998
Show file tree
Hide file tree
Showing 6 changed files with 905 additions and 645 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.20.1"
"version": "1.21.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@octokit/rest": "19.0.8"
},
"devDependencies": {
"@backstage/cli": "^0.24.0",
"@backstage/cli": "^0.25.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@spotify/prettier-config": "^15.0.0",
Expand Down
18 changes: 9 additions & 9 deletions plugins/qeta-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/backend-common": "^0.19.9",
"@backstage/backend-plugin-api": "^0.6.7",
"@backstage/backend-common": "^0.20.0",
"@backstage/backend-plugin-api": "^0.6.8",
"@backstage/catalog-model": "^1.4.3",
"@backstage/config": "^1.1.1",
"@backstage/errors": "^1.2.3",
"@backstage/plugin-auth-node": "^0.4.1",
"@backstage/plugin-events-node": "^0.2.16",
"@backstage/plugin-permission-common": "^0.7.10",
"@backstage/plugin-permission-node": "^0.7.18",
"@backstage/plugin-search-common": "^1.2.8",
"@backstage/plugin-auth-node": "^0.4.2",
"@backstage/plugin-events-node": "^0.2.17",
"@backstage/plugin-permission-common": "^0.7.11",
"@backstage/plugin-permission-node": "^0.7.19",
"@backstage/plugin-search-common": "^1.2.9",
"@drodil/backstage-plugin-qeta-common": "workspace:^",
"@types/express": "*",
"@types/multiparty": "^0.0.33",
Expand All @@ -66,8 +66,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.2.8",
"@backstage/cli": "^0.24.0",
"@backstage/backend-test-utils": "^0.2.9",
"@backstage/cli": "^0.25.0",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.4",
"supertest": "^6.2.4"
Expand Down
6 changes: 3 additions & 3 deletions plugins/qeta-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/plugin-permission-common": "^0.7.10",
"@backstage/plugin-search-common": "^1.2.8"
"@backstage/plugin-permission-common": "^0.7.11",
"@backstage/plugin-search-common": "^1.2.9"
},
"peerDependencies": {
"@backstage/catalog-model": "^1.4.3"
},
"devDependencies": {
"@backstage/cli": "^0.24.0"
"@backstage/cli": "^0.25.0"
},
"files": [
"dist"
Expand Down
20 changes: 10 additions & 10 deletions plugins/qeta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/catalog-client": "^1.4.6",
"@backstage/catalog-client": "^1.5.1",
"@backstage/catalog-model": "^1.4.3",
"@backstage/config": "^1.1.1",
"@backstage/core-components": "^0.13.8",
"@backstage/core-plugin-api": "^1.8.0",
"@backstage/core-components": "^0.13.9",
"@backstage/core-plugin-api": "^1.8.1",
"@backstage/errors": "^1.2.3",
"@backstage/plugin-catalog-react": "^1.9.0",
"@backstage/plugin-home-react": "^0.1.5",
"@backstage/plugin-permission-react": "^0.4.17",
"@backstage/plugin-catalog-react": "^1.9.2",
"@backstage/plugin-home-react": "^0.1.6",
"@backstage/plugin-permission-react": "^0.4.18",
"@drodil/backstage-plugin-qeta-common": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.3",
Expand All @@ -63,7 +63,7 @@
"react-use": "^17.4.0"
},
"peerDependencies": {
"@backstage/catalog-client": "^1.4.6",
"@backstage/catalog-client": "^1.5.1",
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0",
"react-router-dom": "^6.3.0"
Expand All @@ -72,9 +72,9 @@
"react-markdown": "8.0.7"
},
"devDependencies": {
"@backstage/cli": "^0.24.0",
"@backstage/dev-utils": "^1.0.23",
"@backstage/plugin-home": "^0.5.10",
"@backstage/cli": "^0.25.0",
"@backstage/dev-utils": "^1.0.25",
"@backstage/plugin-home": "^0.6.0",
"@testing-library/jest-dom": "^6.1.3",
"@types/dompurify": "^3.0.0",
"@types/lodash": "^4.14.199",
Expand Down
Loading

0 comments on commit 748d998

Please sign in to comment.