@teambit/react 1.0.331 → 1.0.333
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.
- package/dist/{preview-1720667996237.js → preview-1720754434554.js} +2 -2
- package/dist/typescript/tsconfig.json +31 -0
- package/package.json +34 -34
- package/typescript/tsconfig.json +31 -0
- /package/{compositions-1720667996237.js → compositions-1720754434554.js} +0 -0
- /package/{overview-1720667996237.js → overview-1720754434554.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.react_react@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.react_react@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.react_react@1.0.333/dist/react.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.react_react@1.0.333/dist/react.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": [
|
|
4
|
+
"es2019", "DOM", "ES6" ,"DOM.Iterable"
|
|
5
|
+
],
|
|
6
|
+
"target": "es2015",
|
|
7
|
+
"module": "es2020",
|
|
8
|
+
"jsx": "react",
|
|
9
|
+
"declaration": true,
|
|
10
|
+
"sourceMap": true,
|
|
11
|
+
"experimentalDecorators": true,
|
|
12
|
+
"skipLibCheck": true,
|
|
13
|
+
"moduleResolution": "node",
|
|
14
|
+
"esModuleInterop": true,
|
|
15
|
+
"resolveJsonModule": true,
|
|
16
|
+
"allowJs": true,
|
|
17
|
+
"outDir": "./dist"
|
|
18
|
+
},
|
|
19
|
+
"exclude": [
|
|
20
|
+
"artifacts",
|
|
21
|
+
"public",
|
|
22
|
+
"dist",
|
|
23
|
+
"node_modules",
|
|
24
|
+
"package.json",
|
|
25
|
+
"**/*.cjs"
|
|
26
|
+
],
|
|
27
|
+
"include": [
|
|
28
|
+
"**/*",
|
|
29
|
+
"**/*.json"
|
|
30
|
+
]
|
|
31
|
+
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.333",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/react/react",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.react",
|
|
8
8
|
"name": "react",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.333"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"eslint": "8.56.0",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"@babel/core": "7.19.6",
|
|
55
55
|
"@babel/plugin-transform-modules-commonjs": "7.23.0",
|
|
56
56
|
"camelcase": "6.2.0",
|
|
57
|
+
"react-error-overlay": "6.0.9",
|
|
58
|
+
"strip-ansi": "6.0.0",
|
|
57
59
|
"@prerenderer/prerenderer": "^1.2.0",
|
|
58
60
|
"@prerenderer/renderer-jsdom": "^1.1.2",
|
|
59
61
|
"@prerenderer/webpack-plugin": "^5.2.0",
|
|
60
62
|
"express": "4.17.1",
|
|
61
63
|
"url-join": "4.0.1",
|
|
62
|
-
"react-error-overlay": "6.0.9",
|
|
63
|
-
"strip-ansi": "6.0.0",
|
|
64
64
|
"@babel/runtime": "7.23.2",
|
|
65
65
|
"less": "^4.1.1",
|
|
66
66
|
"sass": "1.63.6",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@teambit/harmony": "0.4.6",
|
|
86
86
|
"@teambit/defender.eslint-linter": "1.0.36",
|
|
87
87
|
"@teambit/defender.prettier-formatter": "1.0.12",
|
|
88
|
-
"@teambit/typescript.typescript-compiler": "2.0.
|
|
88
|
+
"@teambit/typescript.typescript-compiler": "2.0.42",
|
|
89
89
|
"@bitdev/react.generators.react-templates": "2.0.5",
|
|
90
90
|
"@teambit/react.instructions.react.adding-compositions": "0.0.6",
|
|
91
91
|
"@teambit/react.instructions.react.adding-tests": "0.0.6",
|
|
@@ -95,42 +95,42 @@
|
|
|
95
95
|
"@teambit/react.rendering.ssr": "0.0.3",
|
|
96
96
|
"@teambit/design.ui.tooltip": "0.0.369",
|
|
97
97
|
"@teambit/semantics.entities.semantic-schema": "0.0.70",
|
|
98
|
-
"@teambit/typescript": "1.0.
|
|
99
|
-
"@teambit/builder": "1.0.
|
|
100
|
-
"@teambit/bundler": "1.0.
|
|
101
|
-
"@teambit/compiler": "1.0.
|
|
98
|
+
"@teambit/typescript": "1.0.333",
|
|
99
|
+
"@teambit/builder": "1.0.333",
|
|
100
|
+
"@teambit/bundler": "1.0.333",
|
|
101
|
+
"@teambit/compiler": "1.0.333",
|
|
102
102
|
"@teambit/component.modules.component-url": "0.0.167",
|
|
103
|
-
"@teambit/component": "1.0.
|
|
103
|
+
"@teambit/component": "1.0.333",
|
|
104
104
|
"@teambit/defender.eslint.config-mutator": "0.0.102",
|
|
105
105
|
"@teambit/defender.prettier.config-mutator": "0.0.100",
|
|
106
|
-
"@teambit/dependency-resolver": "1.0.
|
|
107
|
-
"@teambit/envs": "1.0.
|
|
108
|
-
"@teambit/formatter": "1.0.
|
|
109
|
-
"@teambit/jest": "1.0.
|
|
110
|
-
"@teambit/linter": "1.0.
|
|
111
|
-
"@teambit/logger": "0.0.
|
|
112
|
-
"@teambit/pkg": "1.0.
|
|
113
|
-
"@teambit/preview": "1.0.
|
|
106
|
+
"@teambit/dependency-resolver": "1.0.333",
|
|
107
|
+
"@teambit/envs": "1.0.333",
|
|
108
|
+
"@teambit/formatter": "1.0.333",
|
|
109
|
+
"@teambit/jest": "1.0.333",
|
|
110
|
+
"@teambit/linter": "1.0.333",
|
|
111
|
+
"@teambit/logger": "0.0.1003",
|
|
112
|
+
"@teambit/pkg": "1.0.333",
|
|
113
|
+
"@teambit/preview": "1.0.333",
|
|
114
114
|
"@teambit/react.ui.compositions-app": "0.0.22",
|
|
115
115
|
"@teambit/react.ui.docs-app": "1.0.21",
|
|
116
116
|
"@teambit/react.ui.highlighter.component-metadata.bit-component-meta": "0.0.41",
|
|
117
|
-
"@teambit/schema": "1.0.
|
|
118
|
-
"@teambit/tester": "1.0.
|
|
117
|
+
"@teambit/schema": "1.0.333",
|
|
118
|
+
"@teambit/tester": "1.0.333",
|
|
119
119
|
"@teambit/toolbox.path.path": "0.0.2",
|
|
120
|
-
"@teambit/webpack": "1.0.
|
|
121
|
-
"@teambit/workspace-config-files": "1.0.
|
|
122
|
-
"@teambit/workspace": "1.0.
|
|
123
|
-
"@teambit/application": "1.0.
|
|
124
|
-
"@teambit/cli": "0.0.
|
|
125
|
-
"@teambit/generator": "1.0.
|
|
126
|
-
"@teambit/graphql": "1.0.
|
|
127
|
-
"@teambit/worker": "0.0.
|
|
120
|
+
"@teambit/webpack": "1.0.333",
|
|
121
|
+
"@teambit/workspace-config-files": "1.0.333",
|
|
122
|
+
"@teambit/workspace": "1.0.333",
|
|
123
|
+
"@teambit/application": "1.0.333",
|
|
124
|
+
"@teambit/cli": "0.0.910",
|
|
125
|
+
"@teambit/generator": "1.0.334",
|
|
126
|
+
"@teambit/graphql": "1.0.333",
|
|
127
|
+
"@teambit/worker": "0.0.1214",
|
|
128
128
|
"@teambit/react.ui.highlighter-provider": "0.0.213",
|
|
129
129
|
"@teambit/api-reference.renderers.react": "0.0.29",
|
|
130
|
-
"@teambit/api-reference": "1.0.
|
|
131
|
-
"@teambit/compositions": "1.0.
|
|
132
|
-
"@teambit/ui": "1.0.
|
|
133
|
-
"@teambit/react.eslint-config-bit-react": "1.0.
|
|
130
|
+
"@teambit/api-reference": "1.0.333",
|
|
131
|
+
"@teambit/compositions": "1.0.333",
|
|
132
|
+
"@teambit/ui": "1.0.333",
|
|
133
|
+
"@teambit/react.eslint-config-bit-react": "1.0.192",
|
|
134
134
|
"@teambit/react.babel.bit-react-transformer": "1.0.23",
|
|
135
135
|
"@teambit/webpack.modules.generate-style-loaders": "1.0.11",
|
|
136
136
|
"@teambit/webpack.modules.style-regexps": "1.0.6",
|
|
@@ -158,9 +158,9 @@
|
|
|
158
158
|
"@teambit/react.content.react-overview": "1.95.0"
|
|
159
159
|
},
|
|
160
160
|
"peerDependencies": {
|
|
161
|
-
"@teambit/legacy": "1.0.
|
|
161
|
+
"@teambit/legacy": "1.0.722"
|
|
162
162
|
},
|
|
163
|
-
"license": "SEE LICENSE IN
|
|
163
|
+
"license": "SEE LICENSE IN UNLICENSED",
|
|
164
164
|
"optionalDependencies": {},
|
|
165
165
|
"peerDependenciesMeta": {}
|
|
166
166
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": [
|
|
4
|
+
"es2019", "DOM", "ES6" ,"DOM.Iterable"
|
|
5
|
+
],
|
|
6
|
+
"target": "es2015",
|
|
7
|
+
"module": "es2020",
|
|
8
|
+
"jsx": "react",
|
|
9
|
+
"declaration": true,
|
|
10
|
+
"sourceMap": true,
|
|
11
|
+
"experimentalDecorators": true,
|
|
12
|
+
"skipLibCheck": true,
|
|
13
|
+
"moduleResolution": "node",
|
|
14
|
+
"esModuleInterop": true,
|
|
15
|
+
"resolveJsonModule": true,
|
|
16
|
+
"allowJs": true,
|
|
17
|
+
"outDir": "./dist"
|
|
18
|
+
},
|
|
19
|
+
"exclude": [
|
|
20
|
+
"artifacts",
|
|
21
|
+
"public",
|
|
22
|
+
"dist",
|
|
23
|
+
"node_modules",
|
|
24
|
+
"package.json",
|
|
25
|
+
"**/*.cjs"
|
|
26
|
+
],
|
|
27
|
+
"include": [
|
|
28
|
+
"**/*",
|
|
29
|
+
"**/*.json"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
File without changes
|
|
File without changes
|