Skip to content

Commit

Permalink
update lockfile and fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-chernicki committed Jan 2, 2024
1 parent 2911b90 commit 7c1c792
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineCheck, json, text, PackageJson, diff } from 'commonality';
import { defineCheck, json, text, PackageJson } from 'commonality';

export const ensureReadme = defineCheck(() => ({
name: 'commonality/ensure-readme',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { GraphContext } from './graph-provider';
import { CodeownersData, Package, TagsData } from '@commonalityco/types';
import { Sidebar } from './sidebar';
import { ComponentProps } from 'react';
import { Skeleton } from '@commonalityco/ui-design-system';

interface FeatureGraphSidebarProperties {
codeownersData: CodeownersData[];
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 7c1c792

Please sign in to comment.