0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

chore: fix missing postcss-load-config dependency (#2835)

This commit is contained in:
Nate Moore 2022-03-18 21:02:42 -05:00 committed by GitHub
parent d812fbda97
commit 77ebab8bb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Fix missing `postcss-load-config` dependency

View file

@ -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",

2
pnpm-lock.yaml generated
View file

@ -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