Skip to content

Commit

Permalink
chore(deps-dev): Bump braces from 3.0.2 to 3.0.3 (#53)
Browse files Browse the repository at this point in the history
* chore(package): bump version

* refactor(date-config): make date-config human readable (#52)

Updates the date config to me a map properly defining each year and months for human readability

Co-authored-by: Subesh <subeshb1@gmail.com>

* chore(deps-dev): Bump braces from 3.0.2 to 3.0.3

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Subesh <subeshb1@gmail.com>
Co-authored-by: plerionaut-subesh <136443711+plerionaut-subesh@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 18, 2024
1 parent 9cf0aac commit 2d4ea89
Show file tree
Hide file tree
Showing 6 changed files with 1,351 additions and 139 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ $ git push

```

## Fixing dates and adding future data

The length of month can change for the future dates. Update the `date-config-ts` files with the number of days in respective months to fix the issue. Order the data in ascending order

## Maintainer

- [Subesh Bhandari](https://twitter.com/subesh1)
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@
"typedoc": "^0.25.12",
"typescript": "^4.7.4"
}
}
}
Loading

0 comments on commit 2d4ea89

Please sign in to comment.