update dependecies

This commit is contained in:
2023-05-13 10:29:12 +02:00
parent e133cd5456
commit 3590efbfc1
6 changed files with 261 additions and 310 deletions

View File

@@ -20,18 +20,18 @@
"dist"
],
"devDependencies": {
"@commander-js/extra-typings": "^9.5.0",
"@commander-js/extra-typings": "^10.0.3",
"@cryptgeon/shared": "workspace:*",
"@types/inquirer": "^9.0.3",
"@types/mime": "^3.0.1",
"@types/node": "^18.16.1",
"commander": "^9.5.0",
"esbuild": "^0.17.18",
"inquirer": "^9.2.0",
"@types/node": "^20.1.3",
"commander": "^10.0.1",
"esbuild": "^0.17.19",
"inquirer": "^9.2.2",
"mime": "^3.0.0",
"occulto": "^2.0.1",
"pkg": "^5.8.1",
"pretty-bytes": "^6.1.0",
"typescript": "^4.9.5"
"typescript": "^5.0.4"
}
}