Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update effect (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Dec 21, 2023
1 parent 84f8e1a commit c9366db
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 592 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-donuts-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/experimental": minor
---

update effect
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
},
"packageManager": "pnpm@8.6.10",
"peerDependencies": {
"@effect/platform": "^0.38.0",
"@effect/platform-node": "^0.38.0",
"@effect/schema": "^0.54.0",
"effect": "2.0.0-next.61",
"@effect/platform": "^0.39.0",
"@effect/platform-node": "^0.39.0",
"@effect/schema": "^0.56.0",
"effect": "2.0.0-next.62",
"ws": "^8.14"
},
"peerDependenciesMeta": {
Expand All @@ -81,19 +81,19 @@
"@effect/dtslint": "^0.0.4",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.38.0",
"@effect/platform-node": "^0.38.0",
"@effect/schema": "^0.54.0",
"@effect/platform": "^0.39.0",
"@effect/platform-node": "^0.39.0",
"@effect/schema": "^0.56.0",
"@types/chai": "^4.3.11",
"@types/node": "^20.10.5",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/coverage-v8": "^1.1.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.2",
"effect": "2.0.0-next.61",
"effect": "2.0.0-next.62",
"error-stack-parser": "^2.1.4",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -106,9 +106,9 @@
"madge": "^6.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "1.0.4",
"vitest": "1.1.0",
"vitest-websocket-mock": "^0.3.0",
"ws": "^8.15.1"
},
Expand Down
Loading

0 comments on commit c9366db

Please sign in to comment.