Skip to content

Commit f16d9f3

Browse files
authored
Merge pull request backstage#16543 from backstage/freben/defaults-circ
Move `backend-defaults` to `devDependencies`
2 parents 17c8acf + 6e612b5 commit f16d9f3

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/tricky-jars-film.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
3+
---
4+
5+
Move `@backstage/backend-defaults` to `devDependencies`

plugins/catalog-backend-module-incremental-ingestion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
},
4747
"dependencies": {
4848
"@backstage/backend-common": "workspace:^",
49-
"@backstage/backend-defaults": "workspace:^",
5049
"@backstage/backend-plugin-api": "workspace:^",
5150
"@backstage/backend-tasks": "workspace:^",
5251
"@backstage/catalog-model": "workspace:^",
@@ -68,6 +67,7 @@
6867
},
6968
"devDependencies": {
7069
"@backstage/backend-app-api": "workspace:^",
70+
"@backstage/backend-defaults": "workspace:^",
7171
"@backstage/backend-test-utils": "workspace:^",
7272
"@backstage/cli": "workspace:^",
7373
"@backstage/plugin-catalog-backend": "workspace:^"

plugins/catalog-backend-module-incremental-ingestion/src/run.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
17+
// Think this file will probably go away once we move to backend system
18+
// And restructure into the /dev folder
19+
// eslint-disable-next-line @backstage/no-undeclared-imports
1620
import { createBackend } from '@backstage/backend-defaults';
1721
import {
1822
coreServices,

0 commit comments

Comments
 (0)