chore: update dependencies
This commit is contained in:
parent
0f47bca189
commit
6d20c0b45a
3066 changed files with 359185 additions and 427821 deletions
2
node_modules/less/lib/less-browser/cache.js
generated
vendored
2
node_modules/less/lib/less-browser/cache.js
generated
vendored
|
@ -31,7 +31,7 @@ exports.default = (function (window, options, logger) {
|
|||
var timestamp = cache && cache.getItem(path + ":timestamp");
|
||||
var vars = cache && cache.getItem(path + ":vars");
|
||||
modifyVars = modifyVars || {};
|
||||
vars = vars || "{}"; // if not set, treat as the JSON representation of an empty object
|
||||
vars = vars || '{}'; // if not set, treat as the JSON representation of an empty object
|
||||
if (timestamp && webInfo.lastModified &&
|
||||
(new Date(webInfo.lastModified).valueOf() ===
|
||||
new Date(timestamp).valueOf()) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue