Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Jun 29, 2024
1 parent c15c5d9 commit 69cb693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,5 @@ declare module 'vue' {
TooltipContent: typeof import('./src/components/ui/tooltip/TooltipContent.vue')['default']
TooltipProvider: typeof import('./src/components/ui/tooltip/TooltipProvider.vue')['default']
TooltipTrigger: typeof import('./src/components/ui/tooltip/TooltipTrigger.vue')['default']
VisuallyHidden: typeof import('radix-vue')['VisuallyHidden']
}
}
3 changes: 2 additions & 1 deletion packages/storipress-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.3.1",
"@parcel/watcher": "2.4.1",
"graphql": "16.9.0"
"graphql": "16.9.0",
"prettier": "3.3.2"
}
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12130,6 +12130,7 @@ __metadata:
"@graphql-codegen/client-preset": "npm:4.3.1"
"@parcel/watcher": "npm:2.4.1"
graphql: "npm:16.9.0"
prettier: "npm:3.3.2"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 69cb693

Please sign in to comment.