Skip to content

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed May 15, 2024
1 parent c29f6fc commit 2066feb
Show file tree
Hide file tree
Showing 3 changed files with 3,679 additions and 7,200 deletions.
2 changes: 0 additions & 2 deletions examples/registry.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as DevTools from "@effect/experimental/DevTools"
import { NodeHttpClient, NodeSocket } from "@effect/platform-node"
import { Discord, DiscordConfig, Ix } from "dfx"
import { DiscordIxLive, InteractionsRegistry } from "dfx/gateway"
Expand Down Expand Up @@ -60,7 +59,6 @@ const MainLive = GreetLive.pipe(
}),
),
Layer.provide(Logger.logFmt),
Layer.provide(DevTools.layer()),
)

Layer.launch(MainLive).pipe(
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
}
},
"peerDependencies": {
"@effect/platform": "^0.53.0",
"effect": "^3.0.5"
"@effect/platform": "^0.53.6",
"effect": "^3.1.5"
},
"optionalDependencies": {
"discord-verify": "^1.2.0"
Expand All @@ -57,22 +57,22 @@
"@changesets/cli": "^2.27.1",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.6",
"@effect/experimental": "^0.16.0",
"@effect/experimental": "^0.16.6",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.53.0",
"@effect/platform-node": "^0.49.0",
"@effect/platform": "^0.53.6",
"@effect/platform-node": "^0.49.6",
"@tim-smart/discord-api-docs-parser": "^0.5.13",
"@types/chai": "^4.3.16",
"@types/node": "^20.12.10",
"@types/node": "^20.12.12",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.6.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"effect": "^3.1.2",
"effect": "^3.1.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -82,12 +82,12 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"lerna": "^8.1.2",
"lerna": "^8.1.3",
"madge": "^7.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"tsx": "^4.9.3",
"tsx": "^4.10.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "1.6.0"
Expand Down
Loading

0 comments on commit 2066feb

Please sign in to comment.