-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
012d549
commit 6390ae3
Showing
26 changed files
with
11,462 additions
and
10,140 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
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,5 +1,5 @@ | ||
/** | ||
* Less - Leaner CSS v4.1.3 | ||
* Less - Leaner CSS v4.2.0 | ||
* http://lesscss.org | ||
* | ||
* Copyright (c) 2009-2023, Alexis Sellier <[email protected]> | ||
|
@@ -10751,7 +10751,7 @@ | |
return render; | ||
} | ||
|
||
var version = "4.1.3"; | ||
var version = "4.2.0"; | ||
|
||
function parseNodeVersion(version) { | ||
var match = version.match(/^v(\d{1,2})\.(\d{1,2})\.(\d{1,2})(?:-([0-9A-Za-z-.]+))?(?:\+([0-9A-Za-z-.]+))?$/); // eslint-disable-line max-len | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"useNx": false, | ||
"npmClient": "npm", | ||
"version": "4.1.1" | ||
"version": "4.2.0" | ||
} |
Oops, something went wrong.