@backstage/core-components 0.11.1 → 0.11.2-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/core-components
2
2
 
3
+ ## 0.11.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.0.7-next.1
9
+ - @backstage/config@1.0.3-next.1
10
+ - @backstage/errors@1.1.2-next.1
11
+ - @backstage/theme@0.2.16
12
+ - @backstage/version-bridge@1.0.1
13
+
14
+ ## 0.11.2-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - 882101cd9b: Deep-import LightAsync component to improve module-import speed
19
+ - Updated dependencies
20
+ - @backstage/config@1.0.3-next.0
21
+ - @backstage/core-plugin-api@1.0.7-next.0
22
+ - @backstage/errors@1.1.2-next.0
23
+ - @backstage/theme@0.2.16
24
+ - @backstage/version-bridge@1.0.1
25
+
3
26
  ## 0.11.1
4
27
 
5
28
  ### Patch Changes
package/dist/index.esm.js CHANGED
@@ -15,7 +15,7 @@ import { trimEnd, isEqual, orderBy, isMatch, transform } from 'lodash';
15
15
  import Tooltip from '@material-ui/core/Tooltip';
16
16
  import CopyIcon from '@material-ui/icons/FileCopy';
17
17
  import useCopyToClipboard from 'react-use/lib/useCopyToClipboard';
18
- import { LightAsync } from 'react-syntax-highlighter';
18
+ import LightAsync from 'react-syntax-highlighter/dist/esm/light-async';
19
19
  import dark from 'react-syntax-highlighter/dist/esm/styles/hljs/dark';
20
20
  import docco from 'react-syntax-highlighter/dist/esm/styles/hljs/docco';
21
21
  import useMediaQuery from '@material-ui/core/useMediaQuery';