Dependencies upgrade
All checks were successful
Lint / lint (push) Successful in 50s

This commit is contained in:
Julien Valverdé
2024-09-03 23:54:50 +02:00
parent c1a9d30db6
commit a626fc1ef4
2 changed files with 6 additions and 6 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -66,21 +66,21 @@
"clean:node": "rm -rf node_modules" "clean:node": "rm -rf node_modules"
}, },
"dependencies": { "dependencies": {
"remeda": "^2.11.0", "remeda": "^2.12.0",
"type-fest": "^4.25.0" "type-fest": "^4.26.0"
}, },
"devDependencies": { "devDependencies": {
"@effect/schema": "^0.71.1", "@effect/schema": "^0.72.0",
"@prisma/studio-server": "^0.502.0", "@prisma/studio-server": "^0.502.0",
"@types/jsonwebtoken": "^9.0.6", "@types/jsonwebtoken": "^9.0.6",
"bun-types": "^1.1.26", "bun-types": "^1.1.26",
"effect": "^3.6.5", "effect": "^3.7.0",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"mobx": "^6.13.1", "mobx": "^6.13.1",
"npm-check-updates": "^17.1.0", "npm-check-updates": "^17.1.1",
"npm-sort": "^0.0.4", "npm-sort": "^0.0.4",
"tsup": "^8.2.4", "tsup": "^8.2.4",
"tsx": "^4.18.0", "tsx": "^4.19.0",
"typescript": "^5.5.4" "typescript": "^5.5.4"
} }
} }