Merge pull request #4961 from jellyfin/renovate/linters

This commit is contained in:
Bill Thornton 2023-11-09 07:57:30 -05:00 committed by GitHub
commit 9e9274046e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1994 additions and 1155 deletions

3129
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,8 +17,8 @@
"@types/react": "17.0.69",
"@types/react-dom": "17.0.22",
"@types/sortablejs": "1.15.4",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@uupaa/dynamic-import-polyfill": "1.0.2",
"autoprefixer": "10.4.16",
"babel-loader": "9.1.3",
@ -30,14 +30,14 @@
"css-loader": "6.8.1",
"cssnano": "6.0.1",
"es-check": "7.1.1",
"eslint": "8.41.0",
"eslint-plugin-compat": "4.1.4",
"eslint": "8.52.0",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sonarjs": "0.19.0",
"eslint-plugin-sonarjs": "0.22.0",
"expose-loader": "4.1.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-loader": "4.2.0",
@ -53,11 +53,11 @@
"source-map-loader": "4.0.1",
"speed-measure-webpack-plugin": "1.5.0",
"style-loader": "3.3.3",
"stylelint": "15.6.2",
"stylelint": "15.11.0",
"stylelint-config-rational-order": "0.1.2",
"stylelint-no-browser-hacks": "1.2.1",
"stylelint-order": "6.0.3",
"stylelint-scss": "5.0.0",
"stylelint-scss": "5.3.0",
"ts-loader": "9.5.0",
"typescript": "5.0.4",
"vitest": "0.34.6",