Version bump
Some checks failed
Lint / lint (push) Successful in 14s
Test build / test-build (pull_request) Failing after 17s

This commit is contained in:
Julien Valverdé
2026-05-04 02:02:18 +02:00
parent 1655d55208
commit 6ea330ef5a
4 changed files with 36 additions and 36 deletions

View File

@@ -15,12 +15,12 @@
"clean:modules": "turbo clean:modules && rm -rf node_modules"
},
"devDependencies": {
"@biomejs/biome": "^2.4.13",
"@biomejs/biome": "^2.4.14",
"@effect/language-service": "^0.85.1",
"@types/bun": "^1.3.13",
"npm-check-updates": "^22.0.1",
"npm-check-updates": "^22.1.0",
"npm-sort": "^0.0.4",
"turbo": "^2.9.6",
"turbo": "^2.9.8",
"typescript": "^6.0.3"
}
}