chore: update critical dependencies (#2373)

* chore: update critical dependencies

* update packages lock

* Fix lint issues

Co-authored-by: Eugene Olonov <v-evolo@microsoft.com>
This commit is contained in:
Eugene 2022-03-24 16:23:51 -07:00 коммит произвёл GitHub
Родитель acde0c689d
Коммит 135c3a8e09
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 11638 добавлений и 31133 удалений

Просмотреть файл

@ -14,6 +14,7 @@ module.exports = {
},
rules: {
'react/no-deprecated': 'warn',
'react/prop-types': 'off',
},
overrides: [
{

Просмотреть файл

@ -96,7 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [client] Fixed Web Chat suggestedActionBorder deprecation warning in PR [2070](https://github.com/microsoft/BotFramework-Emulator/pull/2070)
- [client] Fixed an issue where pressing enter opens the Azure government website instead of connecting to the bot [2073](https://github.com/microsoft/BotFramework-Emulator/pull/2073)
- [build] Changed one-click installer to assisted installer with new graphics. Also updated application icon in PR [2077](https://github.com/microsoft/BotFramework-Emulator/pull/2077)
- [build] Locked `eslint-plugin-import@2.20.0` to avoid unecessary import linting changes in PR [2081](https://github.com/microsoft/BotFramework-Emulator/pull/2081)
- [build] Locked `eslint-plugin-import@2.20.0` to avoid unnecessary import linting changes in PR [2081](https://github.com/microsoft/BotFramework-Emulator/pull/2081)
- [client] Thrown errors in client-side sagas will now be logged in their entirety to the dev tools console in PR [2087](https://github.com/microsoft/BotFramework-Emulator/pull/2087)
- [client] Upload and download attachments bubble texts and background in webchat were hidden. The adjustments have been made to override FileContent class in PR [2088](https://github.com/microsoft/BotFramework-Emulator/pull/2088)
- [client] Fixed an issue that was causing adaptive card focus to be blurred when clicking on an activity in PR [2090](https://github.com/microsoft/BotFramework-Emulator/pull/2090)

42760
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -27,7 +27,7 @@
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.8.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.0",
"lint-staged": "^12.3.7",
"prettier": "^1.15.3"
},
"jest": {
@ -72,8 +72,7 @@
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"prettier --write",
"git add"
"prettier --write"
]
},
"dependencies": {

Просмотреть файл

@ -30,7 +30,6 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
/* eslint-disable react/prop-types */
import { ExpandCollapse, ExpandCollapseContent, ExpandCollapseControls } from '@bfemulator/ui-react';
import { IConnectedService } from 'botframework-config/lib/schema';

Просмотреть файл

@ -104,7 +104,7 @@
"cross-env": "^5.1.3",
"del": "^3.0.0",
"electron": "13.6.1",
"electron-builder": "22.9.1",
"electron-builder": "22.11.10",
"electron-rebuild": "2.3.4",
"eslint": "7.19.0",
"eslint-config-prettier": "^3.5.0",