Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shamscorner committed Mar 4, 2022
1 parent aaecad7 commit f255e42
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"vite-plugin-md": "^0.11.8",
"vite-plugin-pages": "^0.21.0",
"vite-plugin-pwa": "^0.11.13",
"vite-plugin-vue-layouts": "^0.6.0",
"vite-plugin-vue-layouts": "^0.5.0",
"vite-ssg": "^0.17.11",
"vitest": "0.5.8",
"vitest": "^0.5.8",
"vue-tsc": "^0.32.0"
}
}
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

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

5 changes: 5 additions & 0 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
declare module 'vue' {
export interface GlobalComponents {
CarbonCampsite: typeof import('~icons/carbon/campsite')['default']
CarbonDicomOverlay: typeof import('~icons/carbon/dicom-overlay')['default']
CarbonLanguage: typeof import('~icons/carbon/language')['default']
CarbonLogoGithub: typeof import('~icons/carbon/logo-github')['default']
CarbonMoon: typeof import('~icons/carbon/moon')['default']
CarbonSun: typeof import('~icons/carbon/sun')['default']
Counter: typeof import('./counter/components/Counter.vue')['default']
Footer: typeof import('./common/components/Footer.vue')['default']
PlanItem: typeof import('./orders/components/PlanItem.vue')['default']
Expand Down

0 comments on commit f255e42

Please sign in to comment.