Skip to content

Commit e31aa12

Browse files
committed
Upgrade CSS-related packages
1 parent 8af7778 commit e31aa12

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

ui/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
"normalize.css": "^8.0.0",
6262
"postcss": "^8.2.7",
6363
"postcss-loader": "^6.1.0",
64-
"postcss-nesting": "^7.0.1",
64+
"postcss-nesting": "^8.0.1",
6565
"postcss-simple-vars": "^6.0.3",
6666
"prettier": "2.2.1",
6767
"style-loader": "^2.0.0",
6868
"stylelint": "^13.12.0",
6969
"stylelint-config-css-modules": "^2.2.0",
7070
"stylelint-config-idiomatic-order": "^8.1.0",
71-
"stylelint-config-standard": "^21.0.0",
71+
"stylelint-config-standard": "^22.0.0",
7272
"ts-jest": "^27.0.0",
7373
"ts-loader": "^9.2.3",
7474
"typescript": "^4.2.2",

ui/frontend/yarn.lock

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5173,12 +5173,10 @@ postcss-modules-values@^4.0.0:
51735173
dependencies:
51745174
icss-utils "^5.0.0"
51755175

5176-
postcss-nesting@^7.0.1:
5177-
version "7.0.1"
5178-
resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-7.0.1.tgz#b50ad7b7f0173e5b5e3880c3501344703e04c052"
5179-
integrity sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==
5180-
dependencies:
5181-
postcss "^7.0.2"
5176+
postcss-nesting@^8.0.1:
5177+
version "8.0.1"
5178+
resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-8.0.1.tgz#4a8ab3c540a0f138fd3f5d2ee65e4a24d1888024"
5179+
integrity sha512-cHPNhW5VvRQjszFDxmy16mis9qFQqQLBNw6KVmueLqqE3M182ZAk9+QoxGqbGVryzLVhannw2B5Yhosqq522fA==
51825180

51835181
postcss-resolve-nested-selector@^0.1.1:
51845182
version "0.1.1"
@@ -6179,17 +6177,17 @@ stylelint-config-idiomatic-order@^8.1.0:
61796177
dependencies:
61806178
stylelint-order "^3.1.1"
61816179

6182-
stylelint-config-recommended@^4.0.0:
6183-
version "4.0.0"
6184-
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz#665a0034065e6704d5032ba51bf4efa37d328ef9"
6185-
integrity sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ==
6180+
stylelint-config-recommended@^5.0.0:
6181+
version "5.0.0"
6182+
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz#fb5653f495a60b4938f2ad3e77712d9e1039ae78"
6183+
integrity sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==
61866184

6187-
stylelint-config-standard@^21.0.0:
6188-
version "21.0.0"
6189-
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-21.0.0.tgz#4942cfa27301eb6702fa8fc46a44da35d1a5cfd7"
6190-
integrity sha512-Yf6mx5oYEbQQJxWuW7X3t1gcxqbUx52qC9SMS3saC2ruOVYEyqmr5zSW6k3wXflDjjFrPhar3kp68ugRopmlzg==
6185+
stylelint-config-standard@^22.0.0:
6186+
version "22.0.0"
6187+
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz#c860be9a13ebbc1b084456fa10527bf13a44addf"
6188+
integrity sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==
61916189
dependencies:
6192-
stylelint-config-recommended "^4.0.0"
6190+
stylelint-config-recommended "^5.0.0"
61936191

61946192
stylelint-order@^3.1.1:
61956193
version "3.1.1"

0 commit comments

Comments
 (0)