Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the first week including part of the last week of last year
Fixes sallar#144 Modify the data fetching and processing to include the last week of the previous year in the first week of the current year. * **src/utils/api/fetch.js** - Add `fetchLastWeekOfPreviousYear` function to fetch the last week of the previous year. - Modify `fetchDataForAllYears` to merge the last week of the previous year with the first week of the current year. * **yarn.lock** - Update dependencies and resolve URLs for various packages. * **.devcontainer.json** - Add a new file with build and launch tasks. * **package-lock.json** - Add a new file with package dependencies and versions. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/sallar/github-contributions-chart/issues/144?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information