Add cron support to @backstage/backend-tasks

Signed-off-by: Phil Gore <pgore@ea.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Phil Gore
2022-02-28 23:16:42 -06:00
committed by Fredrik Adelöw
parent 0dd12e3f35
commit ae2ed04076
11 changed files with 248 additions and 76 deletions
+7
View File
@@ -38,6 +38,7 @@
"@backstage/errors": "^0.2.2",
"@backstage/types": "^0.1.3",
"@types/luxon": "^2.0.4",
"cron": "^1.8.2",
"knex": "^1.0.2",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
@@ -47,8 +48,14 @@
"zod": "^3.9.5"
},
"devDependencies": {
<<<<<<< HEAD
"@backstage/backend-test-utils": "^0.1.21-next.0",
"@backstage/cli": "^0.15.2-next.0",
=======
"@backstage/backend-test-utils": "^0.1.20",
"@backstage/cli": "^0.15.0",
"@types/cron": "^1.7.3",
>>>>>>> ab18600147 (Add cron support to `@backstage/backend-tasks`)
"jest": "^26.0.1",
"wait-for-expect": "^3.0.2"
},