docs: update sponsors logo (#407)

* docs: update sponsors logo

* chore: bump deps

* docs: adjust sponsors logo size
pull/399/head
晋晓炜 Amio / 2020-06-06 16:36:10 +08:00 zatwierdzone przez GitHub
rodzic 903a9e4406
commit 833254d3a5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 1017 dodań i 744 usunięć

Wyświetl plik

@ -21,7 +21,7 @@
> Epic work on Badgen! Porting the @dependabot badges over to it now. ⚡️ - [@greybaker](https://twitter.com/greybaker/status/1023253585021333504)
The [badgen](https://github.com/amio/badgen) library was born as an exploration of "is it possible to generate badge SVG markup directly with JavaScript (without using pdfkit/canvas/puppeteer to measure text length)?". The result is better than I expected, Verdana (the de-facto font for badges) text width can be calculated precisely with a prebuilt [char-width-table](https://github.com/amio/badgen/blob/master/lib/widths-verdana-110.json), even no need to worry about kerning 🤯
The [badgen](https://github.com/amio/badgen) library was born as an exploration of "is it possible to generate badge SVG markup directly (without using pdfkit/canvas/puppeteer to measure text width)?". The result is better than I expected, Width of Verdana (the de-facto font for badges) text can be calculated precisely with a prebuilt [char-width-table](https://github.com/badgen/badgen/blob/master/src/widths-verdana-110.json), even no need to worry about kerning 🤯
Then, logically, [Badgen Service](https://badgen.net) was born. I had a good time with [shields.io](https://shields.io), but as time goes by Shields gets slower, leaves more and more broken badges in READMEs. Badgen is trying to be a fast alternative with simplicity and flexibility. Its codebase is simple (<b title="cloc . --exclude-dir node_modules --match-f '.js$'">2K LoCs</b> vs Shields' 22K LoCs), well structured and fun to develop - it is pretty easy to add badge(s) for new service(s).
@ -105,8 +105,8 @@ Support this project by donation, help Badgen continue and evolving!
## Sponsors
<a href="https://vercel.com"><img src="https://sponsors.badgen.now.sh/zeit.svg" height="60px" /></a>
<a href="https://sentry.io"><img src="https://sponsors.badgen.now.sh/sentry.svg" height="67px" /></a>
<a href="https://vercel.com"><img src="https://badgen-sponsors.now.sh/vercel.svg" height="220px" /></a>
<a href="https://sentry.io"><img src="https://badgen-sponsors.now.sh/sentry.svg" height="220px" /></a>
[dependencies-src]: https://badgen.net/david/dep/badgen/badgen.net?label=deps
[dependencies-href]: https://david-dm.org/badgen/badgen.net

1739
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -22,8 +22,8 @@
]
},
"dependencies": {
"@sentry/integrations": "^5.15.5",
"@sentry/node": "^5.15.5",
"@sentry/integrations": "^5.16.1",
"@sentry/node": "^5.16.1",
"badgen": "^3.1.0",
"badgen-icons": "^0.16.0",
"byte-size": "^6.2.0",
@ -40,7 +40,7 @@
"original-url": "^1.2.3",
"react-debounce-render": "^5.0.0",
"semver": "^7.3.2",
"serve-handler": "^6.1.2",
"serve-handler": "^6.1.3",
"serve-marked": "^2.0.3",
"url-parse": "^1.4.7",
"yaml": "^1.10.0"
@ -50,7 +50,7 @@
"@types/fs-extra": "^8.1.1",
"@types/lodash.debounce": "^4.0.6",
"@types/micro": "^7.3.3",
"@types/node": "^12.12.42",
"@types/node": "^12.12.44",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/semver": "^7.2.0",
@ -62,14 +62,14 @@
"csstype": "^2.6.10",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.20.0",
"fs-extra": "^9.0.0",
"next": "^9.4.2",
"fs-extra": "^9.0.1",
"next": "^9.4.4",
"nodemon": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"supertest": "^4.0.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"engines": {
"node": "12.x"