@atlaskit/icon-lab 1.0.0 → 1.0.2

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,22 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#166026](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166026)
8
+ [`962b5e77810fb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/962b5e77810fb) -
9
+ Adds side-effect config to support Compiled css extraction in third-party apps
10
+
11
+ ## 1.0.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [#149469](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/149469)
16
+ [`c75edf6df890b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c75edf6df890b) -
17
+ Re-generated icons to explicitly set either `NewCoreIconProps` or `NewUtilityIconProps`.
18
+ - Updated dependencies
19
+
3
20
  ## 1.0.0
4
21
 
5
22
  ### Major Changes
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/migration-map.js",
4
4
  "module": "../dist/esm/migration-map.js",
5
5
  "module:es2019": "../dist/es2019/migration-map.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/migration-map.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::1b710c2b212b931c4a1447d53feb5cad>>
3
+ * @codegen <<SignedSource::f8ff3f28efd3207deeae7a27cb123a7c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const BookOpenIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default BookOpenIcon;
package/core/coins.d.ts CHANGED
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::94046cf58a089bb2b6c6710482a994a0>>
3
+ * @codegen <<SignedSource::c0f3045b04db52bc4ddd00a30edeadf0>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const CoinsIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default CoinsIcon;
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::676115cb835b28b640a1e66753023718>>
3
+ * @codegen <<SignedSource::c08bf193b8a3480a3d9f75bbc2271e54>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const CrossOctagonIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default CrossOctagonIcon;
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::961209f7732502a188b60c4670f70181>>
3
+ * @codegen <<SignedSource::290745e7127db56e31e1b807255feb1e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const EditionsIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default EditionsIcon;
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a21599a145cf374ae420817fae6c9e3d>>
3
+ * @codegen <<SignedSource::c2177989d8c808d690151738af6d2559>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const FieldTextIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default FieldTextIcon;
package/core/lozenge.d.ts CHANGED
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::39f0f143fb1b1eadb5cd24cf631effc0>>
3
+ * @codegen <<SignedSource::6b086bc8a8cf83c35314075a3c54aab0>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const LozengeIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default LozengeIcon;
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ccbde56f8ef357b7846d11b3ac2a7c51>>
3
+ * @codegen <<SignedSource::ca0486e4ac048c1ed530c8cdbc6c57ec>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const PaintBrushIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default PaintBrushIcon;
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9ef604fbf52962d9bf154d19c2113823>>
3
+ * @codegen <<SignedSource::5f1a39ad637f3f75da35867e6c039936>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const PaintRollerIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default PaintRollerIcon;
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e6affdf1a9f459969f316a7356ff4b75>>
3
+ * @codegen <<SignedSource::b26134bfba1069b12fab8a470efbc11a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const RoadmapsPlanIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default RoadmapsPlanIcon;
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::dcf99ae3b727688fb7f7bf4bbff5ca3e>>
3
+ * @codegen <<SignedSource::c872ef813d790f78dc7a30424f4515eb>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const RoadmapsServiceIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default RoadmapsServiceIcon;
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::345177767c7586c1b0ffdbc16099b30d>>
3
+ * @codegen <<SignedSource::2cd36f6f956f6b87beebad59f470e6e0>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const SpeedometerIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default SpeedometerIcon;
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9edc14b198ceadd80caa7bb5cf562c8c>>
3
+ * @codegen <<SignedSource::2370c665679058ee658793908ac88c6e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const TakeoutContainerIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default TakeoutContainerIcon;
package/core/ticket.d.ts CHANGED
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d5a44fddf8c9b6f55e9772869e7a24ab>>
3
+ * @codegen <<SignedSource::656b5056ac8998215bc6e87f2e6a98b1>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const TicketIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default TicketIcon;
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7d7e3ff69010ac1aeed5750709d50310>>
3
+ * @codegen <<SignedSource::a0a2b2c4cb05b5ac1bbf383efd3ae935>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const VehicleTrainIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default VehicleTrainIcon;
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::bad91bdc6e9f7593846a834b99bff62e>>
3
+ * @codegen <<SignedSource::586629331bbaa8f19713dd6adf88d21c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const VulnerabilityIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default VulnerabilityIcon;
package/core/wallet.d.ts CHANGED
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::664ff1fd0fa6a061b673537ce8a09b9b>>
3
+ * @codegen <<SignedSource::f43189b32e44d8c42af1bca6f78dfaf0>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const WalletIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default WalletIcon;
package/core/wrench.d.ts CHANGED
@@ -1,14 +1,15 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0ff1c3087867ed3b393a0ad3c9ebebf4>>
3
+ * @codegen <<SignedSource::0b0cc8ee431e3d98b02f1cc7f17ca930>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
7
+ import type React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
9
+ import type Icon from '@atlaskit/icon/UNSAFE_base-new';
9
10
 
10
11
  declare const WrenchIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ (props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
13
  displayName: string;
13
14
  };
14
15
  export default WrenchIcon;
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/entry-points/metadata.js",
4
4
  "module": "../dist/esm/entry-points/metadata.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/metadata.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/entry-points/metadata.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-lab",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,7 +12,9 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "sideEffects": false,
15
+ "sideEffects": [
16
+ "**/*.compiled.css"
17
+ ],
16
18
  "atlaskit:src": "src/index.tsx",
17
19
  "atlassian": {
18
20
  "team": "Design System Team",
@@ -30,17 +32,17 @@
30
32
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
31
33
  },
32
34
  "dependencies": {
33
- "@atlaskit/icon": "^22.20.0",
35
+ "@atlaskit/icon": "^22.24.0",
34
36
  "@babel/runtime": "^7.0.0"
35
37
  },
36
38
  "peerDependencies": {
37
39
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
38
40
  },
39
41
  "devDependencies": {
40
- "@af/icon-build-process": "^2.1.0",
42
+ "@af/icon-build-process": "^2.2.0",
41
43
  "@af/integration-testing": "*",
42
44
  "@af/visual-regression": "*",
43
- "@atlaskit/ds-lib": "^2.6.0",
45
+ "@atlaskit/ds-lib": "^3.2.0",
44
46
  "@atlaskit/ssr": "*",
45
47
  "@testing-library/react": "^12.1.5",
46
48
  "fs-extra": "^4.0.2",