extendsEffectSchema
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-05-01 01:07:58 +02:00
parent 4b63b68b53
commit f927428071
4 changed files with 49 additions and 13 deletions

View File

@@ -29,16 +29,20 @@
"clean:node": "rm -rf node_modules"
},
"dependencies": {
"lodash-es": "^4.17.21",
"type-fest": "^4.14.0"
"remeda": "^1.61.0",
"type-fest": "^4.18.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"bun-types": "latest",
"npm-check-updates": "^16.14.17",
"npm-check-updates": "^16.14.20",
"npm-sort": "^0.0.4",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.3"
"tsx": "^4.7.3",
"typescript": "^5.4.5"
},
"optionalDependencies": {
"@effect/schema": "^0.66.12",
"effect": "^3.1.0"
}
}