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

Merge pull request #3402 from jellyfin/renovate/dev-deps

This commit is contained in:
Bill Thornton 2022-02-08 12:26:28 -05:00 committed by GitHub
commit e70f6bd3c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,58 +5,58 @@
"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.16.7",
"@babel/eslint-parser": "^7.16.5", "@babel/eslint-parser": "7.16.5",
"@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.7",
"@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.7",
"@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": "^4.33.0", "@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "4.33.0",
"@uupaa/dynamic-import-polyfill": "^1.0.2", "@uupaa/dynamic-import-polyfill": "1.0.2",
"autoprefixer": "^10.4.1", "autoprefixer": "10.4.1",
"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.0",
"css-loader": "^6.5.1", "css-loader": "6.5.1",
"cssnano": "^5.0.14", "cssnano": "5.0.14",
"eslint": "^7.32.0", "eslint": "7.32.0",
"eslint-plugin-compat": "^4.0.0", "eslint-plugin-compat": "4.0.0",
"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",
"eslint-plugin-promise": "^6.0.0", "eslint-plugin-promise": "6.0.0",
"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.0.1",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "5.5.0",
"postcss": "^8.4.5", "postcss": "8.4.5",
"postcss-loader": "^6.2.1", "postcss-loader": "6.2.1",
"postcss-preset-env": "^7.2.0", "postcss-preset-env": "7.2.0",
"postcss-scss": "^4.0.2", "postcss-scss": "4.0.2",
"sass": "^1.45.2", "sass": "1.45.2",
"sass-loader": "^12.4.0", "sass-loader": "12.4.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.2.0",
"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.4",
"webpack": "^5.65.0", "webpack": "5.65.0",
"webpack-cli": "^4.9.1", "webpack-cli": "4.9.1",
"webpack-dev-server": "^4.7.2", "webpack-dev-server": "4.7.2",
"webpack-merge": "^5.8.0", "webpack-merge": "5.8.0",
"workbox-webpack-plugin": "^6.2.4", "workbox-webpack-plugin": "6.2.4",
"worker-loader": "^3.0.8" "worker-loader": "3.0.8"
}, },
"dependencies": { "dependencies": {
"@fontsource/noto-sans": "4.5.1", "@fontsource/noto-sans": "4.5.1",