Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 58495bc

Browse files
committed
chore: update effect
1 parent 3ee6f83 commit 58495bc

File tree

3 files changed

+125
-114
lines changed

3 files changed

+125
-114
lines changed

.changeset/new-bananas-build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"effect-pg": patch
3+
---
4+
5+
Update effect.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
"@effect/docgen": "^0.4.0",
4646
"@effect/eslint-plugin": "^0.1.2",
4747
"@effect/language-service": "^0.1.0",
48-
"@effect/platform": "^0.48.17",
49-
"@effect/platform-node": "^0.45.19",
50-
"@effect/schema": "^0.64.13",
51-
"@typescript-eslint/eslint-plugin": "^7.3.1",
52-
"@typescript-eslint/parser": "^7.3.1",
48+
"@effect/platform": "^0.48.20",
49+
"@effect/platform-node": "^0.45.22",
50+
"@effect/schema": "^0.64.14",
51+
"@typescript-eslint/eslint-plugin": "^7.4.0",
52+
"@typescript-eslint/parser": "^7.4.0",
5353
"@vitest/coverage-v8": "^1.4.0",
5454
"babel-plugin-annotate-pure-calls": "^0.4.0",
55-
"effect": "2.4.13",
56-
"effect-dotenv": "^0.17.13",
55+
"effect": "2.4.14",
56+
"effect-dotenv": "^0.17.14",
5757
"eslint": "^8.57.0",
5858
"eslint-import-resolver-typescript": "^3.6.1",
5959
"eslint-plugin-codegen": "0.28.0",
@@ -75,7 +75,7 @@
7575
"pg-cursor": "^2.10.3"
7676
},
7777
"peerDependencies": {
78-
"@effect/schema": "^0.64.13",
79-
"effect": "^2.4.13"
78+
"@effect/schema": "^0.64.14",
79+
"effect": "^2.4.14"
8080
}
8181
}

0 commit comments

Comments
 (0)