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

This commit is contained in:
Julien Valverdé
2024-05-09 23:55:23 +02:00
parent 8d6d99ef0f
commit 199b158ace
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/traitify-ts",
"version": "0.1.20",
"version": "0.1.21",
"type": "module",
"publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
@@ -30,18 +30,18 @@
},
"dependencies": {
"remeda": "^1.61.0",
"type-fest": "^4.18.0"
"type-fest": "^4.18.2"
},
"devDependencies": {
"bun-types": "latest",
"npm-check-updates": "^16.14.20",
"npm-sort": "^0.0.4",
"tsup": "^8.0.2",
"tsx": "^4.7.3",
"tsx": "^4.9.3",
"typescript": "^5.4.5"
},
"optionalDependencies": {
"@effect/schema": "^0.66.12",
"effect": "^3.1.0"
"@effect/schema": "^0.66.16",
"effect": "^3.1.3"
}
}