Merge pull request #3872 from backstage/rugvip/sqlzero

create-app, catalog-backend: bump sqlite3 to v5 in template and remove from catalog-backend
This commit is contained in:
Patrik Oldsberg
2021-01-07 10:55:33 +01:00
committed by GitHub
4 changed files with 23 additions and 2 deletions
@@ -37,7 +37,7 @@
"pg": "^8.3.0",
{{/if}}
{{#if dbTypeSqlite}}
"sqlite3": "^4.2.0",
"sqlite3": "^5.0.0",
{{/if}}
"winston": "^3.2.1"
},