1
0
Fork 0

upgrade deps

This commit is contained in:
nanxiaobei 2022-08-16 00:51:52 +08:00
parent 673de3b4c1
commit 031a3e7e1c
3 changed files with 107 additions and 134 deletions

View File

@ -1,7 +1,6 @@
module.exports = {
extends: ['stylelint-config-one'],
rules: {
'at-rule-no-unknown': null,
'function-no-unknown': null,
'function-url-quotes': null,
'color-function-notation': null,

View File

@ -17,9 +17,9 @@
"dependencies": {
"@tailwindcss/typography": "^0.5.4",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"stylelint": "^14.9.1",
"stylelint-config-one": "^2.2.0",
"tailwindcss": "^3.1.6"
"prettier-plugin-tailwindcss": "^0.1.13",
"stylelint": "^14.10.0",
"stylelint-config-one": "^2.3.0",
"tailwindcss": "^3.1.8"
}
}

View File

@ -3,18 +3,18 @@ lockfileVersion: 5.4
specifiers:
'@tailwindcss/typography': ^0.5.4
prettier: ^2.7.1
prettier-plugin-tailwindcss: ^0.1.12
stylelint: ^14.9.1
stylelint-config-one: ^2.2.0
tailwindcss: ^3.1.6
prettier-plugin-tailwindcss: ^0.1.13
stylelint: ^14.10.0
stylelint-config-one: ^2.3.0
tailwindcss: ^3.1.8
dependencies:
'@tailwindcss/typography': 0.5.4_tailwindcss@3.1.6
'@tailwindcss/typography': 0.5.4_tailwindcss@3.1.8
prettier: 2.7.1
prettier-plugin-tailwindcss: 0.1.12_prettier@2.7.1
stylelint: 14.9.1
stylelint-config-one: 2.2.0_stylelint@14.9.1
tailwindcss: 3.1.6
prettier-plugin-tailwindcss: 0.1.13_prettier@2.7.1
stylelint: 14.10.0
stylelint-config-one: 2.3.0_stylelint@14.10.0
tailwindcss: 3.1.8
packages:
@ -39,14 +39,14 @@ packages:
js-tokens: 4.0.0
dev: false
/@csstools/selector-specificity/2.0.2_444rcjjorr3kpoqtvoodsr46pu:
/@csstools/selector-specificity/2.0.2_pnx64jze6bptzcedy5bidi3zdi:
resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==}
engines: {node: ^12 || ^14 || >=16}
peerDependencies:
postcss: ^8.2
postcss-selector-parser: ^6.0.10
dependencies:
postcss: 8.4.14
postcss: 8.4.16
postcss-selector-parser: 6.0.10
dev: false
@ -71,7 +71,7 @@ packages:
fastq: 1.13.0
dev: false
/@tailwindcss/typography/0.5.4_tailwindcss@3.1.6:
/@tailwindcss/typography/0.5.4_tailwindcss@3.1.8:
resolution: {integrity: sha512-QEdg40EmGvE7kKoDei8zr5sf4D1pIayHj4R31bH3lX8x2BtTiR+jNejYPOkhbmy3DXgkMF9jC8xqNiGFAuL9Sg==}
peerDependencies:
tailwindcss: '>=3.0.0 || insiders'
@ -79,7 +79,7 @@ packages:
lodash.castarray: 4.4.0
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
tailwindcss: 3.1.6
tailwindcss: 3.1.8
dev: false
/@types/minimist/1.2.2:
@ -243,13 +243,6 @@ packages:
fsevents: 2.3.2
dev: false
/clone-regexp/2.2.0:
resolution: {integrity: sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==}
engines: {node: '>=6'}
dependencies:
is-regexp: 2.1.0
dev: false
/color-convert/1.9.3:
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
dependencies:
@ -271,8 +264,8 @@ packages:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
dev: false
/colord/2.9.2:
resolution: {integrity: sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==}
/colord/2.9.3:
resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
dev: false
/concat-map/0.0.1:
@ -370,13 +363,6 @@ packages:
engines: {node: '>=0.8.0'}
dev: false
/execall/2.0.0:
resolution: {integrity: sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==}
engines: {node: '>=8'}
dependencies:
clone-regexp: 2.2.0
dev: false
/fast-deep-equal/3.1.3:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
dev: false
@ -392,8 +378,8 @@ packages:
micromatch: 4.0.5
dev: false
/fastest-levenshtein/1.0.14:
resolution: {integrity: sha512-tFfWHjnuUfKE186Tfgr+jtaFc0mZTApEgKDOeyN+FwOqRkO/zK/3h1AiRd8u8CY53owL3CUmGr/oI9p/RdyLTA==}
/fastest-levenshtein/1.0.16:
resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==}
engines: {node: '>= 4.9.1'}
dev: false
@ -453,11 +439,6 @@ packages:
resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
dev: false
/get-stdin/8.0.0:
resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==}
engines: {node: '>=10'}
dev: false
/glob-parent/5.1.2:
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
engines: {node: '>= 6'}
@ -607,8 +588,8 @@ packages:
binary-extensions: 2.2.0
dev: false
/is-core-module/2.9.0:
resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==}
/is-core-module/2.10.0:
resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==}
dependencies:
has: 1.0.3
dev: false
@ -645,11 +626,6 @@ packages:
engines: {node: '>=0.10.0'}
dev: false
/is-regexp/2.1.0:
resolution: {integrity: sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==}
engines: {node: '>=6'}
dev: false
/isexe/2.0.0:
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
dev: false
@ -811,7 +787,7 @@ packages:
engines: {node: '>=10'}
dependencies:
hosted-git-info: 4.1.0
is-core-module: 2.9.0
is-core-module: 2.10.0
semver: 7.3.7
validate-npm-package-license: 3.0.4
dev: false
@ -901,29 +877,29 @@ packages:
engines: {node: '>=0.10.0'}
dev: false
/postcss-import/14.1.0_postcss@8.4.14:
/postcss-import/14.1.0_postcss@8.4.16:
resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==}
engines: {node: '>=10.0.0'}
peerDependencies:
postcss: ^8.0.0
dependencies:
postcss: 8.4.14
postcss: 8.4.16
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.1
dev: false
/postcss-js/4.0.0_postcss@8.4.14:
/postcss-js/4.0.0_postcss@8.4.16:
resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==}
engines: {node: ^12 || ^14 || >= 16}
peerDependencies:
postcss: ^8.3.3
dependencies:
camelcase-css: 2.0.1
postcss: 8.4.14
postcss: 8.4.16
dev: false
/postcss-load-config/3.1.4_postcss@8.4.14:
/postcss-load-config/3.1.4_postcss@8.4.16:
resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==}
engines: {node: '>= 10'}
peerDependencies:
@ -936,7 +912,7 @@ packages:
optional: true
dependencies:
lilconfig: 2.0.6
postcss: 8.4.14
postcss: 8.4.16
yaml: 1.10.2
dev: false
@ -944,13 +920,13 @@ packages:
resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==}
dev: false
/postcss-nested/5.0.6_postcss@8.4.14:
/postcss-nested/5.0.6_postcss@8.4.16:
resolution: {integrity: sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.2.14
dependencies:
postcss: 8.4.14
postcss: 8.4.16
postcss-selector-parser: 6.0.10
dev: false
@ -958,13 +934,13 @@ packages:
resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==}
dev: false
/postcss-safe-parser/6.0.0_postcss@8.4.14:
/postcss-safe-parser/6.0.0_postcss@8.4.16:
resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.3.3
dependencies:
postcss: 8.4.14
postcss: 8.4.16
dev: false
/postcss-scss/4.0.4:
@ -982,20 +958,20 @@ packages:
util-deprecate: 1.0.2
dev: false
/postcss-sorting/7.0.1_postcss@8.4.14:
/postcss-sorting/7.0.1_postcss@8.4.16:
resolution: {integrity: sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g==}
peerDependencies:
postcss: ^8.3.9
dependencies:
postcss: 8.4.14
postcss: 8.4.16
dev: false
/postcss-value-parser/4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
dev: false
/postcss/8.4.14:
resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==}
/postcss/8.4.16:
resolution: {integrity: sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.4
@ -1003,8 +979,8 @@ packages:
source-map-js: 1.0.2
dev: false
/prettier-plugin-tailwindcss/0.1.12_prettier@2.7.1:
resolution: {integrity: sha512-pEZ6tppwknCeq3ObR9g8t61AhWtVRRR3I0EQNeiRrrJ3D42FJGeUDxiFc/LJRYEeAx5JOxagsF0MICwuWOJa+w==}
/prettier-plugin-tailwindcss/0.1.13_prettier@2.7.1:
resolution: {integrity: sha512-/EKQURUrxLu66CMUg4+1LwGdxnz8of7IDvrSLqEtDqhLH61SAlNNUSr90UTvZaemujgl3OH/VHg+fyGltrNixw==}
engines: {node: '>=12.17.0'}
peerDependencies:
prettier: '>=2.2.0'
@ -1096,7 +1072,7 @@ packages:
resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==}
hasBin: true
dependencies:
is-core-module: 2.9.0
is-core-module: 2.10.0
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
dev: false
@ -1204,120 +1180,120 @@ packages:
resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
dev: false
/stylelint-config-css-modules/4.1.0_stylelint@14.9.1:
/stylelint-config-css-modules/4.1.0_stylelint@14.10.0:
resolution: {integrity: sha512-w6d552NscwvpUEaUcmq8GgWXKRv6lVHLbDj6QIHSM2vCWr83qRqRvXBJCfXDyaG/J3Zojw2inU9VvU99ZlXuUw==}
peerDependencies:
stylelint: ^14.5.1
dependencies:
stylelint: 14.9.1
stylelint: 14.10.0
optionalDependencies:
stylelint-scss: 4.3.0_stylelint@14.9.1
stylelint-scss: 4.3.0_stylelint@14.10.0
dev: false
/stylelint-config-one/2.2.0_stylelint@14.9.1:
resolution: {integrity: sha512-30WgiI3/h1oKbLZINnA0zIkEi7WhSbW1uEYuks8+qrmjRmrRjj3Ps4YBOh9EV3hL7SUvWYK74cduhbRLPXK07Q==}
/stylelint-config-one/2.3.0_stylelint@14.10.0:
resolution: {integrity: sha512-ccn/zmIr11XxWEgS9pIq3RuMinr+85dWy3/VimgYh9XZdIUk8pKNuTrR+W8/jP+g1JxoXIlBHTHjfvtWIMROVg==}
peerDependencies:
stylelint: '>=14.0.0'
dependencies:
stylelint: 14.9.1
stylelint-config-css-modules: 4.1.0_stylelint@14.9.1
stylelint-config-prettier: 9.0.3_stylelint@14.9.1
stylelint-config-recess-order: 3.0.0_stylelint@14.9.1
stylelint-config-standard: 25.0.0_stylelint@14.9.1
stylelint-config-standard-scss: 3.0.0_stylelint@14.9.1
stylelint: 14.10.0
stylelint-config-css-modules: 4.1.0_stylelint@14.10.0
stylelint-config-prettier: 9.0.3_stylelint@14.10.0
stylelint-config-recess-order: 3.0.0_stylelint@14.10.0
stylelint-config-standard: 27.0.0_stylelint@14.10.0
stylelint-config-standard-scss: 5.0.0_stylelint@14.10.0
transitivePeerDependencies:
- postcss
dev: false
/stylelint-config-prettier/9.0.3_stylelint@14.9.1:
/stylelint-config-prettier/9.0.3_stylelint@14.10.0:
resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==}
engines: {node: '>= 12'}
hasBin: true
peerDependencies:
stylelint: '>=11.0.0'
dependencies:
stylelint: 14.9.1
stylelint: 14.10.0
dev: false
/stylelint-config-recess-order/3.0.0_stylelint@14.9.1:
/stylelint-config-recess-order/3.0.0_stylelint@14.10.0:
resolution: {integrity: sha512-uNXrlDz570Q7HJlrq8mNjgfO/xlKIh2hKVKEFMTG1/ih/6tDLcTbuvO1Zoo2dnQay990OAkWLDpTDOorB+hmBw==}
peerDependencies:
stylelint: '>=14'
dependencies:
stylelint: 14.9.1
stylelint-order: 5.0.0_stylelint@14.9.1
stylelint: 14.10.0
stylelint-order: 5.0.0_stylelint@14.10.0
dev: false
/stylelint-config-recommended-scss/5.0.2_stylelint@14.9.1:
resolution: {integrity: sha512-b14BSZjcwW0hqbzm9b0S/ScN2+3CO3O4vcMNOw2KGf8lfVSwJ4p5TbNEXKwKl1+0FMtgRXZj6DqVUe/7nGnuBg==}
/stylelint-config-recommended-scss/7.0.0_stylelint@14.10.0:
resolution: {integrity: sha512-rGz1J4rMAyJkvoJW4hZasuQBB7y9KIrShb20l9DVEKKZSEi1HAy0vuNlR8HyCKy/jveb/BdaQFcoiYnmx4HoiA==}
peerDependencies:
stylelint: ^14.0.0
stylelint: ^14.4.0
dependencies:
postcss-scss: 4.0.4
stylelint: 14.9.1
stylelint-config-recommended: 6.0.0_stylelint@14.9.1
stylelint-scss: 4.3.0_stylelint@14.9.1
stylelint: 14.10.0
stylelint-config-recommended: 8.0.0_stylelint@14.10.0
stylelint-scss: 4.3.0_stylelint@14.10.0
transitivePeerDependencies:
- postcss
dev: false
/stylelint-config-recommended/6.0.0_stylelint@14.9.1:
resolution: {integrity: sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==}
/stylelint-config-recommended/8.0.0_stylelint@14.10.0:
resolution: {integrity: sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==}
peerDependencies:
stylelint: ^14.0.0
stylelint: ^14.8.0
dependencies:
stylelint: 14.9.1
stylelint: 14.10.0
dev: false
/stylelint-config-recommended/7.0.0_stylelint@14.9.1:
resolution: {integrity: sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==}
/stylelint-config-recommended/9.0.0_stylelint@14.10.0:
resolution: {integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==}
peerDependencies:
stylelint: ^14.4.0
stylelint: ^14.10.0
dependencies:
stylelint: 14.9.1
stylelint: 14.10.0
dev: false
/stylelint-config-standard-scss/3.0.0_stylelint@14.9.1:
resolution: {integrity: sha512-zt3ZbzIbllN1iCmc94e4pDxqpkzeR6CJo5DDXzltshuXr+82B8ylHyMMARNnUYrZH80B7wgY7UkKTYCFM0UUyw==}
/stylelint-config-standard-scss/5.0.0_stylelint@14.10.0:
resolution: {integrity: sha512-zoXLibojHZYPFjtkc4STZtAJ2yGTq3Bb4MYO0oiyO6f/vNxDKRcSDZYoqN260Gv2eD5niQIr1/kr5SXlFj9kcQ==}
peerDependencies:
stylelint: ^14.0.0
stylelint: ^14.9.0
dependencies:
stylelint: 14.9.1
stylelint-config-recommended-scss: 5.0.2_stylelint@14.9.1
stylelint-config-standard: 24.0.0_stylelint@14.9.1
stylelint: 14.10.0
stylelint-config-recommended-scss: 7.0.0_stylelint@14.10.0
stylelint-config-standard: 26.0.0_stylelint@14.10.0
transitivePeerDependencies:
- postcss
dev: false
/stylelint-config-standard/24.0.0_stylelint@14.9.1:
resolution: {integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==}
/stylelint-config-standard/26.0.0_stylelint@14.10.0:
resolution: {integrity: sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==}
peerDependencies:
stylelint: ^14.0.0
stylelint: ^14.9.0
dependencies:
stylelint: 14.9.1
stylelint-config-recommended: 6.0.0_stylelint@14.9.1
stylelint: 14.10.0
stylelint-config-recommended: 8.0.0_stylelint@14.10.0
dev: false
/stylelint-config-standard/25.0.0_stylelint@14.9.1:
resolution: {integrity: sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==}
/stylelint-config-standard/27.0.0_stylelint@14.10.0:
resolution: {integrity: sha512-J+wxyODWQCW2kgdhVzj51a4cFcJkglkMQrjPU/1Jo8w2oKSKK5ZRqHvDDWxEmjYWIYbMhhIMS5dOgVpGUMIACw==}
peerDependencies:
stylelint: ^14.4.0
stylelint: ^14.10.0
dependencies:
stylelint: 14.9.1
stylelint-config-recommended: 7.0.0_stylelint@14.9.1
stylelint: 14.10.0
stylelint-config-recommended: 9.0.0_stylelint@14.10.0
dev: false
/stylelint-order/5.0.0_stylelint@14.9.1:
/stylelint-order/5.0.0_stylelint@14.10.0:
resolution: {integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==}
peerDependencies:
stylelint: ^14.0.0
dependencies:
postcss: 8.4.14
postcss-sorting: 7.0.1_postcss@8.4.14
stylelint: 14.9.1
postcss: 8.4.16
postcss-sorting: 7.0.1_postcss@8.4.16
stylelint: 14.10.0
dev: false
/stylelint-scss/4.3.0_stylelint@14.9.1:
/stylelint-scss/4.3.0_stylelint@14.10.0:
resolution: {integrity: sha512-GvSaKCA3tipzZHoz+nNO7S02ZqOsdBzMiCx9poSmLlb3tdJlGddEX/8QzCOD8O7GQan9bjsvLMsO5xiw6IhhIQ==}
peerDependencies:
stylelint: ^14.5.1
@ -1327,25 +1303,23 @@ packages:
postcss-resolve-nested-selector: 0.1.1
postcss-selector-parser: 6.0.10
postcss-value-parser: 4.2.0
stylelint: 14.9.1
stylelint: 14.10.0
dev: false
/stylelint/14.9.1:
resolution: {integrity: sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA==}
/stylelint/14.10.0:
resolution: {integrity: sha512-VAmyKrEK+wNFh9R8mNqoxEFzaa4gsHGhcT4xgkQDuOA5cjF6CaNS8loYV7gpi4tIZBPUyXesotPXzJAMN8VLOQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin: true
dependencies:
'@csstools/selector-specificity': 2.0.2_444rcjjorr3kpoqtvoodsr46pu
'@csstools/selector-specificity': 2.0.2_pnx64jze6bptzcedy5bidi3zdi
balanced-match: 2.0.0
colord: 2.9.2
colord: 2.9.3
cosmiconfig: 7.0.1
css-functions-list: 3.1.0
debug: 4.3.4
execall: 2.0.0
fast-glob: 3.2.11
fastest-levenshtein: 1.0.14
fastest-levenshtein: 1.0.16
file-entry-cache: 6.0.1
get-stdin: 8.0.0
global-modules: 2.0.0
globby: 11.1.0
globjoin: 0.1.4
@ -1360,10 +1334,10 @@ packages:
micromatch: 4.0.5
normalize-path: 3.0.0
picocolors: 1.0.0
postcss: 8.4.14
postcss: 8.4.16
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1
postcss-safe-parser: 6.0.0_postcss@8.4.14
postcss-safe-parser: 6.0.0_postcss@8.4.16
postcss-selector-parser: 6.0.10
postcss-value-parser: 4.2.0
resolve-from: 5.0.0
@ -1421,8 +1395,8 @@ packages:
strip-ansi: 6.0.1
dev: false
/tailwindcss/3.1.6:
resolution: {integrity: sha512-7skAOY56erZAFQssT1xkpk+kWt2NrO45kORlxFPXUt3CiGsVPhH1smuH5XoDH6sGPXLyBv+zgCKA2HWBsgCytg==}
/tailwindcss/3.1.8:
resolution: {integrity: sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==}
engines: {node: '>=12.13.0'}
hasBin: true
dependencies:
@ -1439,11 +1413,11 @@ packages:
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.0.0
postcss: 8.4.14
postcss-import: 14.1.0_postcss@8.4.14
postcss-js: 4.0.0_postcss@8.4.14
postcss-load-config: 3.1.4_postcss@8.4.14
postcss-nested: 5.0.6_postcss@8.4.14
postcss: 8.4.16
postcss-import: 14.1.0_postcss@8.4.16
postcss-js: 4.0.0_postcss@8.4.16
postcss-load-config: 3.1.4_postcss@8.4.16
postcss-nested: 5.0.6_postcss@8.4.16
postcss-selector-parser: 6.0.10
postcss-value-parser: 4.2.0
quick-lru: 5.1.1