Skip to content

Commit

Permalink
Add entry
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 16, 2023
1 parent 05979e2 commit af14731
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Bump dependencies, by [@compulim](https://github.com/compulim), in PR [#25](https://github.com/compulim/use-memo-map-pull/25)
- Production dependencies
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/runtime-corejs3)
- [`[email protected]`](https://npmjs.com/package/use-ref-from)
- Development dependencies
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/cli)
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/core)
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/plugin-transform-runtime)
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-env)
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-react)
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-typescript)
- [`@testing-library/[email protected]`](https://npmjs.com/package/@testing-library/react)
- [`@tsconfig/[email protected]`](https://npmjs.com/package/@tsconfig/recommended)
- [`@tsconfig/[email protected]`](https://npmjs.com/package/@tsconfig/strictest)
- [`@types/[email protected]`](https://npmjs.com/package/@types/jest)
- [`@types/[email protected]`](https://npmjs.com/package/@types/react-dom)
- [`@types/[email protected]`](https://npmjs.com/package/@types/react)
- [`@typescript-eslint/[email protected]`](https://npmjs.com/package/@typescript-eslint/eslint-plugin)
- [`@typescript-eslint/[email protected]`](https://npmjs.com/package/@typescript-eslint/parser)
- [`[email protected]`](https://npmjs.com/package/esbuild)
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-prettier)
- [`[email protected]`](https://npmjs.com/package/eslint)
- [`[email protected]`](https://npmjs.com/package/jest-environment-jsdom)
- [`[email protected]`](https://npmjs.com/package/jest)
- [`[email protected]`](https://npmjs.com/package/prettier)
- [`[email protected]`](https://npmjs.com/package/react-dom)
- [`[email protected]`](https://npmjs.com/package/react-test-renderer)
- [`[email protected]`](https://npmjs.com/package/react)
- [`[email protected]`](https://npmjs.com/package/typescript)

## [0.0.4] - 2023-10-09

### Changed
Expand Down

0 comments on commit af14731

Please sign in to comment.