Skip to content

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Dec 22, 2023
1 parent 4bf0d69 commit cb38ba8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-donuts-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fp-ts/optic": minor
---

update effect
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"eslint.validate": ["markdown", "javascript", "typescript"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.quickSuggestions": {
"other": true,
Expand All @@ -38,7 +38,7 @@
"editor.tabCompletion": "off",
"editor.suggest.localityBonus": true,
"editor.suggestSelection": "recentlyUsed",
"editor.wordBasedSuggestions": true,
"editor.wordBasedSuggestions": "matchingDocuments",
"editor.parameterHints.enabled": true,
"files.watcherExclude": {
"**/target": true
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@effect-ts/core": "^0.60.5",
"@effect/docgen": "^0.2.0",
"@effect/dtslint": "^0.0.4",
"@effect/typeclass": "^0.19.1",
"@effect/typeclass": "^0.21.0",
"@repo-tooling/eslint-plugin-dprint": "^0.0.4",
"@types/benchmark": "^2.1.2",
"@types/glob": "^8.1.0",
Expand All @@ -86,7 +86,7 @@
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.0.1",
"cpx": "^1.5.0",
"effect": "2.0.0-next.60",
"effect": "2.0.0-next.62",
"eslint": "^8.37.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-codegen": "0.17.0",
Expand All @@ -107,7 +107,7 @@
"vitest": "0.30.1"
},
"peerDependencies": {
"@effect/typeclass": "^0.19.1",
"effect": "2.0.0-next.60"
"@effect/typeclass": "^0.21.0",
"effect": "2.0.0-next.62"
}
}
20 changes: 10 additions & 10 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 cb38ba8

Please sign in to comment.