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

This commit is contained in:
Julien Valverdé
2024-01-28 01:39:10 +01:00
parent ab328f2cb5
commit d34885a6e4
2 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -49,19 +49,19 @@
},
"dependencies": {
"decimal.js": "^10.4.3",
"effect": "^2.1.1",
"effect": "^2.2.2",
"lodash-es": "^4.17.21",
"mobx": "^6.12.0",
"type-fest": "^4.9.0",
"type-fest": "^4.10.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/lodash-es": "^4.17.12",
"bun-types": "latest",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^16.14.14",
"npm-sort": "^0.0.4",
"rollup": "^4.9.5",
"rollup": "^4.9.6",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-ts": "^3.4.5",
"ts-functional-pipe": "^3.1.2",