Skip to content

Commit

Permalink
log-server: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinRoy committed Nov 2, 2023
1 parent d7c6492 commit 8b448a5
Show file tree
Hide file tree
Showing 2 changed files with 1,167 additions and 7,254 deletions.
41 changes: 21 additions & 20 deletions packages/log-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,40 +27,41 @@
"cli-watch": "tsx --watch ./src/cli.ts"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"@types/body-parser": "^1.19.2",
"@types/cookie-session": "^2.0.44",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/node": "^18.17.2",
"@types/supertest": "^2.0.12",
"@types/yargs": "^17.0.24",
"@types/better-sqlite3": "^7.6.6",
"@types/body-parser": "^1.19.4",
"@types/cookie-session": "^2.0.46",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/node": "^18.18.8",
"@types/supertest": "^2.0.15",
"@types/yargs": "^17.0.29",
"cross-env": "^7.0.3",
"supertest": "^6.3.3",
"tsx": "^3.12.7",
"type-fest": "^4.1.0",
"tsx": "^3.14.0",
"type-fest": "^4.6.0",
"typescript": "5.1.6",
"vite": "^4.4.8",
"vitest": "^0.34.1"
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"dependencies": {
"@lightmill/log-api": "workspace:*",
"@paralleldrive/cuid2": "^2.2.1",
"@lightmill/log-api": "workspace:3.0.0-beta.22",
"@paralleldrive/cuid2": "^2.2.2",
"@zodios/core": "^10.9.2",
"@zodios/express": "^10.6.1",
"axios": "^1.4.0",
"better-sqlite3": "^8.5.0",
"axios": "^1.6.0",
"better-sqlite3": "^9.0.0",
"body-parser": "^1.20.2",
"change-case": "^4.1.2",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"csv": "^6.3.1",
"csv": "^6.3.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"kysely": "^0.26.1",
"kysely": "^0.26.3",
"loglevel": "^1.8.1",
"remeda": "^1.24.0",
"remeda": "^1.28.0",
"yargs": "17.7.2",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 8b448a5

Please sign in to comment.