browserslist 4.20.0 → 4.20.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +14 -8
package/index.js CHANGED
@@ -1175,6 +1175,7 @@ var QUERIES = [
1175
1175
  regexp: /^dead$/i,
1176
1176
  select: function (context) {
1177
1177
  var dead = [
1178
+ 'Baidu >= 0',
1178
1179
  'ie <= 10',
1179
1180
  'ie_mob <= 11',
1180
1181
  'bb <= 10',
package/package.json CHANGED
@@ -1,24 +1,30 @@
1
1
  {
2
2
  "name": "browserslist",
3
- "version": "4.20.0",
3
+ "version": "4.20.3",
4
4
  "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
5
5
  "keywords": [
6
6
  "caniuse",
7
7
  "browsers",
8
8
  "target"
9
9
  ],
10
- "funding": {
11
- "type": "opencollective",
12
- "url": "https://opencollective.com/browserslist"
13
- },
10
+ "funding": [
11
+ {
12
+ "type": "opencollective",
13
+ "url": "https://opencollective.com/browserslist"
14
+ },
15
+ {
16
+ "type": "tidelift",
17
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
18
+ }
19
+ ],
14
20
  "author": "Andrey Sitnik <andrey@sitnik.ru>",
15
21
  "license": "MIT",
16
22
  "repository": "browserslist/browserslist",
17
23
  "dependencies": {
18
- "caniuse-lite": "^1.0.30001313",
19
- "electron-to-chromium": "^1.4.76",
24
+ "caniuse-lite": "^1.0.30001332",
25
+ "electron-to-chromium": "^1.4.118",
20
26
  "escalade": "^3.1.1",
21
- "node-releases": "^2.0.2",
27
+ "node-releases": "^2.0.3",
22
28
  "picocolors": "^1.0.0"
23
29
  },
24
30
  "engines": {