Migrating the admin_definition.jsx file to typescript (#24658)

* Migrating admin_definition from jsx to tsx

* Fixing types and errors

* Fixing all the types errors

* Fixing linter errors

* Removing no longer needed yup dependency

* Moving admin_definition types to its own file

* Removing a couple of anys

* Fixing linter errors

* Fixing tests snapshots
Этот коммит содержится в:
Jesús Espino
2023-10-10 19:26:45 +02:00
коммит произвёл GitHub
родитель cf9f853526
Коммит a1bf8504a8
18 изменённых файлов: 7331 добавлений и 7470 удалений

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

@@ -178,8 +178,7 @@
"stylelint-scss": "3.19.0",
"webpack-bundle-analyzer": "4.7.0",
"webpack-pwa-manifest": "4.3.0",
"yargs": "16.2.0",
"yup": "0.32.11"
"yargs": "16.2.0"
},
"scripts": {
"check": "eslint --ext .js,.jsx,.tsx,.ts ./src --quiet --cache && stylelint \"**/*.{css,scss}\" --cache",