Skip to content

Commit

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

* Update PR entry

* Add @testing-library/dom

---------

Co-authored-by: @compulim <@compulim>
Co-authored-by: William Wong <[email protected]>
Co-authored-by: William Wong <[email protected]>
  • Loading branch information
3 people committed Jun 29, 2024
1 parent 08721dd commit eb38405
Show file tree
Hide file tree
Showing 5 changed files with 688 additions and 1,102 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bumped dependencies, in PR [#38](https://github.com/compulim/use-memo-map/pull/38)
- Bumped dependencies, in PR [#38](https://github.com/compulim/use-memo-map/pull/38), and [#41](https://github.com/compulim/use-memo-map/pull/41)
- 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-react/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-react/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)
- [`@tsconfig/[email protected]`](https://npmjs.com/package/@tsconfig/strictest/v/2.0.5)
- [`@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].4`](https://npmjs.com/package/esbuild/v/0.21.4)
- [`[email protected].5`](https://npmjs.com/package/esbuild/v/0.21.5)
- [`[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/react-test-renderer/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-04-01

Expand Down
Loading

0 comments on commit eb38405

Please sign in to comment.