forked from microsoft/BotFramework-WebChat
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move react-scripts in samples to devDependencies * Move react-scripts to devDependencies * Bump deps on samples * Bump http-proxy-middleware * Add entry * Update entry
- Loading branch information
Showing
47 changed files
with
36,898 additions
and
15,174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |
|
||
### Changed | ||
|
||
- Resolves [#4017](https://github.com/microsoft/BotFramework-WebChat/issues/4017). In samples, moved [`react-scripts`](https://npmjs.com/package/react-scripts`) to `devDependencies`, in PR [#4023](https://github.com/microsoft/BotFramework-WebChat/pull/4023) | ||
- Forked [`cldr-data`](https://npmjs.com/package/cldr-data) and [`cldr-data-downloader`](https://npmjs.com/package/cldr-data-downloader), in PR [#3998](https://github.com/microsoft/BotFramework-WebChat/pull/3998) | ||
- Moved source code to under `./src` folder | ||
- Moved to `fs.readFileSync()` from `require()` when reading JSON files | ||
|
@@ -35,7 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |
- Use [`read-pkg-up`](https://npmjs.com/package/read-pkg-up) to determines parent `package.json` | ||
- In Web Chat, since we use `lerna` to run the `install` script, we need to relax how `cldr-data` read from parent `package.json` | ||
- Updated peer dependency of `react` to `>= 16.8.6`, in PR [#3996](https://github.com/microsoft/BotFramework-WebChat/pull/3996) | ||
- Bumped all dependencies to the latest versions and sample bumps, by [@compulim](https://github.com/compulim) in PR [#3996](https://github.com/microsoft/BotFramework-WebChat/pull/3996) and PR [#3998](https://github.com/microsoft/BotFramework-WebChat/pull/3998) | ||
- Bumped all dependencies to the latest versions and sample bumps, by [@compulim](https://github.com/compulim) in PR [#3996](https://github.com/microsoft/BotFramework-WebChat/pull/3996), PR [#3998](https://github.com/microsoft/BotFramework-WebChat/pull/3998), and PR [#4023](https://github.com/microsoft/BotFramework-WebChat/pull/4023) | ||
- Production dependencies | ||
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/runtime) | ||
- [`[email protected]`](https://npmjs.com/package/abort-controller-es5) | ||
|
@@ -91,6 +92,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |
- [`[email protected]`](https://npmjs.com/package/strip-ansi) | ||
- [`[email protected]`](https://npmjs.com/package/typescript) | ||
- [`[email protected]`](https://npmjs.com/package/webpack) | ||
- Dependencies used by samples | ||
- [`@azure/[email protected]`](https://npmjs.com/package/@azure/storage-blob) | ||
- [`[email protected]`](https://npmjs.com/package/base64-arraybuffer) | ||
- [`[email protected]`](https://npmjs.com/package/http-proxy-middleware) | ||
- [`[email protected]`](https://npmjs.com/package/restify) | ||
|
||
## [4.14.0] - 2021-07-09 | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.