Skip to content

Commit 0d3a75f

Browse files
committed
let github sim use root effection
1 parent 5ed058d commit 0d3a75f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/github-api/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
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",
57-
"effection": "^4.0.0"
56+
"@octokit/graphql": "^9.0.1"
5857
},
5958
"exports": {
6059
".": {

packages/github-api/sync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { main, Operation, until } from "effection";
1+
import { main, type Operation, until } from "effection";
22
import fs from "fs/promises";
33
import path from "path";
44

0 commit comments

Comments
 (0)