Skip to content

Commit dadd22e

Browse files
authored
chore: update caniuse fixtrues (#11253)
1 parent d030793 commit dadd22e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

  • packages/babel-preset-env/test/fixtures/debug/browserslists-last-2-versions-not-ie

packages/babel-preset-env/test/fixtures/debug/browserslists-last-2-versions-not-ie/stdout.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Using targets:
55
"android": "79",
66
"chrome": "79",
77
"edge": "79",
8-
"firefox": "72",
8+
"firefox": "73",
99
"ios": "13.2",
1010
"opera": "65",
1111
"safari": "12.1",
@@ -16,16 +16,16 @@ Using modules transform: auto
1616

1717
Using plugins:
1818
proposal-nullish-coalescing-operator { "android":"79", "chrome":"79", "edge":"79", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
19-
proposal-optional-chaining { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
20-
syntax-json-strings { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
21-
syntax-optional-catch-binding { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
22-
syntax-async-generators { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
23-
syntax-object-rest-spread { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
24-
transform-dotall-regex { "firefox":"72" }
25-
proposal-unicode-property-regex { "firefox":"72" }
26-
transform-named-capturing-groups-regex { "firefox":"72" }
19+
proposal-optional-chaining { "android":"79", "chrome":"79", "edge":"79", "firefox":"73", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
20+
syntax-json-strings { "android":"79", "chrome":"79", "edge":"79", "firefox":"73", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
21+
syntax-optional-catch-binding { "android":"79", "chrome":"79", "edge":"79", "firefox":"73", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
22+
syntax-async-generators { "android":"79", "chrome":"79", "edge":"79", "firefox":"73", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
23+
syntax-object-rest-spread { "android":"79", "chrome":"79", "edge":"79", "firefox":"73", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
24+
transform-dotall-regex { "firefox":"73" }
25+
proposal-unicode-property-regex { "firefox":"73" }
26+
transform-named-capturing-groups-regex { "firefox":"73" }
2727
transform-template-literals { "safari":"12.1" }
28-
transform-modules-commonjs { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
29-
proposal-dynamic-import { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
28+
transform-modules-commonjs { "android":"79", "chrome":"79", "edge":"79", "firefox":"73", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
29+
proposal-dynamic-import { "android":"79", "chrome":"79", "edge":"79", "firefox":"73", "ios":"13.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
3030

3131
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.

0 commit comments

Comments
 (0)