@finos/babel-preset-legend-studio
Advanced tools
Comparing version 2.0.50 to 2.0.51
11
index.js
@@ -61,3 +61,12 @@ /** | ||
].filter(Boolean), | ||
plugins: [], | ||
plugins: [ | ||
useTypescript && [ | ||
'@babel/plugin-syntax-import-attributes', | ||
{ | ||
// NOTE: when import attribute is official support in Typescript, then we could move the `assert` syntax to `with` | ||
// See https://github.com/microsoft/TypeScript/issues/53656 | ||
deprecatedAssertSyntax: true, | ||
}, | ||
], | ||
].filter(Boolean), | ||
overrides: [ | ||
@@ -64,0 +73,0 @@ { |
{ | ||
"name": "@finos/babel-preset-legend-studio", | ||
"version": "2.0.50", | ||
"version": "2.0.51", | ||
"description": "Legend Studio Babel preset", | ||
@@ -34,6 +34,7 @@ "keywords": [ | ||
"@babel/helper-plugin-utils": "7.22.5", | ||
"@babel/preset-env": "7.22.5", | ||
"@babel/plugin-syntax-import-attributes": "7.22.5", | ||
"@babel/preset-env": "7.22.7", | ||
"@babel/preset-react": "7.22.5", | ||
"@babel/preset-typescript": "7.22.5", | ||
"@babel/runtime": "7.22.5", | ||
"@babel/runtime": "7.22.6", | ||
"react-refresh": "0.14.0" | ||
@@ -40,0 +41,0 @@ }, |
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
17699
86
8
+ Added@babel/plugin-syntax-import-attributes@7.22.5(transitive)
+ Added@babel/preset-env@7.22.7(transitive)
+ Added@babel/runtime@7.22.6(transitive)
+ Added@nicolo-ribaudo/semver-v6@6.3.3(transitive)
+ Addedcaniuse-lite@1.0.30001684(transitive)
+ Addedelectron-to-chromium@1.5.65(transitive)
- Removed@babel/plugin-syntax-import-attributes@7.26.0(transitive)
- Removed@babel/preset-env@7.22.5(transitive)
- Removed@babel/runtime@7.22.5(transitive)
- Removedcaniuse-lite@1.0.30001683(transitive)
- Removedelectron-to-chromium@1.5.64(transitive)
Updated@babel/preset-env@7.22.7
Updated@babel/runtime@7.22.6