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
tim-smart committed Dec 18, 2023
1 parent 3cf6370 commit faa04dd
Show file tree
Hide file tree
Showing 7 changed files with 206 additions and 189 deletions.
8 changes: 8 additions & 0 deletions .changeset/itchy-planes-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@effect/platform-browser": minor
"@effect/platform-node": minor
"@effect/platform-bun": minor
"@effect/platform": minor
---

update effect
8 changes: 4 additions & 4 deletions 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.7.0",
"@effect/build-utils": "^0.7.1",
"@effect/docgen": "^0.3.8",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
Expand All @@ -33,19 +33,19 @@
"@vitest/coverage-v8": "^1.0.4",
"@vitest/web-worker": "^1.0.4",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "^0.21.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"glob": "^10.3.10",
"madge": "^6.1.0",
"prettier": "^3.1.1",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vite": "^5.0.10",
"vitest": "^1.0.4"
},
"pnpm": {
Expand Down
10 changes: 5 additions & 5 deletions packages/platform-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"build-annotate": "babel build --plugins annotate-pure-calls --out-dir build --source-maps"
},
"peerDependencies": {
"@effect/platform": "workspace:*",
"effect": "2.0.0-next.60"
"@effect/platform": "workspace:^",
"effect": "2.0.0-next.61"
},
"devDependencies": {
"@effect/platform": "workspace:*",
"@effect/schema": "^0.53.1",
"effect": "2.0.0-next.60",
"@effect/platform": "workspace:^",
"@effect/schema": "^0.54.0",
"effect": "2.0.0-next.61",
"happy-dom": "^12.10.3"
}
}
16 changes: 8 additions & 8 deletions packages/platform-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"build-annotate": "babel build --plugins annotate-pure-calls --out-dir build --source-maps"
},
"peerDependencies": {
"@effect/platform": "workspace:*",
"@effect/platform-node": "workspace:*",
"effect": "2.0.0-next.60"
"@effect/platform": "workspace:^",
"@effect/platform-node": "workspace:^",
"effect": "2.0.0-next.61"
},
"devDependencies": {
"@effect/platform": "workspace:*",
"@effect/platform-node": "workspace:*",
"@effect/schema": "^0.53.1",
"bun-types": "^1.0.17",
"effect": "2.0.0-next.60"
"@effect/platform": "workspace:^",
"@effect/platform-node": "workspace:^",
"@effect/schema": "^0.54.0",
"bun-types": "^1.0.18",
"effect": "2.0.0-next.61"
}
}
14 changes: 7 additions & 7 deletions packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
},
"dependencies": {
"mime": "^3.0.0",
"multipasta": "^0.1.19"
"multipasta": "^0.1.21"
},
"peerDependencies": {
"@effect/platform": "workspace:*",
"effect": "2.0.0-next.60"
"@effect/platform": "workspace:^",
"effect": "2.0.0-next.61"
},
"devDependencies": {
"@effect/platform": "workspace:*",
"@effect/schema": "^0.53.1",
"@effect/platform": "workspace:^",
"@effect/schema": "^0.54.0",
"@types/mime": "^3.0.4",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/tar": "^6.1.10",
"effect": "2.0.0-next.60",
"effect": "2.0.0-next.61",
"tar": "^6.2.0"
}
}
10 changes: 5 additions & 5 deletions packages/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
},
"dependencies": {
"find-my-way-ts": "^0.1.0",
"multipasta": "^0.1.19",
"multipasta": "^0.1.21",
"path-browserify": "^1.0.1"
},
"peerDependencies": {
"@effect/schema": "^0.53.1",
"effect": "2.0.0-next.60"
"@effect/schema": "^0.54.0",
"effect": "2.0.0-next.61"
},
"devDependencies": {
"@effect/schema": "^0.53.1",
"@effect/schema": "^0.54.0",
"@types/path-browserify": "^1.0.2",
"effect": "2.0.0-next.60"
"effect": "2.0.0-next.61"
}
}
Loading

0 comments on commit faa04dd

Please sign in to comment.