Update deps

This commit is contained in:
Darren Clarke 2024-06-25 08:14:03 +02:00
parent aeb9aedf84
commit 4c8140d46a
12 changed files with 2293 additions and 867 deletions

View file

@ -19,8 +19,8 @@
"jest": "^29.7.0",
"kysely": "^0.27.3",
"pg": "^8.12.0",
"remeda": "^2.0.9",
"twilio": "^5.1.1"
"remeda": "^2.2.0",
"twilio": "^5.2.0"
},
"devDependencies": {
"@babel/core": "7.24.7",
@ -32,7 +32,7 @@
"prettier": "^3.3.2",
"@link-stack/typescript-config": "*",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typedoc": "^0.26.2",
"typescript": "^5.5.2"
}
}