Skip to content

Commit

Permalink
update effect (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Sep 20, 2024
1 parent f776e56 commit 3af5f95
Show file tree
Hide file tree
Showing 5 changed files with 581 additions and 546 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-fishes-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-vscode": patch
---

update effect
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,23 +145,23 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@effect/experimental": "^0.21.1",
"@changesets/cli": "^2.27.8",
"@effect/experimental": "^0.26.6",
"@effect/language-service": "^0.1.0",
"@effect/platform-node": "^0.56.1",
"@types/mocha": "^10.0.7",
"@types/node": "~22.0.2",
"@effect/platform-node": "^0.60.5",
"@types/mocha": "^10.0.8",
"@types/node": "~22.5.5",
"@types/vscode": "1.84.0",
"@types/ws": "^8.5.12",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^2.31.1",
"effect": "3.6.0",
"@vscode/vsce": "^3.1.0",
"effect": "3.8.3",
"glob": "^11.0.0",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"tslib": "^2.6.3",
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"tslib": "^2.7.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"ws": "^8.18.0"
},
"sideEffects": false
Expand Down
Loading

0 comments on commit 3af5f95

Please sign in to comment.