Skip to content

Commit

Permalink
package.json is inconsistent with package-lock.json (#4411)
Browse files Browse the repository at this point in the history
* Fix lockfile

* Add entry
  • Loading branch information
compulim authored Sep 12, 2022
1 parent 5f52a6c commit 077641a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed

- Fixes [#4403](https://github.com/microsoft/BotFramework-WebChat/issues/4403). Patched Unicode CLDR database which caused file upload in Polish to appear blank, by [@compulim](https://github.com/compulim), in PR [#4404](https://github.com/microsoft/BotFramework-WebChat/pull/4404)
- Fixes [#4412](https://github.com/microsoft/BotFramework-WebChat/issues/4412). Fixed inconsistent in `packages/support/cldr-data/package.json`, by [@compulim](https://github.com/compulim), in PR [#4411](https://github.com/microsoft/BotFramework-WebChat/pull/4411)

### Changed

Expand Down
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"version": "0.0.0",
"command": {
"bootstrap": {
"forceLocal": true,
"npmClientArgs": [
"--legacy-peer-deps"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/support/cldr-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"skipBump": [],
"dependencies": {
"cldr-data-downloader": "0.3.5-0",
"glob": "^7.2.0",
"glob": "^8.0.3",
"read-pkg": "^7.1.0",
"read-pkg-up": "^9.1.0"
}
Expand Down

0 comments on commit 077641a

Please sign in to comment.