Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 26, 2023
1 parent 92e638b commit 8ee0a4d
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 56 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pinia": "^2.1.7",
"vue": "^3.3.7",
"vue-demi": "^0.14.6",
"vue-i18n": "^9.5.0",
"vue-i18n": "^9.6.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"taze": "^0.12.0",
"typescript": "^5.2.2",
"unocss": "^0.57.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.6.1",
"unplugin-vue-markdown": "^0.24.3",
Expand All @@ -67,7 +67,7 @@
"vite-plugin-vue-devtools": "^1.0.0-rc.5",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-webfont-dl": "^3.7.6",
"vite-ssg": "^0.23.3",
"vite-ssg": "^0.23.4",
"vite-ssg-sitemap": "^0.6.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.21"
Expand Down
115 changes: 63 additions & 52 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
}
// for vue template auto import
import { UnwrapRef } from 'vue'
Expand Down

0 comments on commit 8ee0a4d

Please sign in to comment.