Skip to content

Commit a87b6ca

Browse files
Update dependency postcss-load-config to v6 (#363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dcce34b commit a87b6ca

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
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": "^5.0.0",
26+
"postcss-load-config": "^6.0.0",
2727
"rollup": "^4.0.0",
2828
"rollup-plugin-livereload": "^2.0.0",
2929
"rollup-plugin-styles": "^4.0.0",

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4240,13 +4240,12 @@ postcss-load-config@^4.0.1:
42404240
lilconfig "^3.0.0"
42414241
yaml "^2.3.4"
42424242

4243-
postcss-load-config@^5.0.0:
4244-
version "5.0.3"
4245-
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-5.0.3.tgz#f4927637d907de900c4828615077646844545820"
4246-
integrity sha512-90pBBI5apUVruIEdCxZic93Wm+i9fTrp7TXbgdUCH+/L+2WnfpITSpq5dFU/IPvbv7aNiMlQISpUkAm3fEcvgQ==
4243+
postcss-load-config@^6.0.0:
4244+
version "6.0.1"
4245+
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-6.0.1.tgz#6fd7dcd8ae89badcf1b2d644489cbabf83aa8096"
4246+
integrity sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==
42474247
dependencies:
4248-
lilconfig "^3.0.0"
4249-
yaml "^2.3.4"
4248+
lilconfig "^3.1.1"
42504249

42514250
postcss-merge-longhand@^5.1.7:
42524251
version "5.1.7"

0 commit comments

Comments
 (0)