Skip to content

Commit 077641a

Browse files
authored
package.json is inconsistent with package-lock.json (#4411)
* Fix lockfile * Add entry
1 parent 5f52a6c commit 077641a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2525
### Fixed
2626

2727
- 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)
28+
- 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)
2829

2930
### Changed
3031

lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"version": "0.0.0",
99
"command": {
1010
"bootstrap": {
11+
"forceLocal": true,
1112
"npmClientArgs": [
1213
"--legacy-peer-deps"
1314
]

packages/support/cldr-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"skipBump": [],
5151
"dependencies": {
5252
"cldr-data-downloader": "0.3.5-0",
53-
"glob": "^7.2.0",
53+
"glob": "^8.0.3",
5454
"read-pkg": "^7.1.0",
5555
"read-pkg-up": "^9.1.0"
5656
}

0 commit comments

Comments
 (0)