forked from carbon-design-system/carbon-for-ibm-dotcom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrade babel plugin proposals (carbon-design-system#11070)
### Description This upgrades various `@babel/plugin-proposal-` packages which have been merged to the ECMAScript standard and are no longer proposals. ### Changelog **New** - {{new thing}} **Changed** - upgrade various `@babel/plugin-proposal-` deps **Removed** - {{removed thing}} <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
- Loading branch information
Showing
5 changed files
with
24 additions
and
21 deletions.
There are no files selected for viewing
13 changes: 8 additions & 5 deletions
13
carbon-web-components/packages/carbon-web-components/.babelrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
{ | ||
"plugins": [ | ||
"@babel/plugin-transform-typescript", | ||
"@babel/plugin-proposal-class-properties", | ||
"@babel/plugin-transform-class-properties", | ||
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }], | ||
"@babel/plugin-proposal-nullish-coalescing-operator", | ||
["@babel/plugin-proposal-object-rest-spread", { "useBuiltIns": true }], | ||
"@babel/plugin-proposal-optional-chaining", | ||
["@babel/plugin-transform-runtime", { "useESModules": true, "version": "7.8.0" }] | ||
"@babel/plugin-transform-nullish-coalescing-operator", | ||
["@babel/plugin-transform-object-rest-spread", { "useBuiltIns": true }], | ||
"@babel/plugin-transform-optional-chaining", | ||
[ | ||
"@babel/plugin-transform-runtime", | ||
{ "useESModules": true, "version": "7.8.0" } | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters