Skip to content

Commit 7e4ea1b

Browse files
committed
chore: update deps
1 parent 73bdd8d commit 7e4ea1b

8 files changed

Lines changed: 1987 additions & 1675 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default defineConfig({
169169

170170
<p align="center">
171171
<a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg">
172-
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/>
172+
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg' alt="Sponsors"/>
173173
</a>
174174
</p>
175175

@@ -184,7 +184,7 @@ export default defineConfig({
184184

185185
<p align="center">
186186
<a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.circles.svg">
187-
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.circles.svg'/>
187+
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.circles.svg' alt="Sponsors"/>
188188
</a>
189189
</p>
190190

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sponsorkit",
33
"type": "module",
44
"version": "17.0.0",
5-
"packageManager": "pnpm@10.17.1",
5+
"packageManager": "pnpm@10.33.0",
66
"description": "Toolkit for generating sponsors images",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -45,32 +45,32 @@
4545
"release": "bumpp"
4646
},
4747
"dependencies": {
48-
"ansis": "^4.1.0",
48+
"ansis": "^4.2.0",
4949
"cac": "^6.7.14",
5050
"consola": "^3.4.2",
51-
"dotenv": "^17.2.2",
52-
"ofetch": "^1.4.1",
53-
"sharp": "^0.34.4",
54-
"unconfig": "^7.3.3"
51+
"dotenv": "^17.4.1",
52+
"ofetch": "^1.5.1",
53+
"sharp": "^0.34.5",
54+
"unconfig": "^7.5.0"
5555
},
5656
"devDependencies": {
57-
"@antfu/eslint-config": "^5.4.1",
58-
"@antfu/ni": "^26.0.1",
59-
"@antfu/utils": "^9.2.1",
57+
"@antfu/eslint-config": "^8.1.1",
58+
"@antfu/ni": "^26.2.0",
59+
"@antfu/utils": "^9.3.0",
6060
"@fast-csv/parse": "^5.0.5",
6161
"@types/d3-hierarchy": "^3.1.7",
62-
"@types/node": "^24.5.2",
63-
"bumpp": "^10.2.3",
62+
"@types/node": "^25.6.0",
63+
"bumpp": "^11.0.1",
6464
"d3-hierarchy": "^3.1.2",
65-
"eslint": "^9.36.0",
66-
"jiti": "^2.6.0",
67-
"normalize-url": "^8.1.0",
68-
"p-limit": "^7.1.1",
69-
"tsx": "^4.20.5",
70-
"typescript": "^5.9.2",
65+
"eslint": "^10.2.0",
66+
"jiti": "^2.6.1",
67+
"normalize-url": "^8.1.1",
68+
"p-limit": "^7.3.0",
69+
"tsx": "^4.21.0",
70+
"typescript": "^6.0.2",
7171
"unbuild": "^3.6.1",
72-
"vite": "^7.1.7",
73-
"vitest": "^3.2.4"
72+
"vite": "^8.0.8",
73+
"vitest": "^4.1.4"
7474
},
7575
"resolutions": {
7676
"sponsorkit": "workspace:*"

0 commit comments

Comments
 (0)