Skip to content

Commit

Permalink
feat(splash): add png options to splash helper functions (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Sep 1, 2023
1 parent 5066fea commit 7a3eb8e
Show file tree
Hide file tree
Showing 6 changed files with 438 additions and 696 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vite-pwa/assets-generator",
"type": "module",
"version": "0.0.8",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.1",
"description": "Zero-config PWA Assets Generator",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -63,19 +63,19 @@
"dependencies": {
"cac": "^6.7.14",
"colorette": "^2.0.20",
"consola": "^3.1.0",
"sharp": "^0.32.1",
"consola": "^3.2.3",
"sharp": "^0.32.5",
"sharp-ico": "^0.1.5",
"unconfig": "^0.3.9"
"unconfig": "^0.3.10"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@antfu/ni": "^0.21.3",
"@antfu/eslint-config": "^0.41.0",
"@antfu/ni": "^0.21.7",
"@types/debug": "^4.1.8",
"@types/node": "^18.16.16",
"bumpp": "^8.2.1",
"eslint": "^8.42.0",
"typescript": "^5.1.6",
"eslint": "^8.48.0",
"typescript": "^5.2.2",
"unbuild": "^1.2.1"
}
}

0 comments on commit 7a3eb8e

Please sign in to comment.