Skip to content

Commit

Permalink
Add changed
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 16, 2023
1 parent f0d4166 commit 41543af
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ 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]

### Changed

- Bumped dependencies, by [@compulim](https://github.com/compulim), in PR [#43](https://github.com/compulim/use-ref-from/pull/43)
- Production dependencies
- [`@babel/runtime-corejs3@7.23.6`](https://npmjs.com/package/@babel/runtime-corejs3)
- Development dependencies
- [`@babel/cli@7.23.4`](https://npmjs.com/package/@babel/cli)
- [`@babel/core@7.23.6`](https://npmjs.com/package/@babel/core)
- [`@babel/plugin-transform-runtime@7.23.6`](https://npmjs.com/package/@babel/plugin-transform-runtime)
- [`@babel/preset-env@7.23.6`](https://npmjs.com/package/@babel/preset-env)
- [`@babel/preset-react@7.23.3`](https://npmjs.com/package/@babel/preset-react)
- [`@babel/preset-typescript@7.23.3`](https://npmjs.com/package/@babel/preset-typescript)
- [`@testing-library/react@14.1.2`](https://npmjs.com/package/@testing-library/react)
- [`@types/jest@29.5.11`](https://npmjs.com/package/@types/jest)
- [`@types/react@18.2.45`](https://npmjs.com/package/@types/react)
- [`@typescript-eslint/eslint-plugin@6.14.0`](https://npmjs.com/package/@typescript-eslint/eslint-plugin)
- [`@typescript-eslint/parser@6.14.0`](https://npmjs.com/package/@typescript-eslint/parser)
- [`eslint-plugin-prettier@5.0.1`](https://npmjs.com/package/eslint-plugin-prettier)
- [`eslint@8.56.0`](https://npmjs.com/package/eslint)
- [`prettier@3.1.1`](https://npmjs.com/package/prettier)
- [`typescript@5.3.3`](https://npmjs.com/package/typescript)

## [0.0.3] - 2023-10-09

### Changed
Expand Down

0 comments on commit 41543af

Please sign in to comment.