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

This commit is contained in:
Julien Valverdé
2024-03-23 00:55:55 +01:00
parent 8089aa82b4
commit 2c3996a9bc
2 changed files with 5 additions and 5 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -38,12 +38,12 @@
"clean:node": "rm -rf node_modules" "clean:node": "rm -rf node_modules"
}, },
"dependencies": { "dependencies": {
"@thilawyn/traitify-ts": "^0.1.15", "@thilawyn/traitify-ts": "^0.1.16",
"decimal.js": "^10.4.3", "decimal.js": "^10.4.3",
"effect": "^2.4.7", "effect": "^2.4.11",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"mobx": "^6.12.0", "mobx": "^6.12.1",
"type-fest": "^4.12.0", "type-fest": "^4.13.1",
"zod": "^3.22.4" "zod": "^3.22.4"
}, },
"devDependencies": { "devDependencies": {
@@ -58,6 +58,6 @@
"ts-functional-pipe": "^3.1.2", "ts-functional-pipe": "^3.1.2",
"tsup": "^8.0.2", "tsup": "^8.0.2",
"tsx": "^4.7.1", "tsx": "^4.7.1",
"typescript": "^5.4.2" "typescript": "^5.4.3"
} }
} }