Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
update effect (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Oct 6, 2023
1 parent 7160f87 commit 96c6fb2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-timers-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/match": minor
---

update effect
6 changes: 3 additions & 3 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.45"
"effect": "2.0.0-next.46"
},
"devDependencies": {
"@babel/core": "^7.23.0",
Expand All @@ -72,7 +72,7 @@
"@vitest/coverage-v8": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"benny": "^3.7.1",
"effect": "2.0.0-next.45",
"effect": "2.0.0-next.46",
"eslint": "^8.50.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.17.0",
Expand All @@ -85,7 +85,7 @@
"ts-pattern": "^5.0.5",
"tslint": "^6.1.3",
"typescript": "5.2.2",
"vite": "^4.4.10",
"vite": "^4.4.11",
"vitest": "0.34.6"
},
"files": [
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96c6fb2

Please sign in to comment.