1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update development dependencies

This commit is contained in:
Renovate Bot 2022-02-16 22:48:11 +00:00
parent 72568c991e
commit d6a85a7e6b
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 1665 additions and 1614 deletions

3237
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,28 +5,28 @@
"repository": "https://github.com/jellyfin/jellyfin-web",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@babel/core": "7.16.7",
"@babel/eslint-parser": "7.16.5",
"@babel/core": "7.17.4",
"@babel/eslint-parser": "7.17.0",
"@babel/eslint-plugin": "7.16.5",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.11",
"@babel/plugin-transform-modules-umd": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"@uupaa/dynamic-import-polyfill": "1.0.2",
"autoprefixer": "10.4.1",
"autoprefixer": "10.4.2",
"babel-loader": "8.2.3",
"babel-plugin-dynamic-import-polyfill": "1.0.0",
"clean-webpack-plugin": "4.0.0",
"confusing-browser-globals": "1.0.11",
"copy-webpack-plugin": "10.2.0",
"css-loader": "6.5.1",
"cssnano": "5.0.14",
"copy-webpack-plugin": "10.2.4",
"css-loader": "6.6.0",
"cssnano": "5.0.17",
"eslint": "8.9.0",
"eslint-plugin-compat": "4.0.0",
"eslint-plugin-compat": "4.0.2",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
@ -34,28 +34,28 @@
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"expose-loader": "3.1.0",
"html-loader": "3.0.1",
"html-loader": "3.1.0",
"html-webpack-plugin": "5.5.0",
"postcss": "8.4.5",
"postcss": "8.4.6",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.2.0",
"postcss-scss": "4.0.2",
"sass": "1.45.2",
"sass-loader": "12.4.0",
"postcss-preset-env": "7.4.0",
"postcss-scss": "4.0.3",
"sass": "1.49.7",
"sass-loader": "12.6.0",
"source-map-loader": "3.0.1",
"style-loader": "3.3.1",
"stylelint": "14.2.0",
"stylelint": "14.5.1",
"stylelint-config-rational-order": "0.1.2",
"stylelint-no-browser-hacks": "1.2.1",
"stylelint-order": "5.0.0",
"stylelint-scss": "4.1.0",
"ts-loader": "9.2.6",
"typescript": "4.5.4",
"webpack": "5.65.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.7.2",
"typescript": "4.5.5",
"webpack": "5.69.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4",
"webpack-merge": "5.8.0",
"workbox-webpack-plugin": "6.2.4",
"workbox-webpack-plugin": "6.4.2",
"worker-loader": "3.0.8"
},
"dependencies": {