@essex/babel-config
Advanced tools
Comparing version 10.0.2 to 10.0.3
@@ -10,3 +10,3 @@ "use strict"; | ||
if (setting == null) { | ||
return 'defaults'; | ||
return DEFAULT_ESSEX_BROWSERSLIST; | ||
} | ||
@@ -21,1 +21,2 @@ else if (Array.isArray(setting)) { | ||
exports.getBrowsersList = getBrowsersList; | ||
const DEFAULT_ESSEX_BROWSERSLIST = ['>0.5%', 'not IE 11', 'not dead']; |
{ | ||
"name": "@essex/babel-config", | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"license": "MIT", | ||
@@ -19,7 +19,7 @@ "author": "Chris Trevino <chtrevin@microsoft.com>", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/preset-react": "^7.12.1", | ||
"@babel/preset-react": "^7.12.5", | ||
"@babel/preset-typescript": "^7.12.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.14.5", | ||
"@types/node": "^14.14.6", | ||
"rimraf": "^3.0.2", | ||
@@ -26,0 +26,0 @@ "typescript": "^4.0.5" |
@@ -10,3 +10,3 @@ /*! | ||
if (setting == null) { | ||
return 'defaults' | ||
return DEFAULT_ESSEX_BROWSERSLIST | ||
} else if (Array.isArray(setting)) { | ||
@@ -18,1 +18,3 @@ return setting | ||
} | ||
const DEFAULT_ESSEX_BROWSERSLIST = ['>0.5%', 'not IE 11', 'not dead'] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10905
301
Updated@babel/preset-react@^7.12.5