@teambit/component 0.0.556 → 0.0.557

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.
Files changed (2) hide show
  1. package/package.json +37 -35
  2. package/tsconfig.json +34 -0
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component",
3
- "version": "0.0.556",
3
+ "version": "0.0.557",
4
4
  "homepage": "https://bit.dev/teambit/component/component",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "component",
9
- "version": "0.0.556"
9
+ "version": "0.0.557"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -26,38 +26,38 @@
26
26
  "@teambit/base-ui.routing.nav-link": "1.0.0",
27
27
  "@teambit/documenter.ui.heading": "4.1.1",
28
28
  "@teambit/documenter.ui.separator": "4.1.1",
29
- "@teambit/component-id": "0.0.377",
30
- "@teambit/ui-foundation.ui.menu-widget-icon": "0.0.466",
31
- "@teambit/aspect-loader": "0.0.556",
32
- "@teambit/legacy-bit-id": "0.0.376",
33
- "@teambit/toolbox.string.capitalize": "0.0.461",
34
- "@teambit/cli": "0.0.387",
35
- "@teambit/config": "0.0.398",
36
- "@teambit/express": "0.0.476",
37
- "@teambit/graphql": "0.0.556",
38
- "@teambit/bit-error": "0.0.373",
39
- "@teambit/command-bar": "0.0.556",
40
- "@teambit/preview": "0.0.556",
41
- "@teambit/pubsub": "0.0.556",
42
- "@teambit/ui-foundation.ui.is-browser": "0.0.464",
43
- "@teambit/ui-foundation.ui.main-dropdown": "0.0.464",
44
- "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.466",
45
- "@teambit/ui": "0.0.556",
46
- "@teambit/component-issues": "0.0.22",
47
- "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.465",
48
- "@teambit/cli-table": "0.0.10",
49
- "@teambit/ui-foundation.ui.react-router.use-query": "0.0.464",
29
+ "@teambit/component-id": "0.0.378",
30
+ "@teambit/ui-foundation.ui.menu-widget-icon": "0.0.467",
31
+ "@teambit/aspect-loader": "0.0.557",
32
+ "@teambit/legacy-bit-id": "0.0.377",
33
+ "@teambit/toolbox.string.capitalize": "0.0.462",
34
+ "@teambit/cli": "0.0.388",
35
+ "@teambit/config": "0.0.399",
36
+ "@teambit/express": "0.0.477",
37
+ "@teambit/graphql": "0.0.557",
38
+ "@teambit/bit-error": "0.0.374",
39
+ "@teambit/command-bar": "0.0.557",
40
+ "@teambit/preview": "0.0.557",
41
+ "@teambit/pubsub": "0.0.557",
42
+ "@teambit/ui-foundation.ui.is-browser": "0.0.465",
43
+ "@teambit/ui-foundation.ui.main-dropdown": "0.0.465",
44
+ "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.467",
45
+ "@teambit/ui": "0.0.557",
46
+ "@teambit/component-issues": "0.0.23",
47
+ "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.466",
48
+ "@teambit/cli-table": "0.0.11",
49
+ "@teambit/ui-foundation.ui.react-router.use-query": "0.0.465",
50
50
  "@teambit/design.ui.empty-box": "0.0.352",
51
- "@teambit/harmony.ui.aspect-box": "0.0.464",
51
+ "@teambit/harmony.ui.aspect-box": "0.0.465",
52
52
  "@teambit/design.ui.pages.not-found": "0.0.352",
53
53
  "@teambit/design.ui.pages.server-error": "0.0.352",
54
- "@teambit/compositions": "0.0.556",
55
- "@teambit/deprecation": "0.0.556",
56
- "@teambit/envs": "0.0.556",
57
- "@teambit/component.ui.version-dropdown": "0.0.468",
58
- "@teambit/ui-foundation.ui.use-box.dropdown": "0.0.85",
59
- "@teambit/ui-foundation.ui.use-box.menu": "0.0.85",
60
- "@teambit/ui-foundation.ui.react-router.extend-path": "0.0.464"
54
+ "@teambit/compositions": "0.0.557",
55
+ "@teambit/deprecation": "0.0.557",
56
+ "@teambit/envs": "0.0.557",
57
+ "@teambit/component.ui.version-dropdown": "0.0.469",
58
+ "@teambit/ui-foundation.ui.use-box.dropdown": "0.0.86",
59
+ "@teambit/ui-foundation.ui.use-box.menu": "0.0.86",
60
+ "@teambit/ui-foundation.ui.react-router.extend-path": "0.0.465"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/lodash": "4.14.165",
@@ -72,11 +72,11 @@
72
72
  "@types/jest": "^26.0.0",
73
73
  "@types/react-dom": "^17.0.5",
74
74
  "@types/node": "12.20.4",
75
- "@teambit/component.aspect-docs.component": "0.0.106"
75
+ "@teambit/component.aspect-docs.component": "0.0.107"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "@apollo/client": "^3.0.0",
79
- "@teambit/legacy": "1.0.173",
79
+ "@teambit/legacy": "1.0.174",
80
80
  "react-dom": "^16.8.0 || ^17.0.0",
81
81
  "react": "^16.8.0 || ^17.0.0"
82
82
  },
@@ -104,7 +104,7 @@
104
104
  "react": "-"
105
105
  },
106
106
  "peerDependencies": {
107
- "@teambit/legacy": "1.0.173",
107
+ "@teambit/legacy": "1.0.174",
108
108
  "react-dom": "^16.8.0 || ^17.0.0",
109
109
  "react": "^16.8.0 || ^17.0.0"
110
110
  }
@@ -114,7 +114,9 @@
114
114
  "dist",
115
115
  "!dist/tsconfig.tsbuildinfo",
116
116
  "README.md",
117
- "README.mdx"
117
+ "README.mdx",
118
+ "*.js",
119
+ "*.json"
118
120
  ],
119
121
  "private": false,
120
122
  "engines": {
package/tsconfig.json ADDED
@@ -0,0 +1,34 @@
1
+ {
2
+ "compilerOptions": {
3
+ "lib": [
4
+ "es2019",
5
+ "DOM",
6
+ "ES6",
7
+ "DOM.Iterable",
8
+ "ScriptHost"
9
+ ],
10
+ "target": "es2015",
11
+ "module": "commonjs",
12
+ "jsx": "react",
13
+ "declaration": true,
14
+ "sourceMap": true,
15
+ "skipLibCheck": true,
16
+ "moduleResolution": "node",
17
+ "esModuleInterop": true,
18
+ "composite": true,
19
+ "emitDeclarationOnly": true,
20
+ "outDir": "dist",
21
+ "experimentalDecorators": true,
22
+ "emitDecoratorMetadata": true,
23
+ "allowSyntheticDefaultImports": true,
24
+ "strictPropertyInitialization": false,
25
+ "strict": true,
26
+ "noImplicitAny": false,
27
+ "rootDir": ".",
28
+ "preserveConstEnums": true,
29
+ "resolveJsonModule": true
30
+ },
31
+ "exclude": [
32
+ "dist"
33
+ ]
34
+ }