Update bun minor+patch updates
Lint / lint (push) Failing after 11s
Test build / test-build (pull_request) Failing after 30s

This commit is contained in:
2026-07-27 12:02:24 +00:00
parent 4b712de788
commit 970b42be2d
4 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -27,15 +27,15 @@
"vite": "^8.0.16"
},
"dependencies": {
"@effect/platform-browser": "4.0.0-beta.101",
"@effect/platform-browser": "4.0.0-beta.102",
"@radix-ui/themes": "^3.3.0",
"effect": "4.0.0-beta.101",
"effect": "4.0.0-beta.102",
"effect-view": "workspace:*",
"react-icons": "^5.6.0"
},
"overrides": {
"@types/react": "^19.2.15",
"effect": "4.0.0-beta.101",
"effect": "4.0.0-beta.102",
"react": "^19.2.6"
}
}