mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4961 from jellyfin/renovate/linters
This commit is contained in:
commit
9e9274046e
2 changed files with 1994 additions and 1155 deletions
3129
package-lock.json
generated
3129
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue