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:
parent
d812fbda97
commit
77ebab8bb2
3 changed files with 8 additions and 0 deletions
5
.changeset/moody-trees-allow.md
Normal file
5
.changeset/moody-trees-allow.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix missing `postcss-load-config` dependency
|
|
@ -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
2
pnpm-lock.yaml
generated
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue