Skip to content

Commit a404aad

Browse files
Update dependency postcss-load-config to v5 (#308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3973be4 commit a404aad

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"autoprefixer": "^10.4.2",
2424
"path-browserify": "^1.0.1",
2525
"postcss": "^8.2.8",
26-
"postcss-load-config": "^4.0.0",
26+
"postcss-load-config": "^5.0.0",
2727
"rollup": "^3.0.0",
2828
"rollup-plugin-livereload": "^2.0.0",
2929
"rollup-plugin-styles": "^4.0.0",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4397,14 +4397,22 @@ postcss-js@^4.0.1:
43974397
dependencies:
43984398
camelcase-css "^2.0.1"
43994399

4400-
postcss-load-config@^4.0.0, postcss-load-config@^4.0.1:
4400+
postcss-load-config@^4.0.1:
44014401
version "4.0.2"
44024402
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz#7159dcf626118d33e299f485d6afe4aff7c4a3e3"
44034403
integrity sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==
44044404
dependencies:
44054405
lilconfig "^3.0.0"
44064406
yaml "^2.3.4"
44074407

4408+
postcss-load-config@^5.0.0:
4409+
version "5.0.3"
4410+
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-5.0.3.tgz#f4927637d907de900c4828615077646844545820"
4411+
integrity sha512-90pBBI5apUVruIEdCxZic93Wm+i9fTrp7TXbgdUCH+/L+2WnfpITSpq5dFU/IPvbv7aNiMlQISpUkAm3fEcvgQ==
4412+
dependencies:
4413+
lilconfig "^3.0.0"
4414+
yaml "^2.3.4"
4415+
44084416
postcss-merge-longhand@^5.1.7:
44094417
version "5.1.7"
44104418
resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz#24a1bdf402d9ef0e70f568f39bdc0344d568fb16"

0 commit comments

Comments
 (0)