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 удалений

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

@@ -21,9 +21,9 @@
"@rollup/plugin-typescript": "^8.3.1",
"@testing-library/jest-dom": "5.16.4",
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.2",
"@types/react-bootstrap": "^0.32.22",
"@types/react-dom": "^17.0.2",
"@types/react": "^17.0.71",
"@types/react-bootstrap": "^0.32.35",
"@types/react-dom": "^17.0.25",
"@types/react-redux": "^7.1.21",
"@types/shallow-equals": "^1.0.0",
"@types/styled-components": "^5.1.19",

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

@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`LegacyGenericModal/FooterPagination should render default 1`] = `
Object {
{
"asFragment": [Function],
"baseElement": <body>
<div>

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

@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`GenericModal should match snapshot for base case 1`] = `
Object {
{
"asFragment": [Function],
"baseElement": <body
class="modal-open"

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

@@ -18,7 +18,7 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.57.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-react": "^7.32.2"
"eslint-plugin-react": "^7.33.2"
},
"peerDependenciesMeta": {
"eslint-plugin-react": {