chore: update deps
This commit is contained in:
parent
ade0a33dec
commit
d8488d0292
4 changed files with 1419 additions and 4182 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> Project moved to [SourceHut](https://git.sr.ht/~ayoayco/astro-github-stats)
|
> Project is now Archived and not maintained.
|
||||||
|
|
||||||
# Astro GitHub Stats ✨
|
# Astro GitHub Stats ✨
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ Then use on your Astro page:
|
||||||
|
|
||||||
```astro
|
```astro
|
||||||
---
|
---
|
||||||
import GithubStats from 'astro-github-stats';
|
import GithubStats from 'astro-github-stats'
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- show your account 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">
|
<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:
|
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">
|
<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">
|
||||||
|
|
|
||||||
|
|
@ -23,12 +23,10 @@
|
||||||
"ui"
|
"ui"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run dev -w demo",
|
"start": "cd demo && npm start",
|
||||||
"dev": "npm run dev -w demo",
|
|
||||||
"format": "prettier . --write",
|
"format": "prettier . --write",
|
||||||
"lint": "eslint . --config eslint.config.mjs",
|
"lint": "eslint . --config eslint.config.mjs",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"demo": "npm run dev -w demo",
|
|
||||||
"prepare": "husky"
|
"prepare": "husky"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
@ -51,7 +49,7 @@
|
||||||
"typescript-eslint": "^8.18.2"
|
"typescript-eslint": "^8.18.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": ">=5.0.0"
|
"astro": ">=6.0.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5586
pnpm-lock.yaml
5586
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
||||||
packages:
|
packages:
|
||||||
- 'demo/**'
|
- 'demo'
|
||||||
allowBuilds:
|
allowBuilds:
|
||||||
'@parcel/watcher': false
|
'@parcel/watcher': false
|
||||||
esbuild: false
|
esbuild: false
|
||||||
sharp: false
|
sharp: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue