Update browserslist (#11058)

This commit is contained in:
Pavel Pustovalov 2020-01-27 22:54:18 +02:00 committed by Nicolò Ribaudo
parent 2e5594d562
commit d0518b7566
3 changed files with 4 additions and 4 deletions

View File

@ -23,13 +23,13 @@
"compat-data" "compat-data"
], ],
"dependencies": { "dependencies": {
"browserslist": "^4.8.2", "browserslist": "^4.8.5",
"invariant": "^2.2.4", "invariant": "^2.2.4",
"semver": "^5.5.0" "semver": "^5.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/helper-compilation-targets": "^7.8.1", "@babel/helper-compilation-targets": "^7.8.1",
"caniuse-db": "1.0.30000969", "caniuse-db": "1.0.30001023",
"electron-to-chromium": "1.3.113", "electron-to-chromium": "1.3.113",
"lodash": "^4.17.15" "lodash": "^4.17.15"
} }

View File

@ -18,7 +18,7 @@
], ],
"dependencies": { "dependencies": {
"@babel/compat-data": "^7.8.1", "@babel/compat-data": "^7.8.1",
"browserslist": "^4.8.2", "browserslist": "^4.8.5",
"invariant": "^2.2.4", "invariant": "^2.2.4",
"levenary": "^1.1.0", "levenary": "^1.1.0",
"semver": "^5.5.0" "semver": "^5.5.0"

View File

@ -63,7 +63,7 @@
"@babel/plugin-transform-typeof-symbol": "^7.8.3", "@babel/plugin-transform-typeof-symbol": "^7.8.3",
"@babel/plugin-transform-unicode-regex": "^7.8.3", "@babel/plugin-transform-unicode-regex": "^7.8.3",
"@babel/types": "^7.8.3", "@babel/types": "^7.8.3",
"browserslist": "^4.8.2", "browserslist": "^4.8.5",
"core-js-compat": "^3.6.2", "core-js-compat": "^3.6.2",
"invariant": "^2.2.2", "invariant": "^2.2.2",
"levenary": "^1.1.0", "levenary": "^1.1.0",