DevChallenge
DevChallenge copied to clipboard
A website for developers to improve their skills by doing front-end and back-end challenges
Bumps [terser](https://github.com/terser/terser) from 4.6.7 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
* Criação de uma nova página para intermediar o login 'CallbackPage'; * Implementação de uma estratégia de login e logout usando o localStorage para armazenar ou remover o token de...
Fiz um redesign do DevChallenge, e se vocês gostarem e aceitarem, gostaria de ajudar na implementação **Figma**: https://www.figma.com/file/sl0OjLjHYKKPraktOjOtfO/devchallenge?node-id=0%3A1
The current project is being done with javascript and it would be better to migrate to typescript. ### The Reason TypeScript provides highly productive development tools for JavaScript IDEs and...
# Rewrite project in NextJS ## Run project ### 📋 Prerequisites ``` Node - version 14 or higher Yarn ``` First, install the dependencies ```bash yarn ``` - To run...