Skip to content

Commit

Permalink
chore: Update package.json version to 0.0.10 and dependencies to late…
Browse files Browse the repository at this point in the history
…st versions
  • Loading branch information
YeungKC committed Aug 28, 2024
1 parent f0185f4 commit 9eaa497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeungkc/unocss-preset-safe-area",
"version": "0.0.9",
"version": "0.0.10",
"description": "Safe area preset for UnoCSS",
"author": {
"name": "YeungKC",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const valueMapping: Record<string, string> = {
bottom: "-bottom",
}

export const presetSafeArea = definePreset(() => {
export const presetSafeArea = definePreset<undefined, Theme>(() => {
return {
name: "unocss-preset-safe-area",
rules: [
Expand Down

0 comments on commit 9eaa497

Please sign in to comment.