diff --git a/.changeset/moody-trees-allow.md b/.changeset/moody-trees-allow.md new file mode 100644 index 000000000000..32b3a2e26970 --- /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 fd443e2a0127..cf1c935b37f1 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 7364464276a5..ed0491c96701 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