@teambit/linter 0.0.0-5b117ba50eccf2fa943a1ec564f56acf04f5759c → 0.0.0-5d53ea69c3f081377a5ceb610d657427e5ce591a
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@5d53ea69c3f081377a5ceb610d657427e5ce591a/dist/linter.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_linter@5d53ea69c3f081377a5ceb610d657427e5ce591a/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-5d53ea69c3f081377a5ceb610d657427e5ce591a",
|
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": "5d53ea69c3f081377a5ceb610d657427e5ce591a"
|
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/
|
17
|
-
"@teambit/cli": "0.0.0-d261383ffa854573fc89a3caf6a309f8c13e2788",
|
18
|
-
"@teambit/component": "0.0.0-d9b6ba7b9c85234aa54c4192d66212d87b638205",
|
19
|
-
"@teambit/envs": "0.0.0-366c5a8fd80c7fbcb148cea85c9f5da080aa6b32",
|
20
|
-
"@teambit/legacy.constants": "0.0.12",
|
16
|
+
"@teambit/legacy.constants": "0.0.13",
|
21
17
|
"@teambit/toolbox.time.timer": "0.0.5",
|
22
|
-
"@teambit/
|
23
|
-
"@teambit/
|
24
|
-
"@teambit/
|
25
|
-
"@teambit/
|
18
|
+
"@teambit/harmony": "0.4.7",
|
19
|
+
"@teambit/cli": "0.0.0-7845e8762c6a7ac59c9af044ffa4b091c27f53e5",
|
20
|
+
"@teambit/component": "0.0.0-7236105c84069794b1269926c01002ef79d967bf",
|
21
|
+
"@teambit/envs": "0.0.0-1133ca353a7e01357308f8ee47dec6531dcb9a70",
|
22
|
+
"@teambit/workspace": "0.0.0-bed2aeefa4cf6cbc5038ccdcf9a6fc35510d0698",
|
23
|
+
"@teambit/builder": "0.0.0-afb8eb94d648001ecf553aa3fdd55d3a5cdf37a4",
|
24
|
+
"@teambit/isolator": "0.0.0-daf3766f7d37fe6698a50c13124bd3c304085e5b",
|
25
|
+
"@teambit/logger": "0.0.0-23c4478d946c38eb9c693ae68bfa2b6d344c2101"
|
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.72"
|
32
32
|
},
|
33
33
|
"peerDependencies": {
|
34
34
|
"react": "^17.0.0 || ^18.0.0",
|