Skip to content

Commit

Permalink
Add bump deps entry (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim authored May 25, 2024
1 parent 8874eb5 commit f1a0870
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ 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 [#49](https://github.com/compulim/react-chain-of-responsibility/pull/49)
- Production dependencies
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/runtime-corejs3)
- 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)
- [`@fluentui/[email protected]`](https://npmjs.com/package/@fluentui/react)
- [`@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/node)
- [`@types/[email protected]`](https://npmjs.com/package/@types/react)
- [`[email protected]`](https://npmjs.com/package/esbuild)
- [`[email protected]`](https://npmjs.com/package/react)
- [`[email protected]`](https://npmjs.com/package/react-dom)
- [`[email protected]`](https://npmjs.com/package/react-test-renderer)
- [`[email protected]`](https://npmjs.com/package/typescript)

## [0.1.0] - 2024-04-01

### Changed
Expand Down

0 comments on commit f1a0870

Please sign in to comment.