Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Aug 26, 2024
1 parent 6f0de23 commit 239e183
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"play": "vite playground",
"deploy": "vite build playground"
},
"dependencies": {
"@unocss/core": "^0.62.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.1",
"@babel/types": "^7.25.4",
Expand Down
4 changes: 4 additions & 0 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/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { definePreset } from 'unocss'
import { definePreset } from '@unocss/core'

export interface StarterOptions {
/**
Expand Down

0 comments on commit 239e183

Please sign in to comment.