Update typescript dependencies and some other updates (#25535)

* Update typescript dependencies and some other updates

* Fix lint

* Fix tests

* Address feedback

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Daniel Espino García
2023-12-04 15:29:42 +01:00
коммит произвёл GitHub
родитель ddefb1f9c5
Коммит fde9e179be
28 изменённых файлов: 8370 добавлений и 33528 удалений

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

@@ -97,7 +97,7 @@
"timezones.json": "1.6.1",
"tinycolor2": "1.4.2",
"turndown": "7.1.1",
"typescript": "4.7.4",
"typescript": "4.9.5",
"zen-observable": "0.9.0"
},
"devDependencies": {
@@ -113,20 +113,20 @@
"@types/enzyme": "3.10.11",
"@types/jest": "28.1.8",
"@types/katex": "0.11.0",
"@types/lodash": "4.14.182",
"@types/lodash": "4.14.202",
"@types/luxon": "3.0.2",
"@types/mark.js": "8.11.6",
"@types/marked": "0.7.4",
"@types/node": "16.3.1",
"@types/react": "17.0.2",
"@types/node": "18.18.13",
"@types/react": "17.0.71",
"@types/react-beautiful-dnd": "13.1.2",
"@types/react-bootstrap": "0.32.22",
"@types/react-bootstrap": "0.32.35",
"@types/react-color": "3.0.6",
"@types/react-custom-scrollbars": "4.0.10",
"@types/react-dom": "17.0.2",
"@types/react-dom": "17.0.25",
"@types/react-is": "17.0.2",
"@types/react-overlays": "1.1.3",
"@types/react-redux": "7.1.26",
"@types/react-redux": "7.1.31",
"@types/react-router-dom": "5.3.3",
"@types/react-select": "3.0.19",
"@types/react-transition-group": "4.4.5",
@@ -135,8 +135,8 @@
"@types/react-window-infinite-loader": "1.0.6",
"@types/redux-mock-store": "1.0.3",
"@types/semver": "7.3.9",
"@types/shallow-equals": "1.0.0",
"@types/styled-components": "5.1.24",
"@types/shallow-equals": "1.0.3",
"@types/styled-components": "5.1.32",
"@types/tinycolor2": "1.4.3",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
@@ -151,7 +151,7 @@
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"external-remotes-plugin": "1.0.0",
"html-webpack-plugin": "5.5.0",