From f5fe59f964328af868f0f887a99e774feec7800e Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Tue, 23 Nov 2021 19:07:36 +0530 Subject: [PATCH] backstage-cli versions:bump Signed-off-by: mufaddal motiwala --- backstage.json | 3 ++ plugins/new-relic-dashboard/package.json | 4 +- yarn.lock | 63 ------------------------ 3 files changed, 5 insertions(+), 65 deletions(-) create mode 100644 backstage.json diff --git a/backstage.json b/backstage.json new file mode 100644 index 0000000000..fe2e6d5f33 --- /dev/null +++ b/backstage.json @@ -0,0 +1,3 @@ +{ + "version": "0.4.4" +} diff --git a/plugins/new-relic-dashboard/package.json b/plugins/new-relic-dashboard/package.json index bcb73e616d..3d1a608795 100644 --- a/plugins/new-relic-dashboard/package.json +++ b/plugins/new-relic-dashboard/package.json @@ -22,7 +22,7 @@ "dependencies": { "@backstage/catalog-model": "^0.9.6", "@backstage/core-components": "^0.7.2", - "@backstage/core-plugin-api": "^0.1.12", + "@backstage/core-plugin-api": "^0.2.0", "@backstage/plugin-catalog-react": "^0.6.3", "@backstage/theme": "^0.2.12", "@material-ui/core": "^4.12.2", @@ -34,7 +34,7 @@ "react-use": "^17.2.4" }, "devDependencies": { - "@backstage/cli": "^0.8.1", + "@backstage/cli": "^0.9.0", "@backstage/core-app-api": "^0.1.19", "@backstage/dev-utils": "^0.2.12", "@backstage/test-utils": "^0.1.20", diff --git a/yarn.lock b/yarn.lock index c8ac75f4b8..7998a9b7fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2182,36 +2182,6 @@ "@backstage/errors" "^0.1.2" cross-fetch "^3.0.6" -"@backstage/catalog-client@^0.5.1": - version "0.5.1" - resolved "https://registry.npmjs.org/@backstage/catalog-client/-/catalog-client-0.5.1.tgz#78b93705dbdb30d9967ab0e7daf9667847fbf8f5" - integrity sha512-zfba7lA6BJOvaiG7C4WAScJmzcERv8g/P3HVCM7ywRTKuIOidL5pvmXEMTJjtjTEgPEoCU508+XOHc0DaXz5gA== - dependencies: - "@backstage/catalog-model" "^0.9.5" - "@backstage/errors" "^0.1.3" - cross-fetch "^3.0.6" - -"@backstage/core-app-api@^0.1.20": - version "0.1.20" - resolved "https://registry.npmjs.org/@backstage/core-app-api/-/core-app-api-0.1.20.tgz#5795b408ed908efd3e195811965467b43491b3e7" - integrity sha512-xFbS0iZf4WPliBykqPgicPKCRqsevh5glBI516sxBWNshueB4v6lMcvtS2hDAFtNeCXsffqBZMxPOFif+UXnsA== - dependencies: - "@backstage/config" "^0.1.11" - "@backstage/core-components" "^0.7.3" - "@backstage/core-plugin-api" "^0.1.13" - "@backstage/theme" "^0.2.13" - "@backstage/types" "^0.1.1" - "@backstage/version-bridge" "^0.1.0" - "@material-ui/core" "^4.12.2" - "@material-ui/icons" "^4.9.1" - "@types/prop-types" "^15.7.3" - "@types/react" "*" - prop-types "^15.7.2" - react "^16.12.0" - react-router-dom "6.0.0-beta.0" - react-use "^17.2.4" - zen-observable "^0.8.15" - "@backstage/core-components@^0.3.0": version "0.3.3" resolved "https://registry.npmjs.org/@backstage/core-components/-/core-components-0.3.3.tgz#ec63eac6d789303f90219857849fa1cefe4e0dde" @@ -2455,39 +2425,6 @@ react-router "6.0.0-beta.0" react-use "^17.2.4" -"@backstage/plugin-catalog-react@^0.6.3": - version "0.6.3" - resolved "https://registry.npmjs.org/@backstage/plugin-catalog-react/-/plugin-catalog-react-0.6.3.tgz#75093bd7b04721356da2715b242d6fa98d7853c3" - integrity sha512-X6Qmo71+Cx9+sIGNCdWca2pwHRxiPMRH1V/A0wNaz8UGhV+8e7zqfFLiB6uWOJkCJqFfcqJa2NZ3uvU8ZhLykA== - dependencies: - "@backstage/catalog-client" "^0.5.1" - "@backstage/catalog-model" "^0.9.6" - "@backstage/core-app-api" "^0.1.20" - "@backstage/core-components" "^0.7.3" - "@backstage/core-plugin-api" "^0.1.13" - "@backstage/errors" "^0.1.4" - "@backstage/integration" "^0.6.9" - "@backstage/types" "^0.1.1" - "@backstage/version-bridge" "^0.1.0" - "@material-ui/core" "^4.12.2" - "@material-ui/icons" "^4.9.1" - "@material-ui/lab" "4.0.0-alpha.57" - "@types/react" "*" - jwt-decode "^3.1.0" - lodash "^4.17.21" - qs "^6.9.4" - react "^16.13.1" - react-router "6.0.0-beta.0" - react-use "^17.2.4" - zen-observable "^0.8.15" - -"@backstage/theme@^0.2.13": - version "0.2.13" - resolved "https://registry.npmjs.org/@backstage/theme/-/theme-0.2.13.tgz#3412d5f149c8c9bfc80b58e3832c5e06021063a2" - integrity sha512-4+Ia+41bzIZy4FIeefrie5bafC0RZWtPVM2/ugx3Ab19d00gFKg7UNN3G7HChufGXJENOtJSuns0y8kQUN9uiQ== - dependencies: - "@material-ui/core" "^4.12.2" - "@bcoe/v8-coverage@^0.2.3": version "0.2.3" resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"