Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies for post-release of 4.8.0 #2985

Merged
merged 6 commits into from
Mar 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,63 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Bumped all dependencies to latest versions, by [@compulim](https://github.com/compulim) in PR [#2985](https://github.com/microsoft/BotFramework-WebChat/pull/2985)
- Development dependencies
- Root package
- [`@azure/[email protected]`](https://npmjs.com/package/@azure/storage-blob)
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/plugin-proposal-class-properties)
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/plugin-proposal-object-rest-spread)
- [`@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)
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/runtime)
- [`[email protected]`](https://npmjs.com/package/babel-jest)
- [`[email protected]`](https://npmjs.com/package/concurrently)
- [`[email protected]`](https://npmjs.com/package/core-js)
- [`[email protected]`](https://npmjs.com/package/cross-env)
- [`[email protected]`](https://npmjs.com/package/get-port)
- [`[email protected]`](https://npmjs.com/package/husky)
- [`[email protected]`](https://npmjs.com/package/jest)
- [`[email protected]`](https://npmjs.com/package/jest-image-snapshot)
- [`[email protected]`](https://npmjs.com/package/lerna)
- [`[email protected]`](https://npmjs.com/package/lint-staged)
- [`[email protected]`](https://npmjs.com/package/selenium-webdriver)
- Other packages
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/core)
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-env)
- [`[email protected]`](https://npmjs.com/package/babel-jest)
- [`[email protected]`](https://npmjs.com/package/babel-plugin-istanbul)
- [`[email protected]`](https://npmjs.com/package/concurrently)
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-prettier)
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-react-hooks)
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-react)
- [`[email protected]`](https://npmjs.com/package/eslint)
- [`[email protected]`](https://npmjs.com/package/terser-webpack-plugin)
- [`[email protected]`](https://npmjs.com/package/typescript)
- [`[email protected]`](https://npmjs.com/package/webpack-cli)
- [`[email protected]`](https://npmjs.com/package/webpack-stats-plugin)
- [`[email protected]`](https://npmjs.com/package/webpack)
- Production dependencies
- `core`
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/runtime)
- [`[email protected]`](https://npmjs.com/package/redux-saga)
- `bundle`
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/runtime)
- [`[email protected]`](https://npmjs.com/package/core-js)
- [`[email protected]`](https://npmjs.com/package/url-search-params-polyfill)
- `component`
- [`[email protected]`](https://npmjs.com/package/react-redux)
- [`[email protected]`](https://npmjs.com/package/redux)
- `directlinespeech`
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/runtime)
- [`[email protected]`](https://npmjs.com/package/core-js)
- `embed`
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/runtime)
- [`[email protected]`](https://npmjs.com/package/core-js)

## [4.8.0] - 2020-03-05

### Breaking changes
Expand Down
Loading