Skip to content

Commit f268792

Browse files
committed
bump server to effection v4
1 parent 9d983be commit f268792

File tree

4 files changed

+33
-14
lines changed

4 files changed

+33
-14
lines changed

package-lock.json

Lines changed: 27 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@arethetypeswrong/core": "^0.18.2",
41+
"effection": "^4.0.0",
4142
"publint": "^0.3.13",
4243
"tsdown": "^0.15.4",
4344
"tsx": "^4.20.6",

packages/github-api/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"@graphql-codegen/cli": "^5.0.7",
5454
"@graphql-codegen/typescript": "^4.1.6",
5555
"@graphql-codegen/typescript-resolvers": "^4.5.1",
56-
"@octokit/graphql": "^9.0.1"
56+
"@octokit/graphql": "^9.0.1",
57+
"effection": "^4.0.0"
5758
},
5859
"exports": {
5960
".": {

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"test:service-main": "node --import tsx ./test/service-main.ts"
3636
},
3737
"dependencies": {
38-
"effection": "^3.6.0",
39-
"@effectionx/tinyexec": "^0.2.0",
40-
"@effectionx/context-api": "^0.1.0"
38+
"effection": "^4.0.0",
39+
"@effectionx/tinyexec": "^0.3.1",
40+
"@effectionx/context-api": "^0.2.1"
4141
},
4242
"devDependencies": {},
4343
"exports": {

0 commit comments

Comments
 (0)