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 1, 2023
1 parent cc03d2b commit f9e39f6
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
24 changes: 12 additions & 12 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.32.0",
"@effect/printer": "^0.25.0",
"@effect/printer-ansi": "^0.26.0",
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
"@effect/platform": "^0.32.1",
"@effect/printer": "^0.25.1",
"@effect/printer-ansi": "^0.26.1",
"@effect/schema": "^0.51.1",
"effect": "2.0.0-next.58"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
Expand All @@ -70,21 +70,21 @@
"@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",
"@effect/platform": "^0.32.0",
"@effect/platform-node": "^0.33.0",
"@effect/printer": "^0.25.0",
"@effect/printer-ansi": "^0.26.0",
"@effect/schema": "^0.51.0",
"@effect/platform": "^0.32.1",
"@effect/platform-node": "^0.33.2",
"@effect/printer": "^0.25.1",
"@effect/printer-ansi": "^0.26.1",
"@effect/schema": "^0.51.1",
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/coverage-v8": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "2.0.0-next.57",
"effect": "2.0.0-next.58",
"error-stack-parser": "^2.1.4",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down
108 changes: 54 additions & 54 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 f9e39f6

Please sign in to comment.