Skip to content

Commit

Permalink
Merge pull request #28 from taevel02/feature/crawl-soco
Browse files Browse the repository at this point in the history
feat: implement youth housing opening crawl
  • Loading branch information
taevel02 authored Mar 2, 2024
2 parents 686b3e2 + e91a74e commit c0562ef
Show file tree
Hide file tree
Showing 8 changed files with 435 additions and 288 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"test": "jest --detectOpenHandles --forceExit"
},
"dependencies": {
"@prisma/client": "5.7.0",
"@prisma/client": "^5.10.2",
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"dayjs": "^1.11.10",
"evernote": "^2.0.5",
"node-schedule": "^2.1.1",
"telegraf": "^4.15.3"
"telegraf": "^4.16.3"
},
"devDependencies": {
"@types/evernote": "^2.0.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/node": "^20.11.24",
"@types/node-schedule": "^2.1.6",
"dotenv": "^16.4.1",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"nodemon": "^3.0.3",
"prisma": "^5.9.1",
"nodemon": "^3.1.0",
"prisma": "^5.10.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit c0562ef

Please sign in to comment.