File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
plugins/catalog-backend-module-incremental-ingestion Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @backstage/plugin-catalog-backend-module-incremental-ingestion ' : patch
3
+ ---
4
+
5
+ Move ` @backstage/backend-defaults ` to ` devDependencies `
Original file line number Diff line number Diff line change 46
46
},
47
47
"dependencies" : {
48
48
"@backstage/backend-common" : " workspace:^" ,
49
- "@backstage/backend-defaults" : " workspace:^" ,
50
49
"@backstage/backend-plugin-api" : " workspace:^" ,
51
50
"@backstage/backend-tasks" : " workspace:^" ,
52
51
"@backstage/catalog-model" : " workspace:^" ,
68
67
},
69
68
"devDependencies" : {
70
69
"@backstage/backend-app-api" : " workspace:^" ,
70
+ "@backstage/backend-defaults" : " workspace:^" ,
71
71
"@backstage/backend-test-utils" : " workspace:^" ,
72
72
"@backstage/cli" : " workspace:^" ,
73
73
"@backstage/plugin-catalog-backend" : " workspace:^"
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
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
16
20
import { createBackend } from '@backstage/backend-defaults' ;
17
21
import {
18
22
coreServices ,
You can’t perform that action at this time.
0 commit comments