Skip to content

Commit 98275e9

Browse files
authored
chore: update react-chain-of-responsibility (#5620)
* chore: update react-chain-of-responsibility
1 parent 7788726 commit 98275e9

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
278278
- Removed `abort-controller-es5` package in `botframework-directlinespeech-sdk` package, in PR [#5530](https://github.com/microsoft/BotFramework-WebChat/pull/5530), by [@compulim](https://github.com/compulim)
279279
- Removed `request` and `request-progress` package in `cldr-data-downloader` package, in PR [#5530](https://github.com/microsoft/BotFramework-WebChat/pull/5530), by [@copilot](https://github.com/copilot) and [@compulim](https://github.com/compulim)
280280
- Added internal package `@msinternal/botframework-webchat-tsconfig` to centralize TypeScript configuration files, in PR [#5539](https://github.com/microsoft/BotFramework-WebChat/pull/5539), by [@compulim](https://github.com/compulim)
281+
- Bumped `react-chain-of-responsibility` to `0.4.1` version, by [@OEvgeny](https://github.com/OEvgeny) in PR [#5620](https://github.com/microsoft/BotFramework-WebChat/pull/5620)
281282

282283
### Fixed
283284

package-lock.json

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"typescript": "^5.7.3"
8686
},
8787
"peerDependencies": {
88-
"react-chain-of-responsibility": "0.4.0-main.c2f17da",
88+
"react-chain-of-responsibility": "0.4.1",
8989
"react": ">= 16.8.6"
9090
},
9191
"dependencies": {

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"iter-fest": "0.3.0",
148148
"math-random": "2.0.1",
149149
"prop-types": "15.8.1",
150-
"react-chain-of-responsibility": "0.4.0-main.c2f17da",
150+
"react-chain-of-responsibility": "0.4.1",
151151
"react-redux": "7.2.9",
152152
"redux": "5.0.1",
153153
"simple-update-in": "2.2.0",

packages/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
"peerDependencies": {
244244
"@types/react": "^16.14.65",
245245
"react": ">= 16.8.6",
246-
"react-chain-of-responsibility": "0.4.0-main.c2f17da",
246+
"react-chain-of-responsibility": "0.4.1",
247247
"react-dom": ">= 16.8.6"
248248
}
249249
}

packages/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"merge-refs": "2.0.0",
162162
"prop-types": "15.8.1",
163163
"punycode": "2.3.1",
164-
"react-chain-of-responsibility": "0.4.0-main.c2f17da",
164+
"react-chain-of-responsibility": "0.4.1",
165165
"react-dictate-button": "4.0.0",
166166
"react-film": "4.0.0",
167167
"react-redux": "7.2.9",

0 commit comments

Comments
 (0)