Skip to content

Commit f46a9e8

Browse files
committed
Move dependency to @microsoft/microsoft-graph-types from @backstage/plugin-catalog to @backstage/plugin-catalog-backend
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
1 parent 2b5b5b5 commit f46a9e8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/thin-cougars-cheer.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@backstage/plugin-catalog': patch
3+
'@backstage/plugin-catalog-backend': patch
4+
---
5+
6+
Move dependency to `@microsoft/microsoft-graph-types` from `@backstage/plugin-catalog`
7+
to `@backstage/plugin-catalog-backend`.

plugins/catalog-backend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@backstage/integration": "^0.5.4",
3939
"@backstage/plugin-search-backend-node": "^0.1.4",
4040
"@backstage/search-common": "^0.1.1",
41+
"@microsoft/microsoft-graph-types": "^1.25.0",
4142
"@octokit/graphql": "^4.5.8",
4243
"@types/express": "^4.17.6",
4344
"@types/ldapjs": "^1.0.9",

plugins/catalog/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"@backstage/cli": "^0.6.13",
5757
"@backstage/dev-utils": "^0.1.16",
5858
"@backstage/test-utils": "^0.1.12",
59-
"@microsoft/microsoft-graph-types": "^1.25.0",
6059
"@testing-library/jest-dom": "^5.10.1",
6160
"@testing-library/react": "^11.2.5",
6261
"@testing-library/react-hooks": "^3.3.0",

0 commit comments

Comments
 (0)