Skip to content

Commit 414ff79

Browse files
author
Ben Zörb
committed
Downgrade postcss for backwards compatibility reasons
1 parent f69c259 commit 414ff79

File tree

2 files changed

+64
-38
lines changed

2 files changed

+64
-38
lines changed

package-lock.json

Lines changed: 62 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"optimization"
2424
],
2525
"engines": {
26-
"node": "^10 || ^12 || >=14"
26+
"node": ">=10"
2727
},
2828
"dependencies": {
2929
"@hapi/joi": "^17.1.1",
@@ -47,7 +47,7 @@
4747
"p-all": "^3.0.0",
4848
"penthouse": "^2.3.2",
4949
"plugin-error": "^1.0.1",
50-
"postcss": "^8.1.1",
50+
"postcss": "^7.0.35",
5151
"postcss-discard": "^1.0.1",
5252
"postcss-image-inliner": "^4.0.3",
5353
"postcss-url": "^8.0.0",

0 commit comments

Comments
 (0)