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 0a39347 commit 72f961e
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 222 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-adults-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": minor
---

update effect
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"coverage": "vitest run --coverage"
},
"peerDependencies": {
"@effect/platform": "^0.35.0",
"@effect/printer": "^0.27.0",
"@effect/printer-ansi": "^0.28.0",
"@effect/schema": "^0.53.0",
"effect": "2.0.0-next.60"
"@effect/platform": "^0.38.0",
"@effect/printer": "^0.28.0",
"@effect/printer-ansi": "^0.29.0",
"@effect/schema": "^0.54.0",
"effect": "2.0.0-next.61"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
Expand All @@ -70,36 +70,36 @@
"@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",
"@effect/platform": "^0.35.0",
"@effect/platform-node": "^0.35.1",
"@effect/printer": "^0.27.0",
"@effect/printer-ansi": "^0.28.0",
"@effect/schema": "^0.53.1",
"@types/node": "^20.10.4",
"@effect/platform": "^0.38.0",
"@effect/platform-node": "^0.38.0",
"@effect/printer": "^0.28.0",
"@effect/printer-ansi": "^0.29.0",
"@effect/schema": "^0.54.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitest/coverage-v8": "^1.0.4",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "2.0.0-next.60",
"effect": "2.0.0-next.61",
"error-stack-parser": "^2.1.4",
"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",
"fast-check": "^3.14.0",
"fast-check": "^3.15.0",
"madge": "^6.1.0",
"rimraf": "^5.0.5",
"stackframe": "^1.3.4",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vite": "^5.0.10",
"vitest": "^1.0.4"
}
}
Loading

0 comments on commit 72f961e

Please sign in to comment.