Skip to content

Commit

Permalink
feat: extract date from message (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
stayradiated authored Apr 8, 2024
1 parent f6cfa2b commit 3a15d65
Show file tree
Hide file tree
Showing 28 changed files with 1,481 additions and 917 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@
},
"homepage": "https://github.com/Runn-Fast/handover#readme",
"devDependencies": {
"@types/node": "20.11.0",
"@types/node": "20.12.5",
"del-cli": "5.1.0",
"env-cmd": "10.1.0",
"nodemon": "3.0.2",
"nodemon": "3.1.0",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vitest": "1.1.3",
"xo": "0.56.0"
"typescript": "5.4.4",
"vitest": "1.4.0",
"xo": "0.58.0"
},
"dependencies": {
"@prisma/client": "5.8.0",
"@prisma/client": "5.12.1",
"@slack/bolt": "3.17.1",
"@slack/web-api": "6.11.2",
"@slack/web-api": "7.0.2",
"@stayradiated/error-boundary": "4.2.1",
"cilly": "1.0.25",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
"date-fns": "3.6.0",
"date-fns-tz": "3.0.0",
"mem": "9.0.2",
"openai": "4.24.3",
"openai": "4.33.0",
"p-queue": "8.0.1",
"prisma": "5.8.0",
"prisma": "5.12.1",
"regex-parser": "2.3.0",
"zod": "3.22.4"
},
Expand Down
Loading

0 comments on commit 3a15d65

Please sign in to comment.