-
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
dfbdeca
commit 172d923
Showing
2 changed files
with
135 additions
and
0 deletions.
There are no files selected for viewing
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,132 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 3806adf..7a23fa9 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.24.0-next.0" | ||
+ "version": "1.23.0" | ||
} | ||
diff --git a/package.json b/package.json | ||
index e97b24d..ac4c4b9 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -33,3 +33,3 @@ | ||
"devDependencies": { | ||
- "@backstage/cli": "^0.25.3-next.0", | ||
+ "@backstage/cli": "^0.25.2", | ||
"@backstage/e2e-test-utils": "^0.1.1", | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 12be02d..c32d4bf 100644 | ||
--- a/packages/app/package.json | ||
+++ b/packages/app/package.json | ||
@@ -16,27 +16,27 @@ | ||
"dependencies": { | ||
- "@backstage/app-defaults": "^1.5.1-next.0", | ||
- "@backstage/catalog-model": "^1.4.5-next.0", | ||
- "@backstage/cli": "^0.25.3-next.0", | ||
- "@backstage/core-app-api": "^1.12.1-next.0", | ||
- "@backstage/core-components": "^0.14.1-next.0", | ||
- "@backstage/core-plugin-api": "^1.9.1-next.0", | ||
- "@backstage/integration-react": "^1.1.25-next.0", | ||
- "@backstage/plugin-api-docs": "^0.11.1-next.0", | ||
- "@backstage/plugin-catalog": "^1.17.1-next.0", | ||
- "@backstage/plugin-catalog-common": "^1.0.22-next.0", | ||
- "@backstage/plugin-catalog-graph": "^0.4.1-next.0", | ||
- "@backstage/plugin-catalog-import": "^0.10.7-next.0", | ||
- "@backstage/plugin-catalog-react": "^1.10.1-next.0", | ||
- "@backstage/plugin-github-actions": "^0.6.12-next.0", | ||
- "@backstage/plugin-org": "^0.6.21-next.0", | ||
- "@backstage/plugin-permission-react": "^0.4.21-next.0", | ||
- "@backstage/plugin-scaffolder": "^1.18.1-next.0", | ||
- "@backstage/plugin-search": "^1.4.7-next.0", | ||
- "@backstage/plugin-search-react": "^1.7.7-next.0", | ||
- "@backstage/plugin-tech-radar": "^0.6.14-next.0", | ||
- "@backstage/plugin-techdocs": "^1.10.1-next.0", | ||
- "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.6-next.0", | ||
- "@backstage/plugin-techdocs-react": "^1.1.17-next.0", | ||
- "@backstage/plugin-user-settings": "^0.8.2-next.0", | ||
- "@backstage/theme": "^0.5.2-next.0", | ||
+ "@backstage/app-defaults": "^1.5.0", | ||
+ "@backstage/catalog-model": "^1.4.4", | ||
+ "@backstage/cli": "^0.25.2", | ||
+ "@backstage/core-app-api": "^1.12.0", | ||
+ "@backstage/core-components": "^0.14.0", | ||
+ "@backstage/core-plugin-api": "^1.9.0", | ||
+ "@backstage/integration-react": "^1.1.24", | ||
+ "@backstage/plugin-api-docs": "^0.11.0", | ||
+ "@backstage/plugin-catalog": "^1.17.0", | ||
+ "@backstage/plugin-catalog-common": "^1.0.21", | ||
+ "@backstage/plugin-catalog-graph": "^0.4.0", | ||
+ "@backstage/plugin-catalog-import": "^0.10.6", | ||
+ "@backstage/plugin-catalog-react": "^1.10.0", | ||
+ "@backstage/plugin-github-actions": "^0.6.11", | ||
+ "@backstage/plugin-org": "^0.6.20", | ||
+ "@backstage/plugin-permission-react": "^0.4.20", | ||
+ "@backstage/plugin-scaffolder": "^1.18.0", | ||
+ "@backstage/plugin-search": "^1.4.6", | ||
+ "@backstage/plugin-search-react": "^1.7.6", | ||
+ "@backstage/plugin-tech-radar": "^0.6.13", | ||
+ "@backstage/plugin-techdocs": "^1.10.0", | ||
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.5", | ||
+ "@backstage/plugin-techdocs-react": "^1.1.16", | ||
+ "@backstage/plugin-user-settings": "^0.8.1", | ||
+ "@backstage/theme": "^0.5.1", | ||
"@material-ui/core": "^4.12.2", | ||
@@ -51,3 +51,3 @@ | ||
"devDependencies": { | ||
- "@backstage/test-utils": "^1.5.1-next.0", | ||
+ "@backstage/test-utils": "^1.5.0", | ||
"@playwright/test": "^1.32.3", | ||
diff --git a/packages/backend/package.json b/packages/backend/package.json | ||
index 42a45fb..7a71f80 100644 | ||
--- a/packages/backend/package.json | ||
+++ b/packages/backend/package.json | ||
@@ -18,22 +18,22 @@ | ||
"dependencies": { | ||
- "@backstage/backend-common": "^0.21.3-next.0", | ||
- "@backstage/backend-tasks": "^0.5.18-next.0", | ||
- "@backstage/catalog-client": "^1.6.1-next.0", | ||
- "@backstage/catalog-model": "^1.4.5-next.0", | ||
- "@backstage/config": "^1.1.2-next.0", | ||
- "@backstage/plugin-app-backend": "^0.3.61-next.0", | ||
- "@backstage/plugin-auth-backend": "^0.22.0-next.0", | ||
- "@backstage/plugin-auth-node": "^0.4.8-next.0", | ||
- "@backstage/plugin-catalog-backend": "^1.18.0-next.0", | ||
- "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.10-next.0", | ||
- "@backstage/plugin-permission-common": "^0.7.13-next.0", | ||
- "@backstage/plugin-permission-node": "^0.7.24-next.0", | ||
- "@backstage/plugin-proxy-backend": "^0.4.11-next.0", | ||
- "@backstage/plugin-scaffolder-backend": "^1.22.0-next.0", | ||
- "@backstage/plugin-search-backend": "^1.5.3-next.0", | ||
- "@backstage/plugin-search-backend-module-catalog": "^0.1.17-next.0", | ||
- "@backstage/plugin-search-backend-module-pg": "^0.5.22-next.0", | ||
- "@backstage/plugin-search-backend-module-techdocs": "^0.1.17-next.0", | ||
- "@backstage/plugin-search-backend-node": "^1.2.17-next.0", | ||
- "@backstage/plugin-techdocs-backend": "^1.9.6-next.0", | ||
+ "@backstage/backend-common": "^0.21.0", | ||
+ "@backstage/backend-tasks": "^0.5.15", | ||
+ "@backstage/catalog-client": "^1.6.0", | ||
+ "@backstage/catalog-model": "^1.4.4", | ||
+ "@backstage/config": "^1.1.1", | ||
+ "@backstage/plugin-app-backend": "^0.3.58", | ||
+ "@backstage/plugin-auth-backend": "^0.21.0", | ||
+ "@backstage/plugin-auth-node": "^0.4.4", | ||
+ "@backstage/plugin-catalog-backend": "^1.17.0", | ||
+ "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.7", | ||
+ "@backstage/plugin-permission-common": "^0.7.12", | ||
+ "@backstage/plugin-permission-node": "^0.7.21", | ||
+ "@backstage/plugin-proxy-backend": "^0.4.8", | ||
+ "@backstage/plugin-scaffolder-backend": "^1.21.0", | ||
+ "@backstage/plugin-search-backend": "^1.5.0", | ||
+ "@backstage/plugin-search-backend-module-catalog": "^0.1.14", | ||
+ "@backstage/plugin-search-backend-module-pg": "^0.5.19", | ||
+ "@backstage/plugin-search-backend-module-techdocs": "^0.1.14", | ||
+ "@backstage/plugin-search-backend-node": "^1.2.14", | ||
+ "@backstage/plugin-techdocs-backend": "^1.9.3", | ||
"app": "link:../app", | ||
@@ -48,3 +48,3 @@ | ||
"devDependencies": { | ||
- "@backstage/cli": "^0.25.3-next.0", | ||
+ "@backstage/cli": "^0.25.2", | ||
"@types/dockerode": "^3.3.0", |
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 |
---|---|---|
|
@@ -493,5 +493,8 @@ | |
}, | ||
"1.24.0-next.0": { | ||
"createApp": "0.5.12-next.0" | ||
}, | ||
"1.23.4": { | ||
"createApp": "0.5.11" | ||
} | ||
} |