Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update /platform (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Dec 13, 2023
1 parent 508bb6f commit 960cc02
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 184 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-scissors-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": patch
---

update /platform
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
"coverage": "vitest run --coverage"
},
"peerDependencies": {
"@effect/platform": "^0.34.0",
"@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"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
Expand All @@ -74,14 +74,14 @@
"@effect/docgen": "^0.3.8",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.34.0",
"@effect/platform-node": "^0.35.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.0",
"@effect/schema": "^0.53.1",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@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",
Expand All @@ -99,7 +99,7 @@
"stackframe": "^1.3.4",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite": "^5.0.8",
"vitest": "^1.0.4"
}
}
Loading

0 comments on commit 960cc02

Please sign in to comment.