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:
parent
72568c991e
commit
d6a85a7e6b
2 changed files with 1665 additions and 1614 deletions
3237
package-lock.json
generated
3237
package-lock.json
generated
File diff suppressed because it is too large
Load diff
46
package.json
46
package.json
|
@ -5,28 +5,28 @@
|
||||||
"repository": "https://github.com/jellyfin/jellyfin-web",
|
"repository": "https://github.com/jellyfin/jellyfin-web",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.16.7",
|
"@babel/core": "7.17.4",
|
||||||
"@babel/eslint-parser": "7.16.5",
|
"@babel/eslint-parser": "7.17.0",
|
||||||
"@babel/eslint-plugin": "7.16.5",
|
"@babel/eslint-plugin": "7.16.5",
|
||||||
"@babel/plugin-proposal-class-properties": "7.16.7",
|
"@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/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-react": "7.16.7",
|
||||||
"@babel/preset-typescript": "7.16.7",
|
"@babel/preset-typescript": "7.16.7",
|
||||||
"@typescript-eslint/eslint-plugin": "5.11.0",
|
"@typescript-eslint/eslint-plugin": "5.12.0",
|
||||||
"@typescript-eslint/parser": "5.11.0",
|
"@typescript-eslint/parser": "5.12.0",
|
||||||
"@uupaa/dynamic-import-polyfill": "1.0.2",
|
"@uupaa/dynamic-import-polyfill": "1.0.2",
|
||||||
"autoprefixer": "10.4.1",
|
"autoprefixer": "10.4.2",
|
||||||
"babel-loader": "8.2.3",
|
"babel-loader": "8.2.3",
|
||||||
"babel-plugin-dynamic-import-polyfill": "1.0.0",
|
"babel-plugin-dynamic-import-polyfill": "1.0.0",
|
||||||
"clean-webpack-plugin": "4.0.0",
|
"clean-webpack-plugin": "4.0.0",
|
||||||
"confusing-browser-globals": "1.0.11",
|
"confusing-browser-globals": "1.0.11",
|
||||||
"copy-webpack-plugin": "10.2.0",
|
"copy-webpack-plugin": "10.2.4",
|
||||||
"css-loader": "6.5.1",
|
"css-loader": "6.6.0",
|
||||||
"cssnano": "5.0.14",
|
"cssnano": "5.0.17",
|
||||||
"eslint": "8.9.0",
|
"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-eslint-comments": "3.2.0",
|
||||||
"eslint-plugin-import": "2.25.4",
|
"eslint-plugin-import": "2.25.4",
|
||||||
"eslint-plugin-jsx-a11y": "6.5.1",
|
"eslint-plugin-jsx-a11y": "6.5.1",
|
||||||
|
@ -34,28 +34,28 @@
|
||||||
"eslint-plugin-react": "7.28.0",
|
"eslint-plugin-react": "7.28.0",
|
||||||
"eslint-plugin-react-hooks": "4.3.0",
|
"eslint-plugin-react-hooks": "4.3.0",
|
||||||
"expose-loader": "3.1.0",
|
"expose-loader": "3.1.0",
|
||||||
"html-loader": "3.0.1",
|
"html-loader": "3.1.0",
|
||||||
"html-webpack-plugin": "5.5.0",
|
"html-webpack-plugin": "5.5.0",
|
||||||
"postcss": "8.4.5",
|
"postcss": "8.4.6",
|
||||||
"postcss-loader": "6.2.1",
|
"postcss-loader": "6.2.1",
|
||||||
"postcss-preset-env": "7.2.0",
|
"postcss-preset-env": "7.4.0",
|
||||||
"postcss-scss": "4.0.2",
|
"postcss-scss": "4.0.3",
|
||||||
"sass": "1.45.2",
|
"sass": "1.49.7",
|
||||||
"sass-loader": "12.4.0",
|
"sass-loader": "12.6.0",
|
||||||
"source-map-loader": "3.0.1",
|
"source-map-loader": "3.0.1",
|
||||||
"style-loader": "3.3.1",
|
"style-loader": "3.3.1",
|
||||||
"stylelint": "14.2.0",
|
"stylelint": "14.5.1",
|
||||||
"stylelint-config-rational-order": "0.1.2",
|
"stylelint-config-rational-order": "0.1.2",
|
||||||
"stylelint-no-browser-hacks": "1.2.1",
|
"stylelint-no-browser-hacks": "1.2.1",
|
||||||
"stylelint-order": "5.0.0",
|
"stylelint-order": "5.0.0",
|
||||||
"stylelint-scss": "4.1.0",
|
"stylelint-scss": "4.1.0",
|
||||||
"ts-loader": "9.2.6",
|
"ts-loader": "9.2.6",
|
||||||
"typescript": "4.5.4",
|
"typescript": "4.5.5",
|
||||||
"webpack": "5.65.0",
|
"webpack": "5.69.0",
|
||||||
"webpack-cli": "4.9.1",
|
"webpack-cli": "4.9.2",
|
||||||
"webpack-dev-server": "4.7.2",
|
"webpack-dev-server": "4.7.4",
|
||||||
"webpack-merge": "5.8.0",
|
"webpack-merge": "5.8.0",
|
||||||
"workbox-webpack-plugin": "6.2.4",
|
"workbox-webpack-plugin": "6.4.2",
|
||||||
"worker-loader": "3.0.8"
|
"worker-loader": "3.0.8"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue