Skip to content

Commit

Permalink
Bump dependencies (#28)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Add bump dependencies entry

* Move tsup to devDependencies

* Move tsup to devDependencies

* Fix eslint

---------

Co-authored-by: @compulim <@compulim>
Co-authored-by: William Wong <[email protected]>
  • Loading branch information
compulim-workflow-bot[bot] and compulim authored Oct 13, 2024
1 parent 8eda114 commit 7f05109
Show file tree
Hide file tree
Showing 5 changed files with 803 additions and 515 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [`[email protected]`](https://npmjs.com/package/semver/v/7.6.2)
- Added [ESLint import/export syntax](https://npmjs.com/package/eslint-plugin-import), in PR [#26](https://github.com/compulim/version-from-git/pull/26)
- Added [`publint`](https://npmjs.com/package/publint), in PR [#26](https://github.com/compulim/version-from-git/pull/26)
- Bumped dependencies, in PR [#28](https://github.com/compulim/version-from-git/pull/28)
- Production dependencies
- [`[email protected]`](https://npmjs.com/package/semver/v/7.6.3)
- Development dependencies
- [`@typescript-eslint/[email protected]`](https://npmjs.com/package/@typescript-eslint/eslint-plugin/v/8.8.1)
- [`@typescript-eslint/[email protected]`](https://npmjs.com/package/@typescript-eslint/parser/v/8.8.1)
- [`[email protected]`](https://npmjs.com/package/eslint/v/9.12.0)
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-prettier/v/5.2.1)
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-react/v/7.37.1)
- [`[email protected]`](https://npmjs.com/package/prettier/v/3.3.3)
- [`[email protected]`](https://npmjs.com/package/tsup/v/8.3.0)

## [1.1.2] - 2024-05-24

Expand All @@ -39,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial commit

[Unreleased]: https://github.com/compulim/version-from-git/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/compulim/version-from-git/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/compulim/version-from-git/compare/v1.0.0...v1.1.1
[1.0.0]: https://github.com/compulim/version-from-git/releases/tag/v1.0.0
Loading

0 comments on commit 7f05109

Please sign in to comment.