forked from DefinitelyTyped/DefinitelyTyped
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postcss-less: Update for v4.0 (DefinitelyTyped#49672)
* postcss-less: Update for v4.0 The only change in this version is to bump the dependency on postcss to ^8.1.2. * postcss-less: add ES2018.Promise The type declarations for postcss 8.x require this. * postcss-less: Set target: ES5. The type definitions for postcss 8.x require this. * postcss-less: Add self to authors. * postcss-less: Set minimum TypeScript version: 3.7. The type definitions for postcss 8.x require this. See: microsoft/TypeScript#33939 * postcss-less: Update tests for postcss 8.x.
- Loading branch information
Showing
4 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"dependencies": { | ||
"postcss": "^7.0.32" | ||
"postcss": "^8.1.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters