Skip to content

Commit 957d7c7

Browse files
committed
chore: bump effect versions
1 parent 300de4c commit 957d7c7

2 files changed

Lines changed: 46 additions & 43 deletions

File tree

bun.lock

Lines changed: 35 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,21 @@
3333
"build:npm": "./build-npm.ts",
3434
"build:single": "./build.ts --single",
3535
"start": "bun --watch --conditions=browser src/index.tsx",
36-
"client": "bun example/client.ts"
36+
"client": "bun example/client.ts",
37+
"typecheck": "tsc --noEmit"
3738
},
3839
"dependencies": {
3940
"@effect/ai": "^0.32.1",
40-
"@effect/experimental": "^0.57.11",
41-
"@effect/language-service": "^0.62.1",
42-
"@effect/platform": "^0.93.6",
43-
"@effect/platform-bun": "^0.86.0",
44-
"@effect/platform-node": "^0.103.0",
45-
"@effect/rpc": "^0.72.2",
46-
"@opentui/core": "^0.1.60",
47-
"@opentui/solid": "^0.1.60",
41+
"@effect/experimental": "^0.58.0",
42+
"@effect/language-service": "^0.76.0",
43+
"@effect/platform": "^0.94.5",
44+
"@effect/platform-bun": "^0.87.1",
45+
"@effect/platform-node": "^0.104.1",
46+
"@effect/rpc": "^0.73.2",
47+
"@opentui/core": "^0.1.82",
48+
"@opentui/solid": "^0.1.82",
4849
"beautiful-mermaid": "^0.1.3",
49-
"effect": "^3.19.10",
50+
"effect": "^3.19.19",
5051
"recast": "^0.23.11",
5152
"solid-js": "1.9.9",
5253
"ws": "^8.18.3"

0 commit comments

Comments
 (0)