Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danerwilliams committed Oct 1, 2023
1 parent f4d6796 commit e860e16
Show file tree
Hide file tree
Showing 6 changed files with 3,794 additions and 15,505 deletions.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"homepage": "https://github.com/danerwilliams/charcoal",
"repository": "github:danerwilliams/charcoal",
"dependencies": {
"@danerwilliams/gti-cli-shared-types": "workspace:*",
"@withgraphite/graphite-cli-routes": "^0.31.0",
"@withgraphite/gti-cli-shared-types": "workspace:*",
"@withgraphite/retype": "^0.3.11",
"@withgraphite/retyped-routes": "^0.3.1",
"chalk": "^4.1.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ChangedFiles } from '@withgraphite/gti-cli-shared-types';
import { ChangedFiles } from '@danerwilliams/gti-cli-shared-types';
import yargs from 'yargs';
import { graphite } from '../../lib/runner';

Expand Down
2 changes: 1 addition & 1 deletion apps/cli/src/commands/internal-only-commands/log.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BranchInfo } from '@withgraphite/gti-cli-shared-types';
import { BranchInfo } from '@danerwilliams/gti-cli-shared-types';
import yargs from 'yargs';
import { TContext } from '../../lib/context';
import { UntrackedBranchError } from '../../lib/errors';
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/src/commands/internal-only-commands/repo-info.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import yargs from 'yargs';
import { graphite } from '../../lib/runner';
import { RepoInfo } from '@withgraphite/gti-cli-shared-types';
import { RepoInfo } from '@danerwilliams/gti-cli-shared-types';
import {
currentGitRepoPrecondition,
getRepoRootPathPrecondition,
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/src/commands/internal-only-commands/status.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ChangedFile, Status } from '@withgraphite/gti-cli-shared-types';
import { ChangedFile, Status } from '@danerwilliams/gti-cli-shared-types';
import yargs from 'yargs';
import { TStatusFile } from '../../lib/git/changed_files';
import { graphite } from '../../lib/runner';
Expand Down
Loading

0 comments on commit e860e16

Please sign in to comment.