@revolut/babel-preset-library
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -258,4 +258,2 @@ /** | ||
useRamda && require('babel-plugin-ramda'), // INJECTION! | ||
require('@babel/plugin-proposal-optional-chaining').default, // INJECTION! | ||
require('@babel/plugin-proposal-nullish-coalescing-operator').default, // INJECTION! | ||
useTsOptchain && require('babel-plugin-ts-optchain').default, // INJECTION! | ||
@@ -262,0 +260,0 @@ ].filter(Boolean), |
{ | ||
"name": "@revolut/babel-preset-library", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Babel preset used by @revolut/library-scripts", | ||
@@ -14,15 +14,13 @@ "license": "MIT", | ||
"dependencies": { | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", | ||
"@babel/plugin-proposal-optional-chaining": "^7.6.0", | ||
"@babel/preset-env": "^7.6.0", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"babel-plugin-polished": "^1.1.0", | ||
"babel-plugin-ramda": "^2.0.0", | ||
"babel-plugin-styled-components": "^1.10.6", | ||
"babel-plugin-styled-components": "^1.10.7", | ||
"babel-plugin-ts-optchain": "^1.1.5", | ||
"babel-preset-react-app": "^9.0.2" | ||
"babel-preset-react-app": "^9.1.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "bc5e177b0d5ff7ef351724f7b1df7f8483e93156" | ||
} |
@@ -7,3 +7,3 @@ # @revolut/library-babel-preset | ||
All options are optional, and default to false to ensure best compatibility and ease of use. | ||
All options are optional, and default to false. | ||
@@ -10,0 +10,0 @@ ```json |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6
10771
276
- Removed@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4
- Removed@babel/preset-env@^7.6.0
- Removed@ampproject/remapping@2.3.0(transitive)
- Removed@babel/core@7.26.0(transitive)
- Removed@babel/helper-define-polyfill-provider@0.6.3(transitive)
- Removed@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(transitive)
- Removed@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(transitive)
- Removed@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(transitive)
- Removed@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(transitive)
- Removed@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(transitive)
- Removed@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(transitive)
- Removed@babel/plugin-proposal-optional-chaining@7.21.0(transitive)
- Removed@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(transitive)
- Removed@babel/plugin-syntax-import-assertions@7.26.0(transitive)
- Removed@babel/plugin-syntax-import-attributes@7.26.0(transitive)
- Removed@babel/plugin-syntax-unicode-sets-regex@7.18.6(transitive)
- Removed@babel/plugin-transform-async-generator-functions@7.25.9(transitive)
- Removed@babel/plugin-transform-class-properties@7.25.9(transitive)
- Removed@babel/plugin-transform-class-static-block@7.26.0(transitive)
- Removed@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(transitive)
- Removed@babel/plugin-transform-dynamic-import@7.25.9(transitive)
- Removed@babel/plugin-transform-export-namespace-from@7.25.9(transitive)
- Removed@babel/plugin-transform-json-strings@7.25.9(transitive)
- Removed@babel/plugin-transform-logical-assignment-operators@7.25.9(transitive)
- Removed@babel/plugin-transform-nullish-coalescing-operator@7.25.9(transitive)
- Removed@babel/plugin-transform-numeric-separator@7.25.9(transitive)
- Removed@babel/plugin-transform-object-rest-spread@7.25.9(transitive)
- Removed@babel/plugin-transform-optional-catch-binding@7.25.9(transitive)
- Removed@babel/plugin-transform-optional-chaining@7.25.9(transitive)
- Removed@babel/plugin-transform-private-methods@7.25.9(transitive)
- Removed@babel/plugin-transform-private-property-in-object@7.25.9(transitive)
- Removed@babel/plugin-transform-regexp-modifiers@7.26.0(transitive)
- Removed@babel/plugin-transform-unicode-escapes@7.25.9(transitive)
- Removed@babel/plugin-transform-unicode-property-regex@7.25.9(transitive)
- Removed@babel/plugin-transform-unicode-sets-regex@7.25.9(transitive)
- Removed@babel/preset-env@7.26.0(transitive)
- Removed@babel/preset-modules@0.1.6-no-external-plugins(transitive)
- Removedbabel-plugin-polyfill-corejs2@0.4.12(transitive)
- Removedbabel-plugin-polyfill-corejs3@0.10.6(transitive)
- Removedbabel-plugin-polyfill-regenerator@0.6.3(transitive)
- Removedconvert-source-map@2.0.0(transitive)
- Removedlodash.debounce@4.0.8(transitive)