@teambit/docs 1.0.381 → 1.0.383

Sign up to get free protection for your applications and to get access to all the features.
@@ -6667,7 +6667,7 @@
6667
6667
  "componentId": {
6668
6668
  "scope": "teambit.docs",
6669
6669
  "name": "docs",
6670
- "version": "1.0.381"
6670
+ "version": "1.0.383"
6671
6671
  },
6672
6672
  "taggedModuleExports": []
6673
6673
  }
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.381/dist/docs.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.381/dist/docs.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.383/dist/docs.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.383/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.381",
3
+ "version": "1.0.383",
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.381"
9
+ "version": "1.0.383"
10
10
  },
11
11
  "dependencies": {
12
12
  "graphql-tag": "2.12.1",
@@ -19,24 +19,24 @@
19
19
  "@teambit/base-react.themes.theme-switcher": "1.0.2",
20
20
  "@teambit/component.ui.component-meta": "0.0.358",
21
21
  "@teambit/base-ui.loaders.skeleton": "1.0.1",
22
- "@teambit/compiler": "1.0.381",
23
- "@teambit/component": "1.0.381",
24
- "@teambit/pkg": "1.0.381",
25
- "@teambit/workspace": "1.0.381",
26
- "@teambit/cli": "0.0.958",
22
+ "@teambit/compiler": "1.0.383",
23
+ "@teambit/component": "1.0.383",
24
+ "@teambit/pkg": "1.0.383",
25
+ "@teambit/workspace": "1.0.383",
26
+ "@teambit/cli": "0.0.960",
27
27
  "@teambit/component.sources": "0.0.20",
28
- "@teambit/dev-files": "1.0.381",
29
- "@teambit/envs": "1.0.381",
30
- "@teambit/graphql": "1.0.381",
31
- "@teambit/logger": "0.0.1051",
32
- "@teambit/preview": "1.0.381",
33
- "@teambit/scope": "1.0.381",
34
- "@teambit/api-reference": "1.0.381",
35
- "@teambit/component-compare": "1.0.381",
36
- "@teambit/ui": "1.0.381",
28
+ "@teambit/dev-files": "1.0.383",
29
+ "@teambit/envs": "1.0.383",
30
+ "@teambit/graphql": "1.0.383",
31
+ "@teambit/logger": "0.0.1053",
32
+ "@teambit/preview": "1.0.383",
33
+ "@teambit/scope": "1.0.383",
34
+ "@teambit/api-reference": "1.0.383",
35
+ "@teambit/component-compare": "1.0.383",
36
+ "@teambit/ui": "1.0.383",
37
+ "@teambit/pubsub": "1.0.383",
37
38
  "@teambit/compositions.panels.composition-gallery": "0.0.211",
38
- "@teambit/preview.ui.component-preview": "1.0.13",
39
- "@teambit/pubsub": "1.0.381"
39
+ "@teambit/preview.ui.component-preview": "1.0.14"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/lodash": "4.14.165",
@@ -45,7 +45,7 @@
45
45
  "chai": "4.3.0",
46
46
  "@teambit/docs.content.docs-overview": "1.95.9",
47
47
  "@teambit/component-id": "1.2.0",
48
- "@teambit/harmony.envs.core-aspect-env": "0.0.42"
48
+ "@teambit/harmony.envs.core-aspect-env": "0.0.47"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^17.0.0 || ^18.0.0",
package/tsconfig.json DELETED
@@ -1,39 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "lib": [
4
- "esnext",
5
- "dom",
6
- "dom.Iterable"
7
- ],
8
- "target": "es2020",
9
- "module": "es2020",
10
- "jsx": "react-jsx",
11
- "declaration": true,
12
- "sourceMap": true,
13
- "experimentalDecorators": true,
14
- "skipLibCheck": true,
15
- "moduleResolution": "node",
16
- "esModuleInterop": true,
17
- "resolveJsonModule": true,
18
- "allowJs": true,
19
- "outDir": "dist",
20
- "emitDeclarationOnly": true,
21
- "strict": true,
22
- "strictPropertyInitialization": false,
23
- "noImplicitAny": false
24
- },
25
- "exclude": [
26
- "artifacts",
27
- "public",
28
- "dist",
29
- "node_modules",
30
- "package.json",
31
- "esm.mjs",
32
- "**/*.cjs",
33
- "./dist"
34
- ],
35
- "include": [
36
- "**/*",
37
- "**/*.json"
38
- ]
39
- }