Skip to content

Commit

Permalink
fix: update esbuild to fix UI crash (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoattal committed May 31, 2022
1 parent 6c424de commit b122691
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 75 deletions.
4 changes: 4 additions & 0 deletions packages/ui/client/auto-imports.d.ts
Expand Up @@ -32,6 +32,8 @@ declare global {
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
const inject: typeof import('vue')['inject']
const isDefined: typeof import('@vueuse/core')['isDefined']
const isProxy: typeof import('vue')['isProxy']
const isReactive: typeof import('vue')['isReactive']
const isReadonly: typeof import('vue')['isReadonly']
const isRef: typeof import('vue')['isRef']
const logicAnd: typeof import('@vueuse/core')['logicAnd']
Expand Down Expand Up @@ -229,6 +231,8 @@ declare global {
const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
const watchOnce: typeof import('@vueuse/core')['watchOnce']
const watchPausable: typeof import('@vueuse/core')['watchPausable']
const watchPostEffect: typeof import('vue')['watchPostEffect']
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
const whenever: typeof import('@vueuse/core')['whenever']
Expand Down

0 comments on commit b122691

Please sign in to comment.