summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/moody-trees-allow.md5
-rw-r--r--packages/astro/package.json1
-rw-r--r--pnpm-lock.yaml2
3 files changed, 8 insertions, 0 deletions
diff --git a/.changeset/moody-trees-allow.md b/.changeset/moody-trees-allow.md
new file mode 100644
index 000000000..32b3a2e26
--- /dev/null
+++ b/.changeset/moody-trees-allow.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Fix missing `postcss-load-config` dependency
diff --git a/packages/astro/package.json b/packages/astro/package.json
index fd443e2a0..cf1c935b3 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -90,6 +90,7 @@
"parse5": "^6.0.1",
"path-to-regexp": "^6.2.0",
"postcss": "^8.4.12",
+ "postcss-load-config": "^3.1.1",
"prismjs": "^1.27.0",
"rehype-slug": "^5.0.1",
"resolve": "^1.22.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 736446427..ed0491c96 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -405,6 +405,7 @@ importers:
parse5: ^6.0.1
path-to-regexp: ^6.2.0
postcss: ^8.4.12
+ postcss-load-config: ^3.1.1
prismjs: ^1.27.0
rehype-slug: ^5.0.1
resolve: ^1.22.0
@@ -455,6 +456,7 @@ importers:
parse5: 6.0.1
path-to-regexp: 6.2.0
postcss: 8.4.12
+ postcss-load-config: 3.1.3
prismjs: 1.27.0
rehype-slug: 5.0.1
resolve: 1.22.0