Skip to content

Commit 266fbe2

Browse files
authored
fix: use workspace:* versions to enable release (#2145)
1 parent 2238bb3 commit 266fbe2

5 files changed

Lines changed: 16 additions & 48 deletions

File tree

apps/ensadmin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
},
2424
"dependencies": {
2525
"@ensnode/datasources": "workspace:*",
26-
"@ensnode/ensnode-sdk": "0.0.0-preview-fix-sha-89c022b-20260518142147",
26+
"@ensnode/ensnode-sdk": "workspace:*",
2727
"@ensnode/scalar-react": "workspace:*",
28-
"enssdk": "0.0.0-preview-fix-sha-89c022b-20260518142147",
28+
"enssdk": "workspace:*",
2929
"@formkit/auto-animate": "^0.9.0",
3030
"@graphiql/plugin-explorer": "5.1.1",
3131
"@graphiql/react": "0.37.1",

docs/ensnode.io/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@iconify-json/lucide": "^1.2.52",
2929
"@namehash/namehash-ui": "workspace:*",
3030
"@octokit/rest": "^20.1.2",
31-
"@ensnode/ensnode-sdk": "0.0.0-preview-fix-sha-89c022b-20260518142147",
31+
"@ensnode/ensnode-sdk": "workspace:*",
3232
"@graphiql/plugin-doc-explorer": "0.4.1",
3333
"@graphiql/react": "0.37.1",
34-
"enssdk": "0.0.0-preview-fix-sha-89c022b-20260518142147",
34+
"enssdk": "workspace:*",
3535
"graphql": "^16.10.0",
3636
"@stackblitz/sdk": "^1.11.0",
3737
"@scalar/astro": "^0.2.16",

examples/enssdk-example/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"strict": true,
77
"esModuleInterop": true,
88
"skipLibCheck": true,
9-
"lib": ["ESNext", "DOM"],
9+
"lib": ["ESNext"],
10+
"types": ["node"],
1011
"plugins": [
1112
// here we enable the gql.tada typescript plugin
1213
{

examples/omnigraph-graphql-example/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"strict": true,
77
"esModuleInterop": true,
88
"skipLibCheck": true,
9-
"lib": ["ESNext", "DOM"]
9+
"lib": ["ESNext"],
10+
"types": ["node"]
1011
},
1112
"include": ["src"]
1213
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)