Version bump
Lint / lint (push) Failing after 11s

This commit is contained in:
Julien Valverdé
2026-05-30 05:41:11 +02:00
parent 1cc85f2e3c
commit 188ccc20d2
6 changed files with 46 additions and 46 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@effect-lens/monorepo",
"packageManager": "bun@1.3.6",
"packageManager": "bun@1.3.14",
"private": true,
"workspaces": [
"./packages/*"
@@ -15,12 +15,12 @@
"clean:modules": "turbo clean:modules && rm -rf node_modules"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@effect/language-service": "^0.80.0",
"@types/bun": "^1.3.6",
"npm-check-updates": "^19.3.1",
"@biomejs/biome": "^2.4.16",
"@effect/language-service": "^0.86.2",
"@types/bun": "^1.3.14",
"npm-check-updates": "^22.2.1",
"npm-sort": "^0.0.4",
"turbo": "^2.7.5",
"typescript": "^5.9.3"
"turbo": "^2.9.16",
"typescript": "^6.0.3"
}
}