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

Merge pull request #4279 from jellyfin/renovate/major-linters

This commit is contained in:
Bill Thornton 2023-01-12 17:01:13 -05:00 committed by GitHub
commit cf204f0b27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 deletions

36
package-lock.json generated
View file

@ -105,7 +105,7 @@
"stylelint": "14.16.1", "stylelint": "14.16.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": "6.0.0",
"stylelint-scss": "4.3.0", "stylelint-scss": "4.3.0",
"ts-loader": "9.4.2", "ts-loader": "9.4.2",
"typescript": "4.9.4", "typescript": "4.9.4",
@ -16649,25 +16649,25 @@
} }
}, },
"node_modules/stylelint-order": { "node_modules/stylelint-order": {
"version": "5.0.0", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-5.0.0.tgz", "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-6.0.0.tgz",
"integrity": "sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==", "integrity": "sha512-kRe3jv9gP9bN/puzaxWtQmjPSPC18n09DMRXv1HsW0nR8TDDCV+eo+a058A6GoogfV0qcAIZG4s2/4oyuaFqZA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"postcss": "^8.3.11", "postcss": "^8.4.20",
"postcss-sorting": "^7.0.1" "postcss-sorting": "^8.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"stylelint": "^14.0.0" "stylelint": "^14.0.0"
} }
}, },
"node_modules/stylelint-order/node_modules/postcss-sorting": { "node_modules/stylelint-order/node_modules/postcss-sorting": {
"version": "7.0.1", "version": "8.0.1",
"resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-7.0.1.tgz", "resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-8.0.1.tgz",
"integrity": "sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g==", "integrity": "sha512-go9Zoxx7KQH+uLrJ9xa5wRErFeXu01ydA6O8m7koPXkmAN7Ts//eRcIqjo0stBR4+Nir2gMYDOWAOx7O5EPUZA==",
"dev": true, "dev": true,
"peerDependencies": { "peerDependencies": {
"postcss": "^8.3.9" "postcss": "^8.4.20"
} }
}, },
"node_modules/stylelint-scss": { "node_modules/stylelint-scss": {
@ -31171,19 +31171,19 @@
} }
}, },
"stylelint-order": { "stylelint-order": {
"version": "5.0.0", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-5.0.0.tgz", "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-6.0.0.tgz",
"integrity": "sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==", "integrity": "sha512-kRe3jv9gP9bN/puzaxWtQmjPSPC18n09DMRXv1HsW0nR8TDDCV+eo+a058A6GoogfV0qcAIZG4s2/4oyuaFqZA==",
"dev": true, "dev": true,
"requires": { "requires": {
"postcss": "^8.3.11", "postcss": "^8.4.20",
"postcss-sorting": "^7.0.1" "postcss-sorting": "^8.0.0"
}, },
"dependencies": { "dependencies": {
"postcss-sorting": { "postcss-sorting": {
"version": "7.0.1", "version": "8.0.1",
"resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-7.0.1.tgz", "resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-8.0.1.tgz",
"integrity": "sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g==", "integrity": "sha512-go9Zoxx7KQH+uLrJ9xa5wRErFeXu01ydA6O8m7koPXkmAN7Ts//eRcIqjo0stBR4+Nir2gMYDOWAOx7O5EPUZA==",
"dev": true, "dev": true,
"requires": {} "requires": {}
} }

View file

@ -56,7 +56,7 @@
"stylelint": "14.16.1", "stylelint": "14.16.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": "6.0.0",
"stylelint-scss": "4.3.0", "stylelint-scss": "4.3.0",
"ts-loader": "9.4.2", "ts-loader": "9.4.2",
"typescript": "4.9.4", "typescript": "4.9.4",