website: Update dependencies on website (#6455)

* website: Update dependencies on website

* Update website/pages/en/index.js

Co-Authored-By: Simon Lydell <simon.lydell@gmail.com>
master
Lipis 2019-09-07 19:38:14 +03:00 committed by GitHub
parent 8f0fdba4ba
commit 9f5bd298db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -417,7 +417,7 @@ const UsersSection = ({ language }) => {
<img src="/images/npm_grey.svg" style={{ height: "100px" }} />
</a>
<div style={{ marginLeft: ".7em", width: "260px" }}>
<p>More than 2000 tools and integrations on npm</p>
<p>More than <strong>3000</strong> tools and integrations on npm</p>
<Button href="https://www.npmjs.com/browse/depended/prettier">
Install Them
</Button>
@ -432,7 +432,7 @@ const UsersSection = ({ language }) => {
<img src="/images/github_grey.svg" style={{ height: "100px" }} />
</a>
<div style={{ marginLeft: ".7em", width: "260px" }}>
<p>More than 400,000 dependent repositories on GitHub</p>
<p>More than <strong>1M</strong> dependent repositories on GitHub</p>
<Button href="https://github.com/prettier/prettier/network/dependents">
Check Them Out
</Button>