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

Commit

Permalink
update effect (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Sep 29, 2023
1 parent b268c91 commit c957232
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 89 deletions.
8 changes: 8 additions & 0 deletions .changeset/plenty-schools-camp.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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.5",
"@vitest/expect": "^0.34.5",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/expect": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.1",
"eslint": "^8.50.0",
Expand All @@ -61,7 +61,7 @@
"typescript": "^5.2.2",
"ultra-runner": "^3.10.5",
"vite": "^4.4.9",
"vitest": "0.34.5"
"vitest": "0.34.6"
},
"pnpm": {
"patchedDependencies": {
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 @@ -47,10 +47,10 @@
"@effect/platform": "workspace:^"
},
"devDependencies": {
"effect": "2.0.0-next.37",
"effect": "2.0.0-next.38",
"vitest-localstorage-mock": "^0.0.1"
},
"peerDependencies": {
"effect": "2.0.0-next.37"
"effect": "2.0.0-next.38"
}
}
6 changes: 3 additions & 3 deletions packages/platform-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"@effect/platform-node": "workspace:^"
},
"devDependencies": {
"@effect/schema": "^0.39.0",
"@effect/schema": "^0.39.1",
"bun-types": "^1.0.3",
"effect": "2.0.0-next.37"
"effect": "2.0.0-next.38"
},
"peerDependencies": {
"effect": "2.0.0-next.37"
"effect": "2.0.0-next.38"
}
}
6 changes: 3 additions & 3 deletions packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"license": "MIT",
"sideEffects": [],
"devDependencies": {
"@effect/schema": "^0.39.0",
"@effect/schema": "^0.39.1",
"@types/busboy": "^1.5.1",
"@types/mime": "^3.0.2",
"effect": "2.0.0-next.37"
"effect": "2.0.0-next.38"
},
"peerDependencies": {
"effect": "2.0.0-next.37"
"effect": "2.0.0-next.38"
},
"dependencies": {
"@effect/platform": "workspace:^",
Expand Down
8 changes: 4 additions & 4 deletions packages/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"path-browserify": "^1.0.1"
},
"devDependencies": {
"@effect/schema": "^0.39.0",
"@effect/schema": "^0.39.1",
"@types/path-browserify": "^1.0.0",
"effect": "2.0.0-next.37"
"effect": "2.0.0-next.38"
},
"peerDependencies": {
"@effect/schema": "^0.37.0",
"effect": "2.0.0-next.37"
"@effect/schema": "^0.37.1",
"effect": "2.0.0-next.38"
}
}
Loading

0 comments on commit c957232

Please sign in to comment.