@teambit/linter 0.0.0-c2c32dac1f2ada12ff9cdfc8c76318353fb9715c → 0.0.0-c4b64a2538e2b746b81ee1ee76161414e92b4d12
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@c4b64a2538e2b746b81ee1ee76161414e92b4d12/dist/linter.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_linter@c4b64a2538e2b746b81ee1ee76161414e92b4d12/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-c4b64a2538e2b746b81ee1ee76161414e92b4d12",
|
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": "c4b64a2538e2b746b81ee1ee76161414e92b4d12"
|
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-3dabbcb2983030940896e7d011077946ed7206c9",
|
18
|
-
"@teambit/component": "0.0.0-0630053e5891f47755416ded479d8d25177992b9",
|
19
|
-
"@teambit/envs": "0.0.0-f84f0a2cabbdc137119eabbafd6537210351bd6a",
|
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-bd822400fcbb4175e518270eabaa32ed1d0179e1",
|
20
|
+
"@teambit/component": "0.0.0-82a200ef52a2c78839f2cb9af4dca87fdb8a4b69",
|
21
|
+
"@teambit/envs": "0.0.0-b75b786df0349902e3d427c64e2d04d9eb6583b9",
|
22
|
+
"@teambit/workspace": "0.0.0-501100e3a142f075a5b46be90c113a5ccc44deef",
|
23
|
+
"@teambit/builder": "0.0.0-44970b03f92d1bf3c347b0efebb3ff4438b645dd",
|
24
|
+
"@teambit/isolator": "0.0.0-c31e9b2e53a793692bc6db8aade1f33d155cbf8e",
|
25
|
+
"@teambit/logger": "0.0.0-4f4e0c1f6e7a8dc6a90601c8d989b80779d6bc33"
|
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",
|