-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba82a91
commit 5b57b0d
Showing
3 changed files
with
133 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 727c0ef..b1ca6e4 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.0-next.0" | ||
+ "version": "1.31.1" | ||
} | ||
diff --git a/package.json b/package.json | ||
index 0f8e33b..ba1dbc8 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -33,3 +33,3 @@ | ||
"devDependencies": { | ||
- "@backstage/cli": "^0.28.0-next.0", | ||
+ "@backstage/cli": "^0.27.1", | ||
"@backstage/e2e-test-utils": "^0.1.1", | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index ac910e6..f446dae 100644 | ||
--- a/packages/app/package.json | ||
+++ b/packages/app/package.json | ||
@@ -16,25 +16,25 @@ | ||
"dependencies": { | ||
- "@backstage/app-defaults": "^1.5.12-next.0", | ||
+ "@backstage/app-defaults": "^1.5.11", | ||
"@backstage/catalog-model": "^1.7.0", | ||
- "@backstage/cli": "^0.28.0-next.0", | ||
- "@backstage/core-app-api": "^1.15.1-next.0", | ||
- "@backstage/core-components": "^0.15.1-next.0", | ||
- "@backstage/core-plugin-api": "^1.10.0-next.0", | ||
- "@backstage/integration-react": "^1.1.32-next.0", | ||
- "@backstage/plugin-api-docs": "^0.11.10-next.0", | ||
- "@backstage/plugin-catalog": "^1.24.0-next.0", | ||
+ "@backstage/cli": "^0.27.1", | ||
+ "@backstage/core-app-api": "^1.15.0", | ||
+ "@backstage/core-components": "^0.15.0", | ||
+ "@backstage/core-plugin-api": "^1.9.4", | ||
+ "@backstage/integration-react": "^1.1.31", | ||
+ "@backstage/plugin-api-docs": "^0.11.9", | ||
+ "@backstage/plugin-catalog": "^1.23.0", | ||
"@backstage/plugin-catalog-common": "^1.1.0", | ||
- "@backstage/plugin-catalog-graph": "^0.4.10-next.0", | ||
- "@backstage/plugin-catalog-import": "^0.12.4-next.0", | ||
- "@backstage/plugin-catalog-react": "^1.13.1-next.0", | ||
- "@backstage/plugin-kubernetes": "^0.11.15-next.0", | ||
- "@backstage/plugin-org": "^0.6.30-next.0", | ||
- "@backstage/plugin-permission-react": "^0.4.27-next.0", | ||
- "@backstage/plugin-scaffolder": "^1.26.0-next.0", | ||
- "@backstage/plugin-search": "^1.4.17-next.0", | ||
- "@backstage/plugin-search-react": "^1.8.1-next.0", | ||
- "@backstage/plugin-techdocs": "^1.10.10-next.0", | ||
- "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.15-next.0", | ||
- "@backstage/plugin-techdocs-react": "^1.2.9-next.0", | ||
- "@backstage/plugin-user-settings": "^0.8.13-next.0", | ||
+ "@backstage/plugin-catalog-graph": "^0.4.9", | ||
+ "@backstage/plugin-catalog-import": "^0.12.3", | ||
+ "@backstage/plugin-catalog-react": "^1.13.0", | ||
+ "@backstage/plugin-kubernetes": "^0.11.14", | ||
+ "@backstage/plugin-org": "^0.6.29", | ||
+ "@backstage/plugin-permission-react": "^0.4.26", | ||
+ "@backstage/plugin-scaffolder": "^1.25.0", | ||
+ "@backstage/plugin-search": "^1.4.16", | ||
+ "@backstage/plugin-search-react": "^1.8.0", | ||
+ "@backstage/plugin-techdocs": "^1.10.9", | ||
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.14", | ||
+ "@backstage/plugin-techdocs-react": "^1.2.8", | ||
+ "@backstage/plugin-user-settings": "^0.8.12", | ||
"@backstage/theme": "^0.5.7", | ||
@@ -50,3 +50,3 @@ | ||
"devDependencies": { | ||
- "@backstage/test-utils": "^1.6.1-next.0", | ||
+ "@backstage/test-utils": "^1.6.0", | ||
"@playwright/test": "^1.32.3", | ||
diff --git a/packages/backend/package.json b/packages/backend/package.json | ||
index ffb780c..7958e0b 100644 | ||
--- a/packages/backend/package.json | ||
+++ b/packages/backend/package.json | ||
@@ -18,25 +18,25 @@ | ||
"dependencies": { | ||
- "@backstage/backend-defaults": "^0.5.1-next.0", | ||
+ "@backstage/backend-defaults": "^0.5.0", | ||
"@backstage/config": "^1.2.0", | ||
- "@backstage/plugin-app-backend": "^0.3.75-next.0", | ||
- "@backstage/plugin-auth-backend": "^0.23.1-next.0", | ||
- "@backstage/plugin-auth-backend-module-github-provider": "^0.2.1-next.0", | ||
- "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.1-next.0", | ||
- "@backstage/plugin-auth-node": "^0.5.3-next.0", | ||
- "@backstage/plugin-catalog-backend": "^1.26.1-next.0", | ||
- "@backstage/plugin-catalog-backend-module-logs": "^0.1.1-next.0", | ||
- "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.1-next.0", | ||
- "@backstage/plugin-kubernetes-backend": "^0.18.7-next.0", | ||
- "@backstage/plugin-permission-backend": "^0.5.50-next.0", | ||
- "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.1-next.0", | ||
+ "@backstage/plugin-app-backend": "^0.3.74", | ||
+ "@backstage/plugin-auth-backend": "^0.23.0", | ||
+ "@backstage/plugin-auth-backend-module-github-provider": "^0.2.0", | ||
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.0", | ||
+ "@backstage/plugin-auth-node": "^0.5.2", | ||
+ "@backstage/plugin-catalog-backend": "^1.26.0", | ||
+ "@backstage/plugin-catalog-backend-module-logs": "^0.1.0", | ||
+ "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.0", | ||
+ "@backstage/plugin-kubernetes-backend": "^0.18.6", | ||
+ "@backstage/plugin-permission-backend": "^0.5.49", | ||
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.0", | ||
"@backstage/plugin-permission-common": "^0.8.1", | ||
- "@backstage/plugin-permission-node": "^0.8.4-next.0", | ||
- "@backstage/plugin-proxy-backend": "^0.5.7-next.0", | ||
- "@backstage/plugin-scaffolder-backend": "^1.26.0-next.0", | ||
- "@backstage/plugin-search-backend": "^1.5.18-next.0", | ||
- "@backstage/plugin-search-backend-module-catalog": "^0.2.3-next.0", | ||
- "@backstage/plugin-search-backend-module-pg": "^0.5.36-next.0", | ||
- "@backstage/plugin-search-backend-module-techdocs": "^0.2.3-next.0", | ||
- "@backstage/plugin-search-backend-node": "^1.3.3-next.0", | ||
- "@backstage/plugin-techdocs-backend": "^1.10.14-next.0", | ||
+ "@backstage/plugin-permission-node": "^0.8.3", | ||
+ "@backstage/plugin-proxy-backend": "^0.5.6", | ||
+ "@backstage/plugin-scaffolder-backend": "^1.25.0", | ||
+ "@backstage/plugin-search-backend": "^1.5.17", | ||
+ "@backstage/plugin-search-backend-module-catalog": "^0.2.2", | ||
+ "@backstage/plugin-search-backend-module-pg": "^0.5.35", | ||
+ "@backstage/plugin-search-backend-module-techdocs": "^0.2.2", | ||
+ "@backstage/plugin-search-backend-node": "^1.3.2", | ||
+ "@backstage/plugin-techdocs-backend": "^1.10.13", | ||
"app": "link:../app", | ||
@@ -48,3 +48,3 @@ | ||
"devDependencies": { | ||
- "@backstage/cli": "^0.28.0-next.0", | ||
+ "@backstage/cli": "^0.27.1", | ||
"@types/express": "^4.17.6", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -670,5 +670,8 @@ | |
}, | ||
"1.32.0-next.0": { | ||
"createApp": "0.5.21-next.0" | ||
}, | ||
"1.31.2": { | ||
"createApp": "0.5.20" | ||
} | ||
} |