Commit Graph

10 Commits

Author SHA1 Message Date
Rui Saraiva
785563a71c
feat: upgrade dependencies (#480)
* feat: upgrade dependencies

* chore: update linter and CI workflows

* chore: upgrade browserslist
2021-12-04 18:32:53 +00:00
Rui Saraiva
0492a8ec4d feat: upgrade dependencies 2021-07-13 00:56:37 +01:00
Rui Saraiva
78d321d7d6
chore(node): upgrade Node.js to v14 (#432) 2021-01-24 14:40:37 +00:00
renovate[bot]
76d010fafa
fix(deps): update react monorepo to v16.14.0 (#309)
* fix(deps): update react monorepo to v16.14.0

* refactor: use the new JSX transform

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rui Saraiva <ruisaraiva19@gmail.com>
2020-10-18 09:23:20 +01:00
Rui Saraiva
20f009e848
feat: responsive version (#113)
* feat: wip - responsive version

* chore(config): update eslint config

* fix: align drop zone footer

* fix: add prop for immutable colors

* fix: container width issue on tablet

* chore: change class name convention

* chore: add missing error styles on mobile

* style(viewport): add 100vh fix for safari

* style: update bottom info padding on mobile

* perf: remove getInitialProps function and dependencies

* chore(deps): update sharp to v0.25.0

* chore: delete unused hook

* docs: add @miguellteixeira as a contributor

* test(cypress): update page load wait

* feat(responsive): update code modal for mobile

* feat(responsive): update background images and light/dark toggle color

* feat(responsive): add about us modal on mobile

* feat(responsive): update sharable image

Co-authored-by: Miguel Teixeira <teixeira.silva.miguel@gmail.com>
2020-09-10 17:57:57 +01:00
Rui Saraiva
c52c806a4a
chore: update dependencies, remove duplicated tsc and ignore macOS files (#161) 2020-07-06 18:45:30 +01:00
renovate[bot]
c54c0e8910
chore(deps): update typescript-eslint monorepo to v3.4.0 (#142)
* chore(deps): update typescript-eslint monorepo to v3.4.0

* ci: add cache and run linters sequentially

* chore(typescript): disable @typescript-eslint/unbound-method rule

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rui Saraiva <ruisaraiva19@gmail.com>
2020-06-27 11:46:32 +01:00
Rui Saraiva
d00cd0e2d7 refactor(types): update types for new dependencies versions 2020-06-04 22:36:04 +01:00
Rui Saraiva
b63cc52894
feat(resize): add resize serverless function (#23)
Added API route serverless function to resize the favicon

fix #6
2020-04-11 18:12:12 +01:00
Rui Saraiva
b183cc9fef
feat: setup next, eslint, stylelint, and typescript (#5)
* feat: setup next, eslint, stylelint, and typescript

* ci: add Semantic Pull Requests config

* ci: add renovate config

* ci: add commit lint workflow

* ci: add code lint workflow

* ci: add release workflow

* docs(ci): add status badges for release, lint, and commitlint

* ci: add now config

* chore: update repo name

* ci(release): remove assets from release
2020-04-10 22:34:32 +01:00