-
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
7d6fe1c
commit f40bed6
Showing
2 changed files
with
121 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,118 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index c126180..29dd8c9 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.18.0-next.0" | ||
+ "version": "1.17.0" | ||
} | ||
diff --git a/package.json b/package.json | ||
index 20f286b..b55ba06 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -31,3 +31,3 @@ | ||
"devDependencies": { | ||
- "@backstage/cli": "^0.22.12-next.0", | ||
+ "@backstage/cli": "^0.22.10", | ||
"@spotify/prettier-config": "^12.0.0", | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index d77207a..f9d0466 100644 | ||
--- a/packages/app/package.json | ||
+++ b/packages/app/package.json | ||
@@ -20,26 +20,26 @@ | ||
"dependencies": { | ||
- "@backstage/app-defaults": "^1.4.3-next.0", | ||
+ "@backstage/app-defaults": "^1.4.2", | ||
"@backstage/catalog-model": "^1.4.1", | ||
- "@backstage/cli": "^0.22.12-next.0", | ||
- "@backstage/core-app-api": "^1.10.0-next.0", | ||
- "@backstage/core-components": "^0.13.5-next.0", | ||
- "@backstage/core-plugin-api": "^1.6.0-next.0", | ||
- "@backstage/integration-react": "^1.1.18-next.0", | ||
- "@backstage/plugin-api-docs": "^0.9.10-next.0", | ||
- "@backstage/plugin-catalog": "^1.12.4-next.0", | ||
+ "@backstage/cli": "^0.22.10", | ||
+ "@backstage/core-app-api": "^1.9.1", | ||
+ "@backstage/core-components": "^0.13.4", | ||
+ "@backstage/core-plugin-api": "^1.5.3", | ||
+ "@backstage/integration-react": "^1.1.16", | ||
+ "@backstage/plugin-api-docs": "^0.9.7", | ||
+ "@backstage/plugin-catalog": "^1.12.1", | ||
"@backstage/plugin-catalog-common": "^1.0.15", | ||
- "@backstage/plugin-catalog-graph": "^0.2.35-next.0", | ||
- "@backstage/plugin-catalog-import": "^0.9.13-next.0", | ||
- "@backstage/plugin-catalog-react": "^1.8.3-next.0", | ||
- "@backstage/plugin-github-actions": "^0.6.4-next.0", | ||
- "@backstage/plugin-org": "^0.6.13-next.0", | ||
- "@backstage/plugin-permission-react": "^0.4.15-next.0", | ||
- "@backstage/plugin-scaffolder": "^1.14.4-next.0", | ||
- "@backstage/plugin-search": "^1.3.6-next.0", | ||
- "@backstage/plugin-search-react": "^1.6.5-next.0", | ||
- "@backstage/plugin-tech-radar": "^0.6.8-next.0", | ||
- "@backstage/plugin-techdocs": "^1.6.8-next.0", | ||
- "@backstage/plugin-techdocs-module-addons-contrib": "^1.0.18-next.0", | ||
- "@backstage/plugin-techdocs-react": "^1.1.10-next.0", | ||
- "@backstage/plugin-user-settings": "^0.7.8-next.0", | ||
+ "@backstage/plugin-catalog-graph": "^0.2.33", | ||
+ "@backstage/plugin-catalog-import": "^0.9.11", | ||
+ "@backstage/plugin-catalog-react": "^1.8.1", | ||
+ "@backstage/plugin-github-actions": "^0.6.2", | ||
+ "@backstage/plugin-org": "^0.6.11", | ||
+ "@backstage/plugin-permission-react": "^0.4.14", | ||
+ "@backstage/plugin-scaffolder": "^1.14.2", | ||
+ "@backstage/plugin-search": "^1.3.4", | ||
+ "@backstage/plugin-search-react": "^1.6.4", | ||
+ "@backstage/plugin-tech-radar": "^0.6.7", | ||
+ "@backstage/plugin-techdocs": "^1.6.6", | ||
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.0.16", | ||
+ "@backstage/plugin-techdocs-react": "^1.1.9", | ||
+ "@backstage/plugin-user-settings": "^0.7.6", | ||
"@backstage/theme": "^0.4.1", | ||
@@ -55,3 +55,3 @@ | ||
"devDependencies": { | ||
- "@backstage/test-utils": "^1.4.3-next.0", | ||
+ "@backstage/test-utils": "^1.4.2", | ||
"@testing-library/jest-dom": "^5.10.1", | ||
diff --git a/packages/backend/package.json b/packages/backend/package.json | ||
index a0bf47f..484ea55 100644 | ||
--- a/packages/backend/package.json | ||
+++ b/packages/backend/package.json | ||
@@ -18,4 +18,4 @@ | ||
"dependencies": { | ||
- "@backstage/backend-common": "^0.19.4-next.0", | ||
- "@backstage/backend-tasks": "^0.5.7-next.0", | ||
+ "@backstage/backend-common": "^0.19.2", | ||
+ "@backstage/backend-tasks": "^0.5.5", | ||
"@backstage/catalog-client": "^1.4.3", | ||
@@ -23,14 +23,14 @@ | ||
"@backstage/config": "^1.0.8", | ||
- "@backstage/plugin-app-backend": "^0.3.50-next.0", | ||
- "@backstage/plugin-auth-backend": "^0.18.8-next.0", | ||
- "@backstage/plugin-auth-node": "^0.3.0-next.0", | ||
- "@backstage/plugin-catalog-backend": "^1.12.2-next.0", | ||
+ "@backstage/plugin-app-backend": "^0.3.48", | ||
+ "@backstage/plugin-auth-backend": "^0.18.6", | ||
+ "@backstage/plugin-auth-node": "^0.2.17", | ||
+ "@backstage/plugin-catalog-backend": "^1.12.0", | ||
"@backstage/plugin-permission-common": "^0.7.7", | ||
- "@backstage/plugin-permission-node": "^0.7.13-next.0", | ||
- "@backstage/plugin-proxy-backend": "^0.3.2-next.0", | ||
- "@backstage/plugin-scaffolder-backend": "^1.16.3-next.0", | ||
- "@backstage/plugin-search-backend": "^1.4.2-next.0", | ||
- "@backstage/plugin-search-backend-module-pg": "^0.5.11-next.0", | ||
- "@backstage/plugin-search-backend-node": "^1.2.6-next.0", | ||
- "@backstage/plugin-techdocs-backend": "^1.6.7-next.0", | ||
+ "@backstage/plugin-permission-node": "^0.7.11", | ||
+ "@backstage/plugin-proxy-backend": "^0.3.0", | ||
+ "@backstage/plugin-scaffolder-backend": "^1.16.0", | ||
+ "@backstage/plugin-search-backend": "^1.4.0", | ||
+ "@backstage/plugin-search-backend-module-pg": "^0.5.9", | ||
+ "@backstage/plugin-search-backend-node": "^1.2.4", | ||
+ "@backstage/plugin-techdocs-backend": "^1.6.5", | ||
"app": "link:../app", | ||
@@ -44,3 +44,3 @@ | ||
"devDependencies": { | ||
- "@backstage/cli": "^0.22.12-next.0", | ||
+ "@backstage/cli": "^0.22.10", | ||
"@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 |
---|---|---|
|
@@ -334,5 +334,8 @@ | |
}, | ||
"1.18.0-next.0": { | ||
"createApp": "0.5.5-next.0" | ||
}, | ||
"1.17.3": { | ||
"createApp": "0.5.4" | ||
} | ||
} |