chore: update deps

This commit is contained in:
ayo 2026-06-14 21:17:40 +02:00
parent ade0a33dec
commit d8488d0292
4 changed files with 1419 additions and 4182 deletions

View file

@ -1,5 +1,5 @@
> [!Note]
> Project moved to [SourceHut](https://git.sr.ht/~ayoayco/astro-github-stats)
> Project is now Archived and not maintained.
# Astro GitHub Stats ✨
@ -28,7 +28,7 @@ Then use on your Astro page:
```astro
---
import GithubStats from 'astro-github-stats';
import GithubStats from 'astro-github-stats'
---
<!-- show your account stats -->
@ -54,7 +54,6 @@ Example Account Card with Icons:
<img width="505" alt="Screen Shot 2022-09-30 at 10 59 39 PM" src="https://user-images.githubusercontent.com/4262489/193355585-c5c7b1c3-6682-4157-a013-94f8a5a21a20.png">
Example Account Top Languages:
<img width="312" alt="Screen Shot 2022-09-29 at 9 09 05 PM" src="https://user-images.githubusercontent.com/4262489/193121588-9737c861-d08a-4103-9d9b-11bcd0c7c713.png">

View file

@ -23,12 +23,10 @@
"ui"
],
"scripts": {
"start": "npm run dev -w demo",
"dev": "npm run dev -w demo",
"start": "cd demo && npm start",
"format": "prettier . --write",
"lint": "eslint . --config eslint.config.mjs",
"build": "tsc",
"demo": "npm run dev -w demo",
"prepare": "husky"
},
"devDependencies": {
@ -51,7 +49,7 @@
"typescript-eslint": "^8.18.2"
},
"peerDependencies": {
"astro": ">=5.0.0"
"astro": ">=6.0.0"
},
"license": "ISC"
}

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
packages:
- 'demo/**'
- 'demo'
allowBuilds:
'@parcel/watcher': false
esbuild: false
sharp: false
sharp: true