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

Commit

Permalink
update effect (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Dec 1, 2023
1 parent 21b6146 commit 14239fb
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 37 deletions.
8 changes: 8 additions & 0 deletions .changeset/thick-bears-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@effect/platform-browser": patch
"@effect/platform-node": patch
"@effect/platform-bun": patch
"@effect/platform": patch
---

update effect
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@effect/build-utils": "^0.5.0",
"@effect/build-utils": "^0.5.1",
"@effect/docgen": "^0.3.6",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@effect/platform": "workspace:*"
},
"peerDependencies": {
"effect": "2.0.0-next.57"
"effect": "2.0.0-next.58"
},
"devDependencies": {
"effect": "2.0.0-next.57",
"effect": "2.0.0-next.58",
"happy-dom": "^12.10.3"
}
}
6 changes: 3 additions & 3 deletions packages/platform-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@effect/platform-node": "workspace:*"
},
"peerDependencies": {
"effect": "2.0.0-next.57"
"effect": "2.0.0-next.58"
},
"devDependencies": {
"@effect/schema": "^0.51.0",
"@effect/schema": "^0.51.1",
"bun-types": "^1.0.14",
"effect": "2.0.0-next.57"
"effect": "2.0.0-next.58"
}
}
6 changes: 3 additions & 3 deletions packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"multipasta": "^0.1.19"
},
"peerDependencies": {
"effect": "2.0.0-next.57"
"effect": "2.0.0-next.58"
},
"devDependencies": {
"@effect/schema": "^0.51.0",
"@effect/schema": "^0.51.1",
"@types/mime": "^3.0.4",
"@types/node": "^20.10.1",
"@types/tar": "^6.1.10",
"effect": "2.0.0-next.57",
"effect": "2.0.0-next.58",
"tar": "^6.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"path-browserify": "^1.0.1"
},
"peerDependencies": {
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
"@effect/schema": "^0.51.1",
"effect": "2.0.0-next.58"
},
"devDependencies": {
"@effect/schema": "^0.51.0",
"@effect/schema": "^0.51.1",
"@types/path-browserify": "^1.0.2",
"effect": "2.0.0-next.57"
"effect": "2.0.0-next.58"
}
}
48 changes: 24 additions & 24 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 14239fb

Please sign in to comment.