Skip to content

Commit

Permalink
chore: update to backstage 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Feb 22, 2024
1 parent a5b9a0f commit 1522057
Show file tree
Hide file tree
Showing 8 changed files with 1,565 additions and 775 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.22.0"
"version": "1.23.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 @@
"@types/react-dom": "^17"
},
"devDependencies": {
"@backstage/cli": "^0.25.1",
"@backstage/cli": "^0.25.2",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@spotify/prettier-config": "^15.0.0",
Expand Down
16 changes: 8 additions & 8 deletions plugins/qeta-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/backend-common": "^0.20.1",
"@backstage/backend-plugin-api": "^0.6.9",
"@backstage/catalog-model": "^1.4.3",
"@backstage/backend-common": "^0.21.0",
"@backstage/backend-plugin-api": "^0.6.10",
"@backstage/catalog-model": "^1.4.4",
"@backstage/config": "^1.1.1",
"@backstage/errors": "^1.2.3",
"@backstage/plugin-auth-node": "^0.4.3",
"@backstage/plugin-events-node": "^0.2.18",
"@backstage/plugin-auth-node": "^0.4.5",
"@backstage/plugin-events-node": "^0.2.19",
"@backstage/plugin-permission-common": "^0.7.12",
"@backstage/plugin-permission-node": "^0.7.20",
"@backstage/plugin-permission-node": "^0.7.21",
"@backstage/plugin-search-common": "^1.2.10",
"@drodil/backstage-plugin-qeta-common": "workspace:^",
"@types/express": "*",
Expand All @@ -65,8 +65,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.2.10",
"@backstage/cli": "^0.25.1",
"@backstage/backend-test-utils": "^0.3.0",
"@backstage/cli": "^0.25.2",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.4",
"supertest": "^6.2.4"
Expand Down
4 changes: 2 additions & 2 deletions plugins/qeta-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"ajv": "^8.12.0"
},
"peerDependencies": {
"@backstage/catalog-model": "^1.4.3"
"@backstage/catalog-model": "^1.4.4"
},
"devDependencies": {
"@backstage/cli": "^0.25.1"
"@backstage/cli": "^0.25.2"
},
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions plugins/qeta-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/core-plugin-api": "^1.8.2",
"@backstage/core-plugin-api": "^1.9.0",
"@material-ui/core": "^4.12.2"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.25.1",
"@backstage/test-utils": "^1.4.7",
"@backstage/cli": "^0.25.2",
"@backstage/test-utils": "^1.5.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3"
},
Expand Down
22 changes: 11 additions & 11 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.5.2",
"@backstage/catalog-model": "^1.4.3",
"@backstage/catalog-client": "^1.6.0",
"@backstage/catalog-model": "^1.4.4",
"@backstage/config": "^1.1.1",
"@backstage/core-components": "^0.13.10",
"@backstage/core-plugin-api": "^1.8.2",
"@backstage/core-components": "^0.14.0",
"@backstage/core-plugin-api": "^1.9.0",
"@backstage/errors": "^1.2.3",
"@backstage/plugin-catalog-react": "^1.9.3",
"@backstage/plugin-home-react": "^0.1.7",
"@backstage/plugin-permission-react": "^0.4.19",
"@backstage/plugin-catalog-react": "^1.10.0",
"@backstage/plugin-home-react": "^0.1.8",
"@backstage/plugin-permission-react": "^0.4.20",
"@drodil/backstage-plugin-qeta-common": "workspace:^",
"@drodil/backstage-plugin-qeta-react": "workspace:^",
"@material-ui/core": "^4.12.2",
Expand All @@ -63,7 +63,7 @@
"react-use": "^17.4.0"
},
"peerDependencies": {
"@backstage/catalog-client": "^1.5.2",
"@backstage/catalog-client": "^1.6.0",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
Expand All @@ -72,9 +72,9 @@
"react-markdown": "8.0.7"
},
"devDependencies": {
"@backstage/cli": "^0.25.1",
"@backstage/dev-utils": "^1.0.26",
"@backstage/plugin-home": "^0.6.1",
"@backstage/cli": "^0.25.2",
"@backstage/dev-utils": "^1.0.27",
"@backstage/plugin-home": "^0.6.2",
"@testing-library/jest-dom": "^6.1.3",
"@types/dompurify": "^3.0.0",
"@types/lodash": "^4.14.199",
Expand Down
14 changes: 7 additions & 7 deletions plugins/search-backend-module-qeta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/backend-common": "^0.20.1",
"@backstage/backend-plugin-api": "^0.6.9",
"@backstage/backend-tasks": "^0.5.14",
"@backstage/backend-common": "^0.21.0",
"@backstage/backend-plugin-api": "^0.6.10",
"@backstage/backend-tasks": "^0.5.15",
"@backstage/config": "^1.1.1",
"@backstage/core-plugin-api": "^1.8.2",
"@backstage/core-plugin-api": "^1.9.0",
"@backstage/errors": "^1.2.3",
"@backstage/plugin-search-backend-node": "^1.2.13",
"@backstage/plugin-search-backend-node": "^1.2.14",
"@backstage/plugin-search-common": "^1.2.10",
"@drodil/backstage-plugin-qeta-common": "workspace:^"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.2.10",
"@backstage/cli": "^0.25.1",
"@backstage/backend-test-utils": "^0.3.0",
"@backstage/cli": "^0.25.2",
"msw": "^1.2.1"
},
"files": [
Expand Down
Loading

0 comments on commit 1522057

Please sign in to comment.