Skip to content

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Apr 8, 2024
1 parent 2707397 commit b4e7801
Show file tree
Hide file tree
Showing 4 changed files with 3,273 additions and 6,422 deletions.
1 change: 1 addition & 0 deletions examples/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const MainLive = GreetLive.pipe(
token: Config.secret("DISCORD_BOT_TOKEN"),
}),
),
Layer.provide(Logger.logFmt),
)

Layer.launch(MainLive).pipe(
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
}
},
"peerDependencies": {
"@effect/platform": "^0.48.7",
"effect": "^2.4.7"
"@effect/platform": "^0.48.27",
"effect": "^2.4.18"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand All @@ -51,33 +51,33 @@
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/plugin-syntax-import-attributes": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.6",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.48.7",
"@effect/platform-node": "^0.45.9",
"@effect/platform": "^0.48.27",
"@effect/platform-node": "^0.45.29",
"@tim-smart/discord-api-docs-parser": "^0.5.10",
"@types/chai": "^4.3.12",
"@types/node": "^20.11.27",
"@types/chai": "^4.3.14",
"@types/node": "^20.12.5",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/coverage-v8": "^1.4.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"effect": "^2.4.7",
"eslint": "^8.57.0",
"effect": "^2.4.18",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.26.0",
"eslint-plugin-codegen": "0.28.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -88,10 +88,10 @@
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "1.3.1"
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "1.4.0"
},
"sideEffects": false,
"gitHead": "e4a2cd1ed8a3b8e631e6b661703400b9c3546a3c"
Expand Down
Loading

0 comments on commit b4e7801

Please sign in to comment.