updated npm modules
This commit is contained in:
4
node_modules/browserslist/node.js
generated
vendored
4
node_modules/browserslist/node.js
generated
vendored
@@ -291,6 +291,7 @@ module.exports = {
|
||||
oldDataWarning: function oldDataWarning (agentsObj) {
|
||||
if (dataTimeChecked) return
|
||||
dataTimeChecked = true
|
||||
if (process.env.BROWSERSLIST_IGNORE_OLD_DATA) return
|
||||
|
||||
var latest = latestReleaseTime(agentsObj)
|
||||
var halfYearAgo = Date.now() - TIME_TO_UPDATE_CANIUSE
|
||||
@@ -306,7 +307,8 @@ module.exports = {
|
||||
})
|
||||
console.warn(
|
||||
'Browserslist: caniuse-lite is outdated. ' +
|
||||
'Please run next command `' + command + ' caniuse-lite browserslist`')
|
||||
'Please run next command `' + command + '`'
|
||||
)
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user