babel-preset-accurapp
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -14,6 +14,6 @@ module.exports = (context, opts = {}) => { | ||
useBuiltIns: 'usage', | ||
// Enable stage 4 proposals, like object rest/spread | ||
// Enable stage 4 proposals, like array.flatMap | ||
shippedProposals: true, | ||
// Use new corejs version | ||
corejs: 3, | ||
corejs: { version: 3, proposals: true }, | ||
}, | ||
@@ -20,0 +20,0 @@ ], |
{ | ||
"name": "babel-preset-accurapp", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Babel preset used by Accurat", | ||
@@ -21,3 +21,3 @@ "repository": "accurat/accurapp", | ||
"dependencies": { | ||
"@babel/core": "7.4.0", | ||
"@babel/core": "7.4.3", | ||
"@babel/plugin-proposal-class-properties": "7.4.0", | ||
@@ -32,3 +32,3 @@ "@babel/plugin-proposal-decorators": "7.4.0", | ||
"@babel/plugin-proposal-logical-assignment-operators": "7.2.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.2.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.3", | ||
"@babel/plugin-proposal-numeric-separator": "7.2.0", | ||
@@ -40,4 +40,3 @@ "@babel/plugin-proposal-optional-chaining": "7.2.0", | ||
"@babel/plugin-syntax-import-meta": "7.2.0", | ||
"@babel/polyfill": "7.4.0", | ||
"@babel/preset-env": "7.4.2", | ||
"@babel/preset-env": "7.4.3", | ||
"@babel/preset-react": "7.0.0", | ||
@@ -47,5 +46,6 @@ "@babel/preset-typescript": "7.3.3", | ||
"babel-plugin-macros": "2.5.1", | ||
"core-js": "3.0.0" | ||
"core-js": "3.0.1", | ||
"regenerator-runtime": "^0.13.2" | ||
}, | ||
"gitHead": "1b0fb23dfa17217f16813705aa4808a499f42c0d" | ||
"gitHead": "40be498cac797003f5575d4a931ae6529534714f" | ||
} |
5579
+ Addedregenerator-runtime@^0.13.2
+ Added@babel/core@7.4.3(transitive)
+ Added@babel/plugin-proposal-nullish-coalescing-operator@7.4.3(transitive)
+ Added@babel/plugin-transform-member-expression-literals@7.25.9(transitive)
+ Added@babel/plugin-transform-property-literals@7.25.9(transitive)
+ Added@babel/plugin-transform-reserved-words@7.25.9(transitive)
+ Added@babel/preset-env@7.4.3(transitive)
+ Addedcore-js@3.0.1(transitive)
- Removed@babel/polyfill@7.4.0
- Removed@babel/core@7.4.0(transitive)
- Removed@babel/plugin-proposal-nullish-coalescing-operator@7.2.0(transitive)
- Removed@babel/polyfill@7.4.0(transitive)
- Removed@babel/preset-env@7.4.2(transitive)
- Removedcore-js@2.6.123.0.0(transitive)
Updated@babel/core@7.4.3
Updated@babel/plugin-proposal-nullish-coalescing-operator@7.4.3
Updated@babel/preset-env@7.4.3
Updatedcore-js@3.0.1