this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updates

alice 82afb7a6 f88dfcd3

+12 -14
+1 -1
.nvmrc
··· 1 - v22.9.0 1 + v22.11.0
+11 -13
package.json
··· 14 14 "db:migrate": "npx drizzle-kit migrate" 15 15 }, 16 16 "dependencies": { 17 - "@skyware/jetstream": "^0.1.5", 17 + "@skyware/jetstream": "^0.2.0", 18 18 "dotenv": "^16.4.5", 19 - "drizzle-orm": "^0.33.0", 20 - "express": "^4.21.0", 21 - "pg": "^8.13.0", 22 - "pino": "^9.4.0", 23 - "pino-pretty": "^11.2.2", 19 + "express": "^4.21.1", 20 + "pg": "^8.13.1", 21 + "pino": "^9.5.0", 22 + "pino-pretty": "^11.3.0", 24 23 "prom-client": "^15.1.3" 25 24 }, 26 25 "devDependencies": { 27 - "@eslint/js": "^9.11.1", 26 + "@eslint/js": "^9.13.0", 28 27 "@trivago/prettier-plugin-sort-imports": "^4.3.0", 29 28 "@types/eslint__js": "^8.42.3", 30 29 "@types/express": "^4.17.21", 31 - "@types/node": "^20.16.10", 30 + "@types/node": "^22.8.6", 32 31 "@types/node-schedule": "^2.1.7", 33 32 "@types/pg": "^8.11.10", 34 - "drizzle-kit": "^0.24.2", 35 - "eslint": "^9.11.1", 33 + "eslint": "^9.13.0", 36 34 "prettier": "^3.3.3", 37 - "tsx": "^4.19.1", 38 - "typescript": "^5.6.2", 39 - "typescript-eslint": "^8.7.0" 35 + "tsx": "^4.19.2", 36 + "typescript": "^5.6.3", 37 + "typescript-eslint": "^8.12.2" 40 38 }, 41 39 "author": "alice", 42 40 "license": "MIT"