Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 27, 2022
1 parent fdfe13f commit a0ad780
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 15 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@intlify/vite-plugin-vue-i18n": "^3.3.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@unocss/preset-attributify": "^0.26.3",
"@unocss/preset-icons": "^0.26.3",
"@unocss/preset-typography": "^0.26.3",
"@unocss/preset-web-fonts": "^0.26.3",
"@unocss/reset": "^0.26.3",
"@unocss/preset-attributify": "^0.26.4",
"@unocss/preset-icons": "^0.26.4",
"@unocss/preset-typography": "^0.26.4",
"@unocss/preset-web-fonts": "^0.26.4",
"@unocss/reset": "^0.26.4",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/test-utils": "^2.0.0-rc.18",
"critters": "^0.0.16",
Expand Down
59 changes: 49 additions & 10 deletions pnpm-lock.yaml

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

2 changes: 2 additions & 0 deletions src/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ declare global {
const reactify: typeof import('@vueuse/core')['reactify']
const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
const reactive: typeof import('vue')['reactive']
const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
const reactivePick: typeof import('@vueuse/core')['reactivePick']
const readonly: typeof import('vue')['readonly']
const ref: typeof import('vue')['ref']
Expand Down

0 comments on commit a0ad780

Please sign in to comment.