|
143 | 143 | "2", |
144 | 144 | "tsd is complaining about shiki@3 lack of typing for named exports, https://arethetypeswrong.github.io/?p=shiki%403.9.1 says the same thing" |
145 | 145 | ], |
146 | | - "swiper": [ |
147 | | - "^8.2.6", |
148 | | - "required by Adaptive Cards but they forget to include in adaptivecards@3.0.2" |
149 | | - ], |
150 | 146 | "uuid": [ |
151 | 147 | "8", |
152 | 148 | "uuid@9 emit non-ES5 build because of default parameters" |
|
177 | 173 | "botframework-webchat-core": "production" |
178 | 174 | }, |
179 | 175 | "devDependencies": { |
180 | | - "@babel/core": "^7.28.5", |
181 | | - "@babel/plugin-transform-runtime": "^7.28.5", |
182 | | - "@babel/preset-env": "^7.28.5", |
| 176 | + "@babel/core": "^7.29.0", |
| 177 | + "@babel/plugin-transform-runtime": "^7.29.0", |
| 178 | + "@babel/preset-env": "^7.29.0", |
183 | 179 | "@babel/preset-react": "^7.28.5", |
184 | 180 | "@babel/preset-typescript": "^7.28.5", |
185 | 181 | "@msinternal/adaptivecards": "0.0.0-0", |
|
202 | 198 | "@msinternal/react-umd": "0.0.0-0", |
203 | 199 | "@types/dom-speech-recognition": "^0.0.7", |
204 | 200 | "@types/mdast": "^4.0.4", |
205 | | - "@types/node": "^25.0.3", |
206 | | - "@types/react": "^16.14.68", |
| 201 | + "@types/node": "^25.3.3", |
| 202 | + "@types/react": "^16.14.69", |
207 | 203 | "@types/react-dom": "^16.9.25", |
208 | 204 | "@types/uuid": "^8.3.4", |
209 | 205 | "babel-plugin-istanbul": "^7.0.1", |
210 | 206 | "babel-plugin-transform-inline-environment-variables": "^0.4.4", |
211 | 207 | "cross-env": "^10.1.0", |
212 | | - "esbuild": "^0.27.2", |
| 208 | + "esbuild": "^0.27.3", |
213 | 209 | "micromark-util-types": "^2.0.2", |
214 | | - "read-pkg": "^10.0.0", |
| 210 | + "read-pkg": "^10.1.0", |
215 | 211 | "tsd": "^0.33.0", |
216 | | - "type-fest": "^5.3.1", |
| 212 | + "type-fest": "^5.4.4", |
217 | 213 | "typescript": "^5.9.3" |
218 | 214 | }, |
219 | 215 | "dependencies": { |
220 | | - "@babel/runtime": "7.28.4", |
| 216 | + "@babel/runtime": "7.28.6", |
221 | 217 | "adaptivecards": "3.0.5", |
222 | 218 | "botframework-directlinejs": "0.15.8", |
223 | 219 | "botframework-directlinespeech-sdk": "0.0.0-0", |
224 | 220 | "botframework-webchat-api": "0.0.0-0", |
225 | 221 | "botframework-webchat-component": "0.0.0-0", |
226 | 222 | "botframework-webchat-core": "0.0.0-0", |
227 | 223 | "classnames": "2.5.1", |
228 | | - "core-js": "3.47.0", |
229 | | - "katex": "0.16.27", |
| 224 | + "core-js": "3.48.0", |
| 225 | + "katex": "0.16.33", |
230 | 226 | "math-random": "2.0.1", |
231 | | - "mdast-util-from-markdown": "2.0.2", |
| 227 | + "mdast-util-from-markdown": "2.0.3", |
232 | 228 | "memoize-one": "6.0.0", |
233 | 229 | "micromark": "4.0.2", |
234 | 230 | "micromark-extension-gfm": "3.0.0", |
235 | 231 | "micromark-util-character": "2.1.1", |
236 | 232 | "micromark-util-sanitize-uri": "2.0.1", |
237 | | - "microsoft-cognitiveservices-speech-sdk": "1.17.0", |
| 233 | + "microsoft-cognitiveservices-speech-sdk": "1.48.0", |
238 | 234 | "prop-types": "15.8.1", |
239 | 235 | "punycode": "2.3.1", |
240 | | - "sanitize-html": "2.17.0", |
| 236 | + "sanitize-html": "2.17.1", |
241 | 237 | "shiki": "2.5.0", |
242 | 238 | "url-search-params-polyfill": "8.2.5", |
243 | | - "use-ref-from": "0.1.0", |
| 239 | + "use-ref-from": "0.2.1", |
244 | 240 | "uuid": "8.3.2", |
245 | 241 | "valibot": "1.2.0", |
246 | | - "web-speech-cognitive-services": "8.1.3", |
| 242 | + "web-speech-cognitive-services": "8.1.4", |
247 | 243 | "whatwg-fetch": "3.6.20" |
248 | 244 | }, |
249 | 245 | "peerDependencies": { |
|
0 commit comments