Skip to content

Commit

Permalink
Bump dependencies (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: @compulim <@compulim>
  • Loading branch information
compulim-workflow-bot[bot] authored Jun 29, 2024
1 parent fe53e2a commit 4368ff2
Show file tree
Hide file tree
Showing 4 changed files with 661 additions and 1,044 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 💥 `iterable*` is now `iterator*` to align closer to TC39 iterator helper proposal, in PR [#26](https://github.com/compulim/iter-fest/pull/26)
- Following functions will be using ponyfill from `core-js-pure` with types, in PR [#24](https://github.com/compulim/iter-fest/pull/24) and [#25](https://github.com/compulim/iter-fest/pull/25)
- `iteratorEvery`, `iteratorFilter`, `iteratorFind`, `iteratorForEach`, `iteratorMap`, `iteratorReduce`, `iteratorSome`
- Bumped dependencies, in PR [#7](https://github.com/compulim/iter-fest/pull/7)
- Bumped dependencies, in PR [#7](https://github.com/compulim/iter-fest/pull/7), and [#39](https://github.com/compulim/iter-fest/pull/39)
- Development dependencies
- [`@babel/[email protected].6`](https://npmjs.com/package/@babel/preset-env/v/7.24.6)
- [`@babel/[email protected].6`](https://npmjs.com/package/@babel/preset-typescript/v/7.24.6)
- [`@testing-library/react@15.0.7`](https://npmjs.com/package/@testing-library/react/v/15.0.7)
- [`@babel/[email protected].7`](https://npmjs.com/package/@babel/preset-env/v/7.24.7)
- [`@babel/[email protected].7`](https://npmjs.com/package/@babel/preset-typescript/v/7.24.7)
- [`@testing-library/react@16.0.0`](https://npmjs.com/package/@testing-library/react/v/16.0.0)
- [`@tsconfig/[email protected]`](https://npmjs.com/package/@tsconfig/recommended/v/1.0.6)
- [`@types/node@20.12.13`](https://npmjs.com/package/@types/node/v/20.12.13)
- [`@types/node@20.14.9`](https://npmjs.com/package/@types/node/v/20.14.9)
- [`@types/[email protected]`](https://npmjs.com/package/@types/react/v/18.3.3)
- [`@types/[email protected]`](https://npmjs.com/package/@types/react-dom/v/18.3.0)
- [`[email protected]`](https://npmjs.com/package/esbuild/v/0.21.4)
- [`[email protected]`](https://npmjs.com/package/esbuild/v/0.21.5)
- [`[email protected]`](https://npmjs.com/package/prettier/v/3.3.2)
- [`[email protected]`](https://npmjs.com/package/react/v/18.3.1)
- [`[email protected]`](https://npmjs.com/package/react-dom/v/18.3.1)
- [`[email protected]`](https://npmjs.com/package/typescript/v/5.4.5)
- [`[email protected]`](https://npmjs.com/package/tsup/v/8.1.0)
- [`[email protected]`](https://npmjs.com/package/typescript/v/5.5.2)

## [0.1.0] - 2024-05-25

Expand Down
Loading

0 comments on commit 4368ff2

Please sign in to comment.