Dependencies fix
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2024-08-20 02:14:57 +02:00
parent de9c781e20
commit 9034b23a52
3 changed files with 6 additions and 8 deletions

View File

@@ -70,18 +70,16 @@
"type-fest": "^4.25.0"
},
"devDependencies": {
"@effect/schema": "^0.71.0",
"@types/jsonwebtoken": "^9.0.6",
"bun-types": "^1.1.24",
"effect": "^3.6.4",
"jsonwebtoken": "^9.0.2",
"mobx": "^6.13.1",
"npm-check-updates": "^17.0.6",
"npm-sort": "^0.0.4",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
},
"optionalDependencies": {
"@effect/schema": "*",
"@types/jsonwebtoken": "*",
"effect": "*",
"jsonwebtoken": "*",
"mobx": "*"
}
}