Skip to content

Commit

Permalink
Add changed
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed May 30, 2024
1 parent 731d18c commit c617617
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use `import { useMemoMap } from 'use-memo-map'` instead
- Moved build tools from Babel to tsup/esbuild

### Changed

- Bumped dependencies, in PR [#38](https://github.com/compulim/use-memo-map/pull/38)
- Development dependencies
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-env/v/7.24.6)
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-react/v/7.24.6)
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-typescript/v/7.24.6)
- [`@testing-library/[email protected]`](https://npmjs.com/package/@testing-library/react/v/15.0.7)
- [`@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]`](https://npmjs.com/package/esbuild/v/0.21.4)
- [`[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)

## [0.1.0] - 2024-04-01

- Relaxed peer dependencies requirements to `react@>=16.8.0`, by [@compulim](https://github.com/compulim) in PR [#29](https://github.com/compulim/use-memo-map/pull/29)
Expand Down

0 comments on commit c617617

Please sign in to comment.