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

Commit

Permalink
update effect (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Oct 4, 2023
1 parent fe65347 commit 52a095e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/poor-boxes-drop.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,14 +53,14 @@
"coverage": "vitest run --coverage"
},
"peerDependencies": {
"effect": "2.0.0-next.44"
"effect": "2.0.0-next.45"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-typescript": "^7.23.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@effect/build-utils": "^0.1.5",
"@effect/build-utils": "^0.1.6",
"@effect/docgen": "^0.1.8",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
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.44",
"effect": "2.0.0-next.45",
"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.9",
"vite": "^4.4.10",
"vitest": "0.34.6"
},
"files": [
Expand Down
28 changes: 14 additions & 14 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 52a095e

Please sign in to comment.