Bump caniuse-lite resolutions (#12368)
This commit is contained in:
parent
b564368d6e
commit
2db500451b
@ -74,7 +74,7 @@
|
|||||||
],
|
],
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"browserslist": "npm:4.14.5",
|
"browserslist": "npm:4.14.5",
|
||||||
"caniuse-lite": "npm:1.0.30001077",
|
"caniuse-lite": "npm:1.0.30001158",
|
||||||
"@types/babel__core": "link:./nope",
|
"@types/babel__core": "link:./nope",
|
||||||
"@types/babel__traverse": "link:./nope",
|
"@types/babel__traverse": "link:./nope",
|
||||||
"@babel/parser/@babel/types": "workspace:*"
|
"@babel/parser/@babel/types": "workspace:*"
|
||||||
|
|||||||
@ -2,34 +2,30 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "81",
|
"android": "85",
|
||||||
"chrome": "80",
|
"chrome": "84",
|
||||||
"edge": "18",
|
"edge": "85",
|
||||||
"firefox": "74",
|
"firefox": "78",
|
||||||
"ios": "12.2",
|
"ios": "12.2",
|
||||||
"opera": "67",
|
"opera": "71",
|
||||||
"safari": "13",
|
"safari": "13.1",
|
||||||
"samsung": "10.1"
|
"samsung": "11.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-numeric-separator { "edge":"18", "ios":"12.2", "samsung":"10.1" }
|
proposal-numeric-separator { "ios":"12.2" }
|
||||||
proposal-logical-assignment-operators { "android":"81", "chrome":"80", "edge":"18", "firefox":"74", "ios":"12.2", "opera":"67", "safari":"13", "samsung":"10.1" }
|
proposal-logical-assignment-operators { "chrome":"84", "edge":"85", "firefox":"78", "ios":"12.2", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
proposal-nullish-coalescing-operator { "edge":"18", "ios":"12.2", "safari":"13", "samsung":"10.1" }
|
proposal-nullish-coalescing-operator { "ios":"12.2", "samsung":"11.1" }
|
||||||
proposal-optional-chaining { "edge":"18", "ios":"12.2", "safari":"13", "samsung":"10.1" }
|
proposal-optional-chaining { "ios":"12.2", "samsung":"11.1" }
|
||||||
proposal-json-strings { "edge":"18" }
|
syntax-json-strings { "android":"85", "chrome":"84", "edge":"85", "firefox":"78", "ios":"12.2", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
proposal-optional-catch-binding { "edge":"18" }
|
syntax-optional-catch-binding { "android":"85", "chrome":"84", "edge":"85", "firefox":"78", "ios":"12.2", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
proposal-async-generator-functions { "edge":"18" }
|
syntax-async-generators { "android":"85", "chrome":"84", "edge":"85", "firefox":"78", "ios":"12.2", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
proposal-object-rest-spread { "edge":"18" }
|
syntax-object-rest-spread { "android":"85", "chrome":"84", "edge":"85", "firefox":"78", "ios":"12.2", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
transform-dotall-regex { "edge":"18", "firefox":"74" }
|
|
||||||
proposal-unicode-property-regex { "edge":"18", "firefox":"74" }
|
|
||||||
transform-named-capturing-groups-regex { "edge":"18", "firefox":"74" }
|
|
||||||
transform-template-literals { "ios":"12.2" }
|
transform-template-literals { "ios":"12.2" }
|
||||||
transform-function-name { "edge":"18" }
|
proposal-export-namespace-from { "firefox":"78", "ios":"12.2", "safari":"13.1" }
|
||||||
proposal-export-namespace-from { "edge":"18", "firefox":"74", "ios":"12.2", "safari":"13", "samsung":"10.1" }
|
transform-modules-commonjs { "android":"85", "chrome":"84", "edge":"85", "firefox":"78", "ios":"12.2", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
transform-modules-commonjs { "android":"81", "chrome":"80", "edge":"18", "firefox":"74", "ios":"12.2", "opera":"67", "safari":"13", "samsung":"10.1" }
|
proposal-dynamic-import { "android":"85", "chrome":"84", "edge":"85", "firefox":"78", "ios":"12.2", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
proposal-dynamic-import { "android":"81", "chrome":"80", "edge":"18", "firefox":"74", "ios":"12.2", "opera":"67", "safari":"13", "samsung":"10.1" }
|
|
||||||
|
|
||||||
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|
||||||
|
|||||||
@ -2,37 +2,37 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "81",
|
"android": "85",
|
||||||
"chrome": "80",
|
"chrome": "84",
|
||||||
"edge": "18",
|
"edge": "85",
|
||||||
"firefox": "74",
|
"firefox": "78",
|
||||||
"ie": "11",
|
"ie": "11",
|
||||||
"ios": "12.2",
|
"ios": "12.2",
|
||||||
"opera": "67",
|
"opera": "71",
|
||||||
"safari": "13",
|
"safari": "13.1",
|
||||||
"samsung": "10.1"
|
"samsung": "11.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-numeric-separator { "edge":"18", "ie":"11", "ios":"12.2", "samsung":"10.1" }
|
proposal-numeric-separator { "ie":"11", "ios":"12.2" }
|
||||||
proposal-logical-assignment-operators { "android":"81", "chrome":"80", "edge":"18", "firefox":"74", "ie":"11", "ios":"12.2", "opera":"67", "safari":"13", "samsung":"10.1" }
|
proposal-logical-assignment-operators { "chrome":"84", "edge":"85", "firefox":"78", "ie":"11", "ios":"12.2", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
proposal-nullish-coalescing-operator { "edge":"18", "ie":"11", "ios":"12.2", "safari":"13", "samsung":"10.1" }
|
proposal-nullish-coalescing-operator { "ie":"11", "ios":"12.2", "samsung":"11.1" }
|
||||||
proposal-optional-chaining { "edge":"18", "ie":"11", "ios":"12.2", "safari":"13", "samsung":"10.1" }
|
proposal-optional-chaining { "ie":"11", "ios":"12.2", "samsung":"11.1" }
|
||||||
proposal-json-strings { "edge":"18", "ie":"11" }
|
proposal-json-strings { "ie":"11" }
|
||||||
proposal-optional-catch-binding { "edge":"18", "ie":"11" }
|
proposal-optional-catch-binding { "ie":"11" }
|
||||||
transform-parameters { "ie":"11" }
|
transform-parameters { "ie":"11" }
|
||||||
proposal-async-generator-functions { "edge":"18", "ie":"11" }
|
proposal-async-generator-functions { "ie":"11" }
|
||||||
proposal-object-rest-spread { "edge":"18", "ie":"11" }
|
proposal-object-rest-spread { "ie":"11" }
|
||||||
transform-dotall-regex { "edge":"18", "firefox":"74", "ie":"11" }
|
transform-dotall-regex { "ie":"11" }
|
||||||
proposal-unicode-property-regex { "edge":"18", "firefox":"74", "ie":"11" }
|
proposal-unicode-property-regex { "ie":"11" }
|
||||||
transform-named-capturing-groups-regex { "edge":"18", "firefox":"74", "ie":"11" }
|
transform-named-capturing-groups-regex { "ie":"11" }
|
||||||
transform-async-to-generator { "ie":"11" }
|
transform-async-to-generator { "ie":"11" }
|
||||||
transform-exponentiation-operator { "ie":"11" }
|
transform-exponentiation-operator { "ie":"11" }
|
||||||
transform-template-literals { "ie":"11", "ios":"12.2" }
|
transform-template-literals { "ie":"11", "ios":"12.2" }
|
||||||
transform-literals { "ie":"11" }
|
transform-literals { "ie":"11" }
|
||||||
transform-function-name { "edge":"18", "ie":"11" }
|
transform-function-name { "ie":"11" }
|
||||||
transform-arrow-functions { "ie":"11" }
|
transform-arrow-functions { "ie":"11" }
|
||||||
transform-classes { "ie":"11" }
|
transform-classes { "ie":"11" }
|
||||||
transform-object-super { "ie":"11" }
|
transform-object-super { "ie":"11" }
|
||||||
@ -49,8 +49,8 @@ Using plugins:
|
|||||||
transform-typeof-symbol { "ie":"11" }
|
transform-typeof-symbol { "ie":"11" }
|
||||||
transform-new-target { "ie":"11" }
|
transform-new-target { "ie":"11" }
|
||||||
transform-regenerator { "ie":"11" }
|
transform-regenerator { "ie":"11" }
|
||||||
proposal-export-namespace-from { "edge":"18", "firefox":"74", "ie":"11", "ios":"12.2", "safari":"13", "samsung":"10.1" }
|
proposal-export-namespace-from { "firefox":"78", "ie":"11", "ios":"12.2", "safari":"13.1" }
|
||||||
transform-modules-commonjs { "android":"81", "chrome":"80", "edge":"18", "firefox":"74", "ie":"11", "ios":"12.2", "opera":"67", "safari":"13", "samsung":"10.1" }
|
transform-modules-commonjs { "android":"85", "chrome":"84", "edge":"85", "firefox":"78", "ie":"11", "ios":"12.2", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
proposal-dynamic-import { "android":"81", "chrome":"80", "edge":"18", "firefox":"74", "ie":"11", "ios":"12.2", "opera":"67", "safari":"13", "samsung":"10.1" }
|
proposal-dynamic-import { "android":"85", "chrome":"84", "edge":"85", "firefox":"78", "ie":"11", "ios":"12.2", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
|
|
||||||
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|
||||||
|
|||||||
@ -2,32 +2,29 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "81",
|
"android": "85",
|
||||||
"chrome": "81",
|
"chrome": "85",
|
||||||
"edge": "81",
|
"edge": "85",
|
||||||
"firefox": "75",
|
"firefox": "81",
|
||||||
"ios": "13.3",
|
"ios": "13.4",
|
||||||
"opera": "67",
|
"opera": "71",
|
||||||
"safari": "13",
|
"safari": "13.1",
|
||||||
"samsung": "10.1"
|
"samsung": "11.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-numeric-separator { "samsung":"10.1" }
|
syntax-numeric-separator { "android":"85", "chrome":"85", "edge":"85", "firefox":"81", "ios":"13.4", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
proposal-logical-assignment-operators { "android":"81", "chrome":"81", "edge":"81", "firefox":"75", "ios":"13.3", "opera":"67", "safari":"13", "samsung":"10.1" }
|
proposal-logical-assignment-operators { "edge":"85", "ios":"13.4", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
proposal-nullish-coalescing-operator { "ios":"13.3", "safari":"13", "samsung":"10.1" }
|
proposal-nullish-coalescing-operator { "samsung":"11.1" }
|
||||||
proposal-optional-chaining { "ios":"13.3", "safari":"13", "samsung":"10.1" }
|
proposal-optional-chaining { "samsung":"11.1" }
|
||||||
syntax-json-strings { "android":"81", "chrome":"81", "edge":"81", "firefox":"75", "ios":"13.3", "opera":"67", "safari":"13", "samsung":"10.1" }
|
syntax-json-strings { "android":"85", "chrome":"85", "edge":"85", "firefox":"81", "ios":"13.4", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
syntax-optional-catch-binding { "android":"81", "chrome":"81", "edge":"81", "firefox":"75", "ios":"13.3", "opera":"67", "safari":"13", "samsung":"10.1" }
|
syntax-optional-catch-binding { "android":"85", "chrome":"85", "edge":"85", "firefox":"81", "ios":"13.4", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
syntax-async-generators { "android":"81", "chrome":"81", "edge":"81", "firefox":"75", "ios":"13.3", "opera":"67", "safari":"13", "samsung":"10.1" }
|
syntax-async-generators { "android":"85", "chrome":"85", "edge":"85", "firefox":"81", "ios":"13.4", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
syntax-object-rest-spread { "android":"81", "chrome":"81", "edge":"81", "firefox":"75", "ios":"13.3", "opera":"67", "safari":"13", "samsung":"10.1" }
|
syntax-object-rest-spread { "android":"85", "chrome":"85", "edge":"85", "firefox":"81", "ios":"13.4", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
transform-dotall-regex { "firefox":"75" }
|
proposal-export-namespace-from { "ios":"13.4", "safari":"13.1" }
|
||||||
proposal-unicode-property-regex { "firefox":"75" }
|
transform-modules-commonjs { "android":"85", "chrome":"85", "edge":"85", "firefox":"81", "ios":"13.4", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
transform-named-capturing-groups-regex { "firefox":"75" }
|
proposal-dynamic-import { "android":"85", "chrome":"85", "edge":"85", "firefox":"81", "ios":"13.4", "opera":"71", "safari":"13.1", "samsung":"11.1" }
|
||||||
proposal-export-namespace-from { "firefox":"75", "ios":"13.3", "safari":"13", "samsung":"10.1" }
|
|
||||||
transform-modules-commonjs { "android":"81", "chrome":"81", "edge":"81", "firefox":"75", "ios":"13.3", "opera":"67", "safari":"13", "samsung":"10.1" }
|
|
||||||
proposal-dynamic-import { "android":"81", "chrome":"81", "edge":"81", "firefox":"75", "ios":"13.3", "opera":"67", "safari":"13", "samsung":"10.1" }
|
|
||||||
|
|
||||||
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|
||||||
|
|||||||
@ -5346,10 +5346,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"caniuse-lite@npm:1.0.30001077":
|
"caniuse-lite@npm:1.0.30001158":
|
||||||
version: 1.0.30001077
|
version: 1.0.30001158
|
||||||
resolution: "caniuse-lite@npm:1.0.30001077"
|
resolution: "caniuse-lite@npm:1.0.30001158"
|
||||||
checksum: 8c57dfba3e0da11c01fdaad6a3517c0259ce24006b2c1d542827d725c5f5ed5be7a18d7efdbfe4ae879d2fc01e2fa5445c31e76835a8abc9013f7bfa35c42e8e
|
checksum: 5e8e370bd6bf104dcec4761f88721ed8140ae45bf7cf69e9a82ff4f31d3cc1da6bf339c0231e3c67aa227108ce0fc18e990b4a251c73216f8c473837fe9f361b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user