packages/cli: bump sucrase and revert re-export syntax changes
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
"rollup-plugin-postcss": "^3.1.1",
|
||||
"rollup-plugin-typescript2": "^0.26.0",
|
||||
"style-loader": "^1.2.1",
|
||||
"sucrase": "^3.14.0",
|
||||
"sucrase": "^3.14.1",
|
||||
"tar": "^6.0.1",
|
||||
"ts-loader": "^7.0.4",
|
||||
"url-loader": "^4.1.0",
|
||||
|
||||
@@ -15,6 +15,5 @@
|
||||
*/
|
||||
|
||||
export { default } from './Table';
|
||||
import type { TableColumn } from './Table';
|
||||
export type { TableColumn };
|
||||
export type { TableColumn } from './Table';
|
||||
export { default as SubvalueCell } from './SubvalueCell';
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
export * from './api';
|
||||
export { default as Page } from './layout/Page';
|
||||
export { gradients, pageTheme } from './layout/Page';
|
||||
import type { PageTheme } from './layout/Page';
|
||||
export type { PageTheme };
|
||||
export type { PageTheme } from './layout/Page';
|
||||
export { default as Content } from './layout/Content/Content';
|
||||
export { default as ContentHeader } from './layout/ContentHeader/ContentHeader';
|
||||
export { default as Header } from './layout/Header/Header';
|
||||
@@ -38,8 +37,7 @@ export { OAuthRequestDialog } from './components/OAuthRequestDialog';
|
||||
export { AlphaLabel, BetaLabel } from './components/Lifecycle';
|
||||
export { default as SupportButton } from './components/SupportButton';
|
||||
export { default as Table, SubvalueCell } from './components/Table';
|
||||
import type { TableColumn } from './components/Table/Table';
|
||||
export type { TableColumn };
|
||||
export type { TableColumn } from './components/Table/Table';
|
||||
export { default as StructuredMetadataTable } from './components/StructuredMetadataTable';
|
||||
export { default as TrendLine } from './components/TrendLine';
|
||||
export { FeatureCalloutCircular } from './components/FeatureDiscovery/FeatureCalloutCircular';
|
||||
|
||||
@@ -15,5 +15,4 @@
|
||||
*/
|
||||
|
||||
export { default } from './BottomLink';
|
||||
import type { Props } from './BottomLink';
|
||||
export type { Props };
|
||||
export type { Props } from './BottomLink';
|
||||
|
||||
@@ -16,5 +16,4 @@
|
||||
|
||||
export { default } from './Page';
|
||||
export { gradients, pageTheme } from './PageThemeProvider';
|
||||
import type { PageTheme } from './PageThemeProvider';
|
||||
export type { PageTheme };
|
||||
export type { PageTheme } from './PageThemeProvider';
|
||||
|
||||
Reference in New Issue
Block a user