@teambit/docs 1.0.993 → 1.0.994
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.docs_docs@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.994/dist/docs.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.994/dist/docs.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/docs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.994",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/docs/docs",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.docs",
|
|
8
8
|
"name": "docs",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.994"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"graphql-tag": "2.12.1",
|
|
@@ -14,31 +14,31 @@
|
|
|
14
14
|
"classnames": "^2.5.1",
|
|
15
15
|
"@teambit/docs.entities.doc": "0.0.12",
|
|
16
16
|
"@teambit/harmony": "0.4.7",
|
|
17
|
-
"@teambit/component.sources": "0.0.168",
|
|
18
|
-
"@teambit/legacy.consumer-component": "0.0.117",
|
|
19
17
|
"@teambit/docs.ui.overview-compare-section": "0.0.102",
|
|
20
18
|
"@teambit/docs.ui.overview-compare": "1.0.12",
|
|
21
|
-
"@teambit/component.ui.component-meta": "0.0.368",
|
|
22
|
-
"@teambit/base-ui.loaders.skeleton": "1.0.2",
|
|
23
|
-
"@teambit/compiler": "1.0.993",
|
|
24
|
-
"@teambit/component": "1.0.993",
|
|
25
|
-
"@teambit/pkg": "1.0.993",
|
|
26
|
-
"@teambit/workspace": "1.0.993",
|
|
27
|
-
"@teambit/cli": "0.0.1326",
|
|
28
|
-
"@teambit/dev-files": "1.0.993",
|
|
29
|
-
"@teambit/envs": "1.0.993",
|
|
30
|
-
"@teambit/graphql": "1.0.993",
|
|
31
|
-
"@teambit/logger": "0.0.1419",
|
|
32
|
-
"@teambit/preview": "1.0.993",
|
|
33
|
-
"@teambit/scope": "1.0.993",
|
|
34
|
-
"@teambit/api-reference": "1.0.993",
|
|
35
|
-
"@teambit/component-compare": "1.0.993",
|
|
36
19
|
"@teambit/preview.ui.component-preview": "1.0.34",
|
|
37
|
-
"@teambit/ui": "
|
|
38
|
-
"@teambit/pubsub": "1.0.993",
|
|
20
|
+
"@teambit/component.ui.component-meta": "0.0.368",
|
|
39
21
|
"@teambit/compositions.panels.composition-gallery": "0.0.226",
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
22
|
+
"@teambit/workspace.ui.use-workspace-mode": "0.0.3",
|
|
23
|
+
"@teambit/base-ui.loaders.skeleton": "1.0.2",
|
|
24
|
+
"@teambit/compiler": "1.0.994",
|
|
25
|
+
"@teambit/component": "1.0.994",
|
|
26
|
+
"@teambit/pkg": "1.0.994",
|
|
27
|
+
"@teambit/workspace": "1.0.994",
|
|
28
|
+
"@teambit/cli": "0.0.1327",
|
|
29
|
+
"@teambit/component.sources": "0.0.169",
|
|
30
|
+
"@teambit/dev-files": "1.0.994",
|
|
31
|
+
"@teambit/envs": "1.0.994",
|
|
32
|
+
"@teambit/graphql": "1.0.994",
|
|
33
|
+
"@teambit/legacy.consumer-component": "0.0.118",
|
|
34
|
+
"@teambit/logger": "0.0.1420",
|
|
35
|
+
"@teambit/preview": "1.0.994",
|
|
36
|
+
"@teambit/scope": "1.0.994",
|
|
37
|
+
"@teambit/api-reference": "1.0.994",
|
|
38
|
+
"@teambit/component-compare": "1.0.994",
|
|
39
|
+
"@teambit/ui": "1.0.994",
|
|
40
|
+
"@teambit/pubsub": "1.0.994",
|
|
41
|
+
"@teambit/compositions": "1.0.994"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/lodash": "4.14.165",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"@types/mocha": "9.1.0",
|
|
47
47
|
"@teambit/docs.content.docs-overview": "1.96.8",
|
|
48
48
|
"@teambit/component-id": "1.2.4",
|
|
49
|
-
"@teambit/harmony.envs.core-aspect-env": "0.1.
|
|
49
|
+
"@teambit/harmony.envs.core-aspect-env": "0.1.5"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"react": "^17.0.0 || ^18.0.0",
|
|
53
|
-
"react-dom": "^17.0.0 || ^18.0.0",
|
|
54
|
-
"@types/react": "^
|
|
55
|
-
"@types/react-dom": "^
|
|
52
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
53
|
+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
54
|
+
"@types/react": "^19.0.0",
|
|
55
|
+
"@types/react-dom": "^19.0.0"
|
|
56
56
|
},
|
|
57
57
|
"license": "Apache-2.0",
|
|
58
58
|
"optionalDependencies": {},
|