0.1.15 #16

Merged
Thilawyn merged 12 commits from next into master 2024-09-04 00:33:45 +02:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit a626fc1ef4 - Show all commits

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"
} }
} }