catalog-backend: move sqlite3 to dev deps

This commit is contained in:
Patrik Oldsberg
2020-12-29 16:34:31 +01:00
parent fc6839f135
commit 071711d70f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Remove `sqlite3` as a dependency. You may need to add `sqlite3` as a dependency of your backend if you were relying on this indirect dependency.