Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Dec 26, 2023
1 parent 3c6d0ee commit 7c3aeb0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
10 changes: 5 additions & 5 deletions packages/core/client.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Generated by 'unplugin-unocss-config' */
import type { Arrayable, CSSObject } from '@unocss/core'
import type { Arrayable, CSSObject } from 'unocss'

interface ThemeAnimation {
keyframes?: Record<string, string>
Expand Down Expand Up @@ -77,15 +77,15 @@ interface Theme {
preflightBase?: Record<string, string | number>
}

declare const __UNO__: Pick<ReturnType<typeof import('@unocss/core').createGenerator<Theme>>, 'config' | 'userConfig' | 'version' | 'blocked'>
declare const __UNO__: Pick<ReturnType<typeof import('unocss').createGenerator<Theme>>, 'config' | 'userConfig' | 'version' | 'blocked'>

declare const __UNO_CONFIG__: import('@unocss/core').UserConfig<Theme>
declare const __UNO_CONFIG__: import('unocss').UserConfig<Theme>

declare const __UNO_THEME__: Theme

interface ImportMetaEnv {
readonly __UNO__: Pick<ReturnType<typeof import('@unocss/core').createGenerator<Theme>>, 'config' | 'userConfig' | 'version' | 'blocked'>
readonly __UNO_CONFIG__: import('@unocss/core').UserConfig<Theme>
readonly __UNO__: Pick<ReturnType<typeof import('unocss').createGenerator<Theme>>, 'config' | 'userConfig' | 'version' | 'blocked'>
readonly __UNO_CONFIG__: import('unocss').UserConfig<Theme>
readonly __UNO_THEME__: Theme
}

Expand Down
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@
}
},
"dependencies": {
"@unocss/config": "^0.58.0",
"@unocss/core": "^0.58.0",
"unplugin": "^1.5.1"
},
"devDependencies": {
"@unocss/config": "^0.58.0",
"@unocss/core": "^0.58.0"
}
}
17 changes: 11 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 7c3aeb0

Please sign in to comment.