Skip to content

Commit

Permalink
fix incorrect references from child workspaces to root workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Sep 15, 2024
1 parent 877e1a9 commit 2a17b8d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion e2e/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"node": ">=18.0.0"
},
"dependencies": {
"@mizdra/graphql-codegen-typescript-fabbrica": ".."
"@mizdra/graphql-codegen-typescript-fabbrica": "../.."
}
}
2 changes: 1 addition & 1 deletion e2e/cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"node": ">=18.0.0"
},
"dependencies": {
"@mizdra/graphql-codegen-typescript-fabbrica": ".."
"@mizdra/graphql-codegen-typescript-fabbrica": "../.."
}
}
2 changes: 1 addition & 1 deletion e2e/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"node": ">=18.0.0"
},
"dependencies": {
"@mizdra/graphql-codegen-typescript-fabbrica": ".."
"@mizdra/graphql-codegen-typescript-fabbrica": "../.."
}
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a17b8d

Please sign in to comment.