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

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Oct 8, 2023
1 parent 64711a3 commit 2b844a3
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 127 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-buckets-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/match": minor
---

Update effect.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"coverage": "vitest run --coverage"
},
"peerDependencies": {
"effect": "2.0.0-next.46"
"effect": "2.0.0-next.47"
},
"devDependencies": {
"@babel/core": "^7.23.0",
Expand All @@ -66,14 +66,14 @@
"@effect/language-service": "^0.0.21",
"@preconstruct/cli": "^2.8.1",
"@types/chai": "^4.3.6",
"@types/node": "^20.8.2",
"@types/node": "^20.8.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitest/coverage-v8": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"benny": "^3.7.1",
"effect": "2.0.0-next.46",
"eslint": "^8.50.0",
"effect": "2.0.0-next.47",
"eslint": "^8.51.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-deprecation": "^2.0.0",
Expand Down
Loading

0 comments on commit 2b844a3

Please sign in to comment.