2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-02-23 09:21:18 +01:00
parent bc47cc46c0
commit d2880cdf2d
18 changed files with 3060 additions and 2205 deletions

View File

@ -14,7 +14,7 @@
"db:fixTypebots": "tsx fixTypebots.ts"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/node": "18.14.0",
"@types/prompts": "2.4.2",
"db": "workspace:*",
"deep-object-diff": "1.1.9",
@ -22,10 +22,10 @@
"got": "12.5.3",
"models": "workspace:*",
"prompts": "2.4.2",
"stripe": "11.8.0",
"tsx": "3.12.2",
"typescript": "4.9.4",
"stripe": "11.11.0",
"tsx": "3.12.3",
"typescript": "4.9.5",
"utils": "workspace:*",
"zod": "3.20.2"
"zod": "3.20.6"
}
}