Fix package migrations, update deps

This commit is contained in:
Darren Clarke 2024-07-03 17:16:09 +02:00
parent 4f03591629
commit a649640b8c
14 changed files with 254 additions and 253 deletions

View file

@ -20,8 +20,8 @@
"jest": "^29.7.0",
"kysely": "^0.27.3",
"pg": "^8.12.0",
"remeda": "^2.2.0",
"twilio": "^5.2.0"
"remeda": "^2.2.2",
"twilio": "^5.2.2"
},
"devDependencies": {
"@babel/core": "7.24.7",
@ -33,7 +33,7 @@
"prettier": "^3.3.2",
"@link-stack/typescript-config": "*",
"ts-node": "^10.9.2",
"typedoc": "^0.26.2",
"typescript": "^5.5.2"
"typedoc": "^0.26.3",
"typescript": "^5.5.3"
}
}