@teambit/linter 0.0.0-685fe96562aaaab7f81610e042f2da2545048c6d → 0.0.0-6c48bb0d546219f7b934402b38bd15b260f9fe17
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@6c48bb0d546219f7b934402b38bd15b260f9fe17/dist/linter.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_linter@6c48bb0d546219f7b934402b38bd15b260f9fe17/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-6c48bb0d546219f7b934402b38bd15b260f9fe17",
|
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": "6c48bb0d546219f7b934402b38bd15b260f9fe17"
|
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.1250",
|
17
16
|
"@teambit/legacy.constants": "0.0.14",
|
18
17
|
"@teambit/toolbox.time.timer": "0.0.5",
|
19
18
|
"@teambit/harmony": "0.4.7",
|
20
|
-
"@teambit/
|
21
|
-
"@teambit/component": "0.0.0-
|
22
|
-
"@teambit/envs": "0.0.0-
|
23
|
-
"@teambit/workspace": "0.0.0-
|
24
|
-
"@teambit/builder": "0.0.0-
|
25
|
-
"@teambit/isolator": "0.0.0-
|
19
|
+
"@teambit/cli": "0.0.0-1cefade97e28c55f721fe2c2236a64c7362dc702",
|
20
|
+
"@teambit/component": "0.0.0-da09fc8cd1b6b32c5f2afb095e68ab4a119e0fba",
|
21
|
+
"@teambit/envs": "0.0.0-2e16b78c412d25ae4e8c1d48a9022337e1e7ef93",
|
22
|
+
"@teambit/workspace": "0.0.0-d4a00e9dcf30024276a922c11ba50e9502e11dfe",
|
23
|
+
"@teambit/builder": "0.0.0-521abcb24f4c9a3e2caec94b973320295c887167",
|
24
|
+
"@teambit/isolator": "0.0.0-2da58b81d1820bf0ed9fa9d70b98ecded540266e",
|
25
|
+
"@teambit/logger": "0.0.0-9499bdf8a574e02f8b14d6a35e6780697518aa7d"
|
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",
|