Skip to content

Commit a94784b

Browse files
authored
🤖 Merge PR DefinitelyTyped#74694 [postcss-fail-on-warn] Update postcss dependency to match upstream package by @jdufresne
1 parent c5ffd2e commit a94784b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Plugin } from "postcss";
1+
import { PluginCreator } from "postcss";
22

3-
declare const postcssFailOnWarn: Plugin<{}>;
3+
declare const postcssFailOnWarn: PluginCreator<{}>;
44

55
export = postcssFailOnWarn;

‎types/postcss-fail-on-warn/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"https://github.com/postcss/postcss-fail-on-warn#readme"
77
],
88
"dependencies": {
9-
"postcss": "^6.0.17"
9+
"postcss": "^8.2.14"
1010
},
1111
"devDependencies": {
1212
"@types/postcss-fail-on-warn": "workspace:."

0 commit comments

Comments
 (0)