Skip to content

Commit

Permalink
update effect (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Mar 22, 2024
1 parent 08e8347 commit 5fbec18
Show file tree
Hide file tree
Showing 18 changed files with 491 additions and 288 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-ears-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/docgen": 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
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"docgen": "tsx src/bin.ts"
},
"dependencies": {
"@effect/cli": "^0.26.0",
"@effect/platform": "^0.38.0",
"@effect/platform-node": "^0.38.0",
"@effect/schema": "^0.54.0",
"@effect/cli": "0.35.17",
"@effect/platform": "0.48.15",
"@effect/platform-node": "0.45.17",
"@effect/schema": "0.64.11",
"chalk": "^5.3.0",
"doctrine": "^3.0.0",
"effect": "2.0.0-next.61",
"effect": "2.4.11",
"glob": "^10.3.10",
"markdown-toc": "github:effect-ts/markdown-toc",
"prettier": "^3.1.1",
Expand All @@ -67,7 +67,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
Expand Down
Loading

0 comments on commit 5fbec18

Please sign in to comment.