Skip to content

Commit a28566f

Browse files
committed
fix: fix effect platform
1 parent 79847b4 commit a28566f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "intentui-cli2",
66
"dependencies": {
77
"@effect/cli": "^0.60.1",
8-
"@effect/platform": "^0.81.1",
8+
"@effect/platform": "^0.82.0",
99
"@effect/platform-bun": "^0.64.0",
1010
"@effect/platform-node": "^0.78.1",
1111
"chalk": "^5.4.1",
@@ -185,7 +185,7 @@
185185

186186
"@effect/experimental": ["@effect/experimental@0.44.18", "", { "dependencies": { "uuid": "^11.0.3" }, "peerDependencies": { "@effect/platform": "^0.80.18", "effect": "^3.14.18", "ioredis": "^5", "lmdb": "^3" }, "optionalPeers": ["ioredis", "lmdb"] }, "sha512-JHqyqjz/3NULaAHknO06QPLKurIHwQxfuIL/advxzrrrRLUE4EEEndnEBlYSmZPTM9yr1zriNyujqRXvcF8T+Q=="],
187187

188-
"@effect/platform": ["@effect/platform@0.81.1", "", { "dependencies": { "find-my-way-ts": "^0.1.5", "msgpackr": "^1.11.2", "multipasta": "^0.2.5" }, "peerDependencies": { "effect": "^3.14.22" } }, "sha512-TdhF7kqIrnk9sJD2w99sK1BEPWWNflCU/PdEXJlqdtOiLPLxYQbg/l+2fZ8F3+xF2lCMX6ynO0ifQkOzgD0/9Q=="],
188+
"@effect/platform": ["@effect/platform@0.82.0", "", { "dependencies": { "find-my-way-ts": "^0.1.5", "msgpackr": "^1.11.2", "multipasta": "^0.2.5" }, "peerDependencies": { "effect": "^3.15.0" } }, "sha512-+aGwGx80JjvnSqgAWgRawBG8qFggBypoTYxSJDzsWkdLBtAmD+OBaVHAJxXqogqXmxX+X0B3PHng0OOxsYjCIw=="],
189189

190190
"@effect/platform-bun": ["@effect/platform-bun@0.64.0", "", { "dependencies": { "@effect/platform-node-shared": "^0.34.0", "multipasta": "^0.2.5" }, "peerDependencies": { "@effect/cluster": "^0.33.0", "@effect/platform": "^0.82.0", "@effect/rpc": "^0.59.0", "@effect/sql": "^0.35.0", "effect": "^3.15.0" } }, "sha512-JMKza1B1u/GyIugFSiC1VMcBpKIhfWxYX/o+Doo0z4uNrsUrq7BhBlrxdkqDhzklDqmgLOwcRrB9/J+/cWmXyw=="],
191191

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@effect/cli": "^0.60.1",
59-
"@effect/platform": "^0.81.1",
59+
"@effect/platform": "^0.82.0",
6060
"@effect/platform-bun": "^0.64.0",
6161
"@effect/platform-node": "^0.78.1",
6262
"chalk": "^5.4.1",

0 commit comments

Comments
 (0)