Skip to content

Commit 7e33cc2

Browse files
committed
chore: update dependencies in package.json
- Updated `@effect/opentelemetry` to version `^0.56.4`. - Updated `@opentelemetry/api` to version `^1.9.0`. - Updated `effect` to version `^3.17.9`. These updates ensure compatibility with the latest features and improvements in the respective packages.
1 parent ade8111 commit 7e33cc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/@livestore/utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@effect/cli": "^0.69.2",
6161
"@effect/cluster": "^0.48.2",
6262
"@effect/experimental": "^0.54.6",
63-
"@effect/opentelemetry": "catalog:",
63+
"@effect/opentelemetry": "^0.56.4",
6464
"@effect/platform": "^0.90.6",
6565
"@effect/platform-browser": "^0.70.0",
6666
"@effect/platform-bun": "^0.79.0",
@@ -70,9 +70,9 @@
7070
"@effect/rpc": "^0.69.1",
7171
"@effect/sql": "^0.44.2",
7272
"@effect/typeclass": "^0.36.0",
73-
"@opentelemetry/api": "catalog:",
73+
"@opentelemetry/api": "^1.9.0",
7474
"@opentelemetry/resources": "^2.0.1",
75-
"effect": "catalog:"
75+
"effect": "^3.17.9"
7676
},
7777
"publishConfig": {
7878
"access": "public",

0 commit comments

Comments
 (0)