Skip to content

Commit 00da159

Browse files
committed
Merge branch 'develop' into main
2 parents bfe6a92 + 8fb1812 commit 00da159

File tree

7 files changed

+36
-70
lines changed

7 files changed

+36
-70
lines changed

.all-contributorsrc

-20
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@
2323
"maintenance"
2424
]
2525
},
26-
{
27-
"login": "eduardoPinto12",
28-
"name": "Eduardo Pinto",
29-
"avatar_url": "https://avatars1.githubusercontent.com/u/45365656?v=4",
30-
"profile": "https://github.com/eduardoPinto12",
31-
"contributions": [
32-
"code",
33-
"review"
34-
]
35-
},
3626
{
3727
"login": "otsugua",
3828
"name": "Augusto Lopes",
@@ -42,16 +32,6 @@
4232
"design"
4333
]
4434
},
45-
{
46-
"login": "rgllm",
47-
"name": "Rogério Moreira",
48-
"avatar_url": "https://avatars3.githubusercontent.com/u/9056941?v=4",
49-
"profile": "https://rgllm.com",
50-
"contributions": [
51-
"code",
52-
"review"
53-
]
54-
},
5535
{
5636
"login": "miguellteixeira",
5737
"name": "Miguel Teixeira",

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
111111
<table>
112112
<tr>
113113
<td align="center"><a href="https://ruisaraiva.com"><img src="https://avatars2.githubusercontent.com/u/7356098?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rui Saraiva</b></sub></a><br /><a href="#infra-ruisaraiva19" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/toolslab/favycon/commits?author=ruisaraiva19" title="Code">💻</a> <a href="https://github.com/toolslab/favycon/commits?author=ruisaraiva19" title="Documentation">📖</a> <a href="#question-ruisaraiva19" title="Answering Questions">💬</a> <a href="#maintenance-ruisaraiva19" title="Maintenance">🚧</a></td>
114-
<td align="center"><a href="https://github.com/eduardoPinto12"><img src="https://avatars1.githubusercontent.com/u/45365656?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Eduardo Pinto</b></sub></a><br /><a href="https://github.com/toolslab/favycon/commits?author=eduardoPinto12" title="Code">💻</a> <a href="https://github.com/toolslab/favycon/pulls?q=is%3Apr+reviewed-by%3AeduardoPinto12" title="Reviewed Pull Requests">👀</a></td>
115114
<td align="center"><a href="https://github.com/otsugua"><img src="https://avatars2.githubusercontent.com/u/9093629?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Augusto Lopes</b></sub></a><br /><a href="#design-otsugua" title="Design">🎨</a></td>
116-
<td align="center"><a href="https://rgllm.com"><img src="https://avatars3.githubusercontent.com/u/9056941?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rogério Moreira</b></sub></a><br /><a href="https://github.com/toolslab/favycon/commits?author=rgllm" title="Code">💻</a> <a href="https://github.com/toolslab/favycon/pulls?q=is%3Apr+reviewed-by%3Argllm" title="Reviewed Pull Requests">👀</a></td>
117115
<td align="center"><a href="https://github.com/miguellteixeira"><img src="https://avatars1.githubusercontent.com/u/17954325?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Miguel Teixeira</b></sub></a><br /><a href="https://github.com/toolslab/favycon/commits?author=miguellteixeira" title="Code">💻</a> <a href="https://github.com/toolslab/favycon/pulls?q=is%3Apr+reviewed-by%3Amiguellteixeira" title="Reviewed Pull Requests">👀</a></td>
118116
</tr>
119117
</table>

components/favycon-info/index.tsx

-12
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,12 @@ const people = [
2222
role: 'Product Designer',
2323
social: 'twitter',
2424
},
25-
{
26-
screenName: 'rgllm',
27-
name: 'Rogério Moreira',
28-
role: 'Front-End Developer',
29-
social: 'twitter',
30-
},
3125
{
3226
screenName: 'ruisaraiva19',
3327
name: 'Rui Saraiva',
3428
role: 'Full-Stack Developer',
3529
social: 'twitter',
3630
},
37-
{
38-
screenName: 'aNyTh1nGeDuArDo',
39-
name: 'Eduardo Pinto',
40-
role: 'Front-End Developer',
41-
social: 'twitter',
42-
},
4331
{
4432
screenName: 'miguellteixeira',
4533
name: 'Miguel Teixeira',

components/seo/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const SEO = ({ title, description }: SEOProps) => (
3333
<meta property="og:type" content="website" />
3434
<meta property="og:site_name" content={title} />
3535
<meta property="og:url" content="https://favycon.app" />
36-
<meta property="og:image" content="https://favycon.app/share.png?v3" />
36+
<meta property="og:image" content="https://favycon.app/share.png?v4" />
3737
<meta property="og:image:type" content="image/png" />
3838
<meta property="og:image:width" content="1200" />
3939
<meta property="og:image:height" content="630" />

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@fiahfy/ico-convert": "0.0.7",
46-
"@prefresh/next": "1.2.0",
46+
"@prefresh/next": "1.2.4",
4747
"adm-zip": "0.4.16",
4848
"classnames": "2.2.6",
4949
"multer": "1.4.2",
@@ -88,7 +88,7 @@
8888
"@types/nprogress": "0.2.0",
8989
"@types/object-fit-images": "3.2.0",
9090
"@types/prismjs": "1.16.1",
91-
"@types/react": "16.9.49",
91+
"@types/react": "16.9.50",
9292
"@types/react-modal": "3.10.6",
9393
"@types/react-transition-group": "4.4.0",
9494
"@types/sharp": "0.25.1",
@@ -113,7 +113,7 @@
113113
"eslint-plugin-import": "2.22.1",
114114
"eslint-plugin-jsx-a11y": "6.3.1",
115115
"eslint-plugin-prettier": "3.1.4",
116-
"eslint-plugin-react": "7.21.2",
116+
"eslint-plugin-react": "7.21.3",
117117
"eslint-plugin-react-hooks": "4.1.2",
118118
"husky": "4.3.0",
119119
"lint-staged": "10.4.0",
@@ -127,7 +127,7 @@
127127
"sass": "1.26.11",
128128
"sass-loader": "9.0.3",
129129
"semantic-release": "17.1.2",
130-
"start-server-and-test": "1.11.4",
130+
"start-server-and-test": "1.11.5",
131131
"stylelint": "13.7.2",
132132
"stylelint-config-css-modules": "2.2.0",
133133
"stylelint-config-prettier": "8.0.2",

public/share.png

441 Bytes
Loading

yarn.lock

+31-31
Original file line numberDiff line numberDiff line change
@@ -2730,29 +2730,29 @@
27302730
dependencies:
27312731
"@types/node" ">= 8"
27322732

2733-
"@prefresh/babel-plugin@0.1.0":
2734-
version "0.1.0"
2735-
resolved "https://registry.yarnpkg.com/@prefresh/babel-plugin/-/babel-plugin-0.1.0.tgz#9b51e6d87cb1fa45be6b49f9a354e64827a8094c"
2736-
integrity sha512-YHQO8UTntichl4hbfm029EmZbzk7XaG6Qu3MUXORloCCOHzISey5ovJRn9YhhxGDS9fG0iYqVjQIldDmCC9E8A==
2733+
"@prefresh/babel-plugin@0.2.2":
2734+
version "0.2.2"
2735+
resolved "https://registry.yarnpkg.com/@prefresh/babel-plugin/-/babel-plugin-0.2.2.tgz#b921f0a1350a9daa9106518378a4e5a49211e6f6"
2736+
integrity sha512-NDPMsDs5QncSdOX7zsATwypf1IWtYvOX23X3t4DOcZsVErRABqdlUTZ2RAf4KfOAIjSZhR9p0Htchqp8rQr14Q==
27372737

2738-
"@prefresh/core@^0.8.1":
2739-
version "0.8.1"
2740-
resolved "https://registry.yarnpkg.com/@prefresh/core/-/core-0.8.1.tgz#d4f15d9e3ee9c16bf420405e2b422774e807a594"
2741-
integrity sha512-woho+Ja8w3pxnZwq68MnWzH9ffdidrpJsV6PDTNIsJOpsLYmfCNxqxGsxIqYw40d1yjg4h6HFGbb6Y9lhyTPNA==
2738+
"@prefresh/core@^1.0.0":
2739+
version "1.0.0"
2740+
resolved "https://registry.yarnpkg.com/@prefresh/core/-/core-1.0.0.tgz#4abab30594ce28968c62e1692f6e6941637fd95e"
2741+
integrity sha512-oCqtJmc1HqarTmOYmXf7aQY1gKko0y42w8w7RaT6oqvaK862h7tSXlW/XTTsaUWHtjoHHjV2FimppGkvQ44RCw==
27422742

2743-
"@prefresh/next@1.2.0":
2744-
version "1.2.0"
2745-
resolved "https://registry.yarnpkg.com/@prefresh/next/-/next-1.2.0.tgz#47e0e43ac0fea99fdac84b9cc19bb6b632f8f8e8"
2746-
integrity sha512-gsVu8SPqaWVGbglI1cQ1kuUEu63Jx0UelPaDdiGBJec0VyuZLf+tPmCVnZeL1K9WZ4/X7Gs6LcfkTNEVxslgQQ==
2743+
"@prefresh/next@1.2.4":
2744+
version "1.2.4"
2745+
resolved "https://registry.yarnpkg.com/@prefresh/next/-/next-1.2.4.tgz#d52bbb0a9f880a9c8fa478784c52338fed28ce95"
2746+
integrity sha512-7I5mLu3U2dLTyngp+XhLFGfcWgRC3cKERAnwwVDHSG71EvW7mvI9ygrasBiNgVSC3hBIrabJHMNt6U5eMd6wcA==
27472747
dependencies:
2748-
"@prefresh/babel-plugin" "0.1.0"
2749-
"@prefresh/core" "^0.8.1"
2750-
"@prefresh/utils" "^0.3.1"
2748+
"@prefresh/babel-plugin" "0.2.2"
2749+
"@prefresh/core" "^1.0.0"
2750+
"@prefresh/utils" "^1.0.0"
27512751

2752-
"@prefresh/utils@^0.3.1":
2753-
version "0.3.1"
2754-
resolved "https://registry.yarnpkg.com/@prefresh/utils/-/utils-0.3.1.tgz#f9e1a5e1fa4bc02989980733950e60520f0f9869"
2755-
integrity sha512-9kLzPWN4teeiKuc+Rle3SF/hyx5lzo35X4rHr+kQXnJT+BaEb1ymDWIHGkv85xjnw8+l6I1r1H7JB4BHOMJfmg==
2752+
"@prefresh/utils@^1.0.0":
2753+
version "1.0.0"
2754+
resolved "https://registry.yarnpkg.com/@prefresh/utils/-/utils-1.0.0.tgz#183846f8c826982a5f2a408a5b0990a3d12b4383"
2755+
integrity sha512-98epbP6cLl8qDgw0nq1GDbQGURVOkQnYpgfU+nxtGTFBJwJEYxViwXi02WEQcytS8Kr2xjWA6t66qz9RLxtbBA==
27562756

27572757
"@reach/router@^1.2.1":
27582758
version "1.3.3"
@@ -3637,10 +3637,10 @@
36373637
"@types/prop-types" "*"
36383638
csstype "^2.2.0"
36393639

3640-
"@types/react@16.9.49":
3641-
version "16.9.49"
3642-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.49.tgz#09db021cf8089aba0cdb12a49f8021a69cce4872"
3643-
integrity sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g==
3640+
"@types/react@16.9.50":
3641+
version "16.9.50"
3642+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.50.tgz#cb5f2c22d42de33ca1f5efc6a0959feb784a3a2d"
3643+
integrity sha512-kPx5YsNnKDJejTk1P+lqThwxN2PczrocwsvqXnjvVvKpFescoY62ZiM3TV7dH1T8lFhlHZF+PE5xUyimUwqEGA==
36443644
dependencies:
36453645
"@types/prop-types" "*"
36463646
csstype "^3.0.2"
@@ -7509,10 +7509,10 @@ eslint-plugin-react-hooks@4.1.2:
75097509
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e"
75107510
integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==
75117511

7512-
eslint-plugin-react@7.21.2:
7513-
version "7.21.2"
7514-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.2.tgz#3bd5d2c4c36d5a0428d0d6dda301ac9a84d681b2"
7515-
integrity sha512-j3XKvrK3rpBzveKFbgAeGsWb9uz6iUOrR0jixRfjwdFeGSRsXvVTFtHDQYCjsd1/6Z/xvb8Vy3LiI5Reo7fDrg==
7512+
eslint-plugin-react@7.21.3:
7513+
version "7.21.3"
7514+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.3.tgz#71655d2af5155b19285ec929dd2cdc67a4470b52"
7515+
integrity sha512-OI4GwTCqyIb4ipaOEGLWdaOHCXZZydStAsBEPB2e1ZfNM37bojpgO1BoOQbFb0eLVz3QLDx7b+6kYcrxCuJfhw==
75167516
dependencies:
75177517
array-includes "^3.1.1"
75187518
array.prototype.flatmap "^1.2.3"
@@ -15286,10 +15286,10 @@ stacktrace-parser@0.1.10:
1528615286
dependencies:
1528715287
type-fest "^0.7.1"
1528815288

15289-
start-server-and-test@1.11.4:
15290-
version "1.11.4"
15291-
resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-1.11.4.tgz#12ede252b661e030ffd4eae325e51794a88a2473"
15292-
integrity sha512-db89HoSLpRAj+gfcI2i5g1CSLijzFNXplG7cFvZM0ulyXTR8MtH6KtuKecEcH8GnMDEdrqfDiCidbG/QsBPu6Q==
15289+
start-server-and-test@1.11.5:
15290+
version "1.11.5"
15291+
resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-1.11.5.tgz#692cb4c9cf8ba9a992ef8b0010f839041183f687"
15292+
integrity sha512-XUGifPzbJcgD6tqWMFvbxnra1KByRuiw6Oc9FHR3tPm7UxB70a4iFDIuXfOAFtMJLvOJuwB3gnMUZxko8gtLow==
1529315293
dependencies:
1529415294
bluebird "3.7.2"
1529515295
check-more-types "2.24.0"

0 commit comments

Comments
 (0)