Skip to content

Commit

Permalink
chore: update @effect/platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Jul 16, 2024
1 parent 32c8e65 commit a965fd7
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 223 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-geese-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-dotenv": minor
---

Update @effect/platform.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@changesets/changelog-github": "^0.5.0",
Expand All @@ -46,15 +46,15 @@
"@effect/docgen": "^0.4.3",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.58.27",
"@effect/platform-node": "^0.53.26",
"@effect/platform": "^0.59.0",
"@effect/platform-node": "^0.54.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitest/coverage-v8": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitest/coverage-v8": "^2.0.3",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "3.5.3",
"effect": "3.5.4",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.28.0",
Expand All @@ -67,13 +67,13 @@
"rimraf": "^6.0.1",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
"vitest": "^2.0.3"
},
"dependencies": {
"dotenv": "^16.4.5"
},
"peerDependencies": {
"@effect/platform": "^0.58.0",
"@effect/platform": "^0.59.0",
"effect": "^3.5.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit a965fd7

Please sign in to comment.