@teambit/linter 0.0.0-b58977ccf7fa6cfcb794ea44f0ded6aaaead6948 → 0.0.0-b7baad38c1236c3d59463652cc2ec0cba05c5a8c
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.
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_linter@
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_linter@
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_linter@b7baad38c1236c3d59463652cc2ec0cba05c5a8c/dist/linter.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_linter@b7baad38c1236c3d59463652cc2ec0cba05c5a8c/dist/linter.docs.mdx';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
@@ -1,34 +1,34 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/linter",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-b7baad38c1236c3d59463652cc2ec0cba05c5a8c",
|
4
4
|
"homepage": "https://bit.cloud/teambit/defender/linter",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.defender",
|
8
8
|
"name": "linter",
|
9
|
-
"version": "
|
9
|
+
"version": "b7baad38c1236c3d59463652cc2ec0cba05c5a8c"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "4.1.2",
|
13
13
|
"lodash": "4.17.21",
|
14
14
|
"graphql-tag": "2.12.1",
|
15
15
|
"cli-highlight": "2.1.9",
|
16
|
+
"@teambit/cli": "0.0.1258",
|
17
|
+
"@teambit/legacy.constants": "0.0.14",
|
16
18
|
"@teambit/toolbox.time.timer": "0.0.5",
|
17
19
|
"@teambit/harmony": "0.4.7",
|
18
|
-
"@teambit/
|
19
|
-
"@teambit/component": "0.0.0-
|
20
|
-
"@teambit/envs": "0.0.0-
|
21
|
-
"@teambit/
|
22
|
-
"@teambit/
|
23
|
-
"@teambit/
|
24
|
-
"@teambit/isolator": "0.0.0-6e5b4dcd1c8abe23229d265ba8081b45753133a5",
|
25
|
-
"@teambit/logger": "0.0.0-c6f823c2cc2cce079befc6638dddfc4751ce8c7f"
|
20
|
+
"@teambit/logger": "0.0.1351",
|
21
|
+
"@teambit/component": "0.0.0-ec9a89ff7c1b9aee75749b7fa86746ab1296550b",
|
22
|
+
"@teambit/envs": "0.0.0-6354946748f39c0d84cbd7597014432bcbb51376",
|
23
|
+
"@teambit/workspace": "0.0.0-276d47e27349b5bed404c4aa99e181d8766e7573",
|
24
|
+
"@teambit/builder": "0.0.0-43e5647f298c8f206e0215e8fcc6af5e4e0271d4",
|
25
|
+
"@teambit/isolator": "0.0.0-5568f81e49cd944216741f87932a1e1762eb7807"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
28
|
"@types/lodash": "4.14.165",
|
29
29
|
"@types/mocha": "9.1.0",
|
30
30
|
"@teambit/defender.content.linter-overview": "1.95.0",
|
31
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
31
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.73"
|
32
32
|
},
|
33
33
|
"peerDependencies": {
|
34
34
|
"react": "^17.0.0 || ^18.0.0",
|