Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 30, 2024
1 parent 71468ab commit d3ecc4e
Show file tree
Hide file tree
Showing 18 changed files with 2,576 additions and 1,703 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sponsorkit",
"type": "module",
"version": "0.16.2",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.15.2",
"description": "Toolkit for generating sponsors images",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,31 +48,31 @@
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"consola": "^3.2.3",
"consola": "^3.3.3",
"d3-hierarchy": "^3.1.2",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"normalize-url": "^8.0.1",
"ofetch": "^1.3.4",
"p-limit": "^6.1.0",
"picocolors": "^1.1.0",
"ofetch": "^1.4.1",
"p-limit": "^6.2.0",
"picocolors": "^1.1.1",
"sharp": "^0.33.5",
"unconfig": "^0.5.5",
"unconfig": "^0.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.4.1",
"@antfu/ni": "^0.23.0",
"@antfu/eslint-config": "^3.12.1",
"@antfu/ni": "^0.23.2",
"@types/d3-hierarchy": "^3.1.7",
"@types/node": "^22.5.4",
"@types/node": "^22.10.2",
"@types/yargs": "^17.0.33",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"esno": "^4.7.0",
"jiti": "^1.21.6",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"bumpp": "^9.9.2",
"eslint": "^9.17.0",
"esno": "^4.8.0",
"jiti": "^2.4.2",
"typescript": "^5.7.2",
"unbuild": "^3.2.0",
"vite": "^6.0.6",
"vitest": "^2.1.8"
},
"resolutions": {
"sponsorkit": "workspace:*"
Expand Down
Loading

0 comments on commit d3ecc4e

Please sign in to comment.