@teambit/react 1.0.1 → 1.0.3
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/artifacts/env-template/public/{832.29e1903afc0195f9e45d.js → 581.06cf863d453ee585ccfd.js} +2 -2
- package/artifacts/env-template/public/{613.6a88d95fefbb64c1e8d9.js → 613.b94c0a19d95e9fc6686c.js} +3 -3
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.c9c30d1c6c6c20f85cc7.js → compositions.eaaa61a4a0b2c7fd011a.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.8f1f14b9ec72d8e9e5fe.js → overview.695a72510ea2555f68a4.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.860c74caf4e3b6463093.js → peers.1948bb46950f0c474ea4.js} +1 -1
- package/artifacts/env-template/public/{preview-root.6b98fc2fc8fe3b4f823a.js → preview-root.f8502dcc7a2041f3a889.js} +1 -1
- package/artifacts/env-template/public/static/css/{613.7716c8c6.css → 613.9c7a4487.css} +1 -1
- package/compositions-1695271419280.js +16 -0
- package/dist/preview-1695271419280.js +7 -0
- package/overview-1695271419280.js +16 -0
- package/package.json +55 -55
- package/compositions-1695234806813.js +0 -16
- package/dist/preview-1695234806813.js +0 -7
- package/overview-1695234806813.js +0 -16
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
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.3"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -17,6 +17,14 @@
|
|
|
17
17
|
"lodash.flatten": "4.4.0",
|
|
18
18
|
"chalk": "2.4.2",
|
|
19
19
|
"@testing-library/jest-dom": "5.16.2",
|
|
20
|
+
"postcss-preset-env": "7.8.2",
|
|
21
|
+
"css-minimizer-webpack-plugin": "3.0.2",
|
|
22
|
+
"terser-webpack-plugin": "5.2.0",
|
|
23
|
+
"webpack": "5.84.1",
|
|
24
|
+
"mini-css-extract-plugin": "2.2.2",
|
|
25
|
+
"react-dev-utils": "11.0.4",
|
|
26
|
+
"style-loader": "^2.0.0",
|
|
27
|
+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
|
|
20
28
|
"lodash.compact": "3.0.1",
|
|
21
29
|
"@babel/plugin-transform-class-properties": "7.22.5",
|
|
22
30
|
"@babel/plugin-transform-object-rest-spread": "7.22.15",
|
|
@@ -29,21 +37,13 @@
|
|
|
29
37
|
"@babel/preset-env": "7.22.15",
|
|
30
38
|
"@babel/plugin-transform-modules-commonjs": "7.19.6",
|
|
31
39
|
"camelcase": "6.2.0",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"terser-webpack-plugin": "5.2.0",
|
|
35
|
-
"webpack": "5.84.1",
|
|
36
|
-
"mini-css-extract-plugin": "2.2.2",
|
|
37
|
-
"react-dev-utils": "11.0.4",
|
|
38
|
-
"style-loader": "^2.0.0",
|
|
39
|
-
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
|
|
40
|
-
"express": "4.17.1",
|
|
41
|
-
"url-join": "4.0.1",
|
|
40
|
+
"react-error-overlay": "6.0.9",
|
|
41
|
+
"strip-ansi": "6.0.0",
|
|
42
42
|
"@prerenderer/prerenderer": "^1.2.0",
|
|
43
43
|
"@prerenderer/renderer-jsdom": "^1.1.2",
|
|
44
44
|
"@prerenderer/webpack-plugin": "^5.2.0",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
45
|
+
"express": "4.17.1",
|
|
46
|
+
"url-join": "4.0.1",
|
|
47
47
|
"react-refresh": "0.10.0",
|
|
48
48
|
"@babel/runtime": "7.20.0",
|
|
49
49
|
"less-loader": "10.0.0",
|
|
@@ -89,59 +89,59 @@
|
|
|
89
89
|
"@teambit/react.instructions.react.adding-tests": "0.0.6",
|
|
90
90
|
"@teambit/component-id": "0.0.427",
|
|
91
91
|
"@teambit/react.rendering.ssr": "0.0.3",
|
|
92
|
-
"@teambit/compositions.ui.hooks.use-composition": "0.0.
|
|
93
|
-
"@teambit/semantics.entities.semantic-schema": "0.0.
|
|
94
|
-
"@teambit/typescript": "1.0.
|
|
95
|
-
"@teambit/builder": "1.0.
|
|
96
|
-
"@teambit/bundler": "1.0.
|
|
97
|
-
"@teambit/compiler": "1.0.
|
|
92
|
+
"@teambit/compositions.ui.hooks.use-composition": "0.0.177",
|
|
93
|
+
"@teambit/semantics.entities.semantic-schema": "0.0.58",
|
|
94
|
+
"@teambit/typescript": "1.0.3",
|
|
95
|
+
"@teambit/builder": "1.0.3",
|
|
96
|
+
"@teambit/bundler": "1.0.3",
|
|
97
|
+
"@teambit/compiler": "1.0.3",
|
|
98
98
|
"@teambit/component.modules.component-url": "0.0.153",
|
|
99
|
-
"@teambit/component": "1.0.
|
|
100
|
-
"@teambit/dependency-resolver": "1.0.
|
|
101
|
-
"@teambit/envs": "1.0.
|
|
102
|
-
"@teambit/eslint": "1.0.
|
|
103
|
-
"@teambit/formatter": "1.0.
|
|
104
|
-
"@teambit/jest": "1.0.
|
|
105
|
-
"@teambit/linter": "1.0.
|
|
106
|
-
"@teambit/logger": "0.0.
|
|
107
|
-
"@teambit/pkg": "1.0.
|
|
108
|
-
"@teambit/prettier": "1.0.
|
|
109
|
-
"@teambit/preview": "1.0.
|
|
110
|
-
"@teambit/react.ui.compositions-app": "0.0.
|
|
111
|
-
"@teambit/react.ui.docs-app": "1.0.
|
|
112
|
-
"@teambit/react.ui.highlighter.component-metadata.bit-component-meta": "0.0.
|
|
113
|
-
"@teambit/schema": "1.0.
|
|
114
|
-
"@teambit/tester": "1.0.
|
|
115
|
-
"@teambit/webpack": "1.0.
|
|
116
|
-
"@teambit/workspace-config-files": "1.0.
|
|
117
|
-
"@teambit/workspace": "1.0.
|
|
118
|
-
"@teambit/application": "1.0.
|
|
119
|
-
"@teambit/cli": "0.0.
|
|
120
|
-
"@teambit/generator": "1.0.
|
|
121
|
-
"@teambit/graphql": "1.0.
|
|
122
|
-
"@teambit/react.ui.highlighter-provider": "0.0.
|
|
123
|
-
"@teambit/api-reference.renderers.react": "0.0.
|
|
124
|
-
"@teambit/api-reference": "1.0.
|
|
125
|
-
"@teambit/compositions": "1.0.
|
|
126
|
-
"@teambit/ui": "1.0.
|
|
127
|
-
"@teambit/react.eslint-config-bit-react": "1.0.
|
|
128
|
-
"@teambit/bit-error": "0.0.404",
|
|
129
|
-
"@teambit/toolbox.network.get-port": "1.0.2",
|
|
99
|
+
"@teambit/component": "1.0.3",
|
|
100
|
+
"@teambit/dependency-resolver": "1.0.3",
|
|
101
|
+
"@teambit/envs": "1.0.3",
|
|
102
|
+
"@teambit/eslint": "1.0.3",
|
|
103
|
+
"@teambit/formatter": "1.0.3",
|
|
104
|
+
"@teambit/jest": "1.0.3",
|
|
105
|
+
"@teambit/linter": "1.0.3",
|
|
106
|
+
"@teambit/logger": "0.0.878",
|
|
107
|
+
"@teambit/pkg": "1.0.3",
|
|
108
|
+
"@teambit/prettier": "1.0.3",
|
|
109
|
+
"@teambit/preview": "1.0.3",
|
|
110
|
+
"@teambit/react.ui.compositions-app": "0.0.17",
|
|
111
|
+
"@teambit/react.ui.docs-app": "1.0.6",
|
|
112
|
+
"@teambit/react.ui.highlighter.component-metadata.bit-component-meta": "0.0.36",
|
|
113
|
+
"@teambit/schema": "1.0.3",
|
|
114
|
+
"@teambit/tester": "1.0.3",
|
|
115
|
+
"@teambit/webpack": "1.0.3",
|
|
116
|
+
"@teambit/workspace-config-files": "1.0.3",
|
|
117
|
+
"@teambit/workspace": "1.0.3",
|
|
118
|
+
"@teambit/application": "1.0.3",
|
|
119
|
+
"@teambit/cli": "0.0.785",
|
|
120
|
+
"@teambit/generator": "1.0.3",
|
|
121
|
+
"@teambit/graphql": "1.0.3",
|
|
122
|
+
"@teambit/react.ui.highlighter-provider": "0.0.205",
|
|
123
|
+
"@teambit/api-reference.renderers.react": "0.0.6",
|
|
124
|
+
"@teambit/api-reference": "1.0.3",
|
|
125
|
+
"@teambit/compositions": "1.0.3",
|
|
126
|
+
"@teambit/ui": "1.0.3",
|
|
127
|
+
"@teambit/react.eslint-config-bit-react": "1.0.30",
|
|
130
128
|
"@teambit/mdx.modules.mdx-loader": "1.0.7",
|
|
131
|
-
"@teambit/react.babel.bit-react-transformer": "1.0.
|
|
129
|
+
"@teambit/react.babel.bit-react-transformer": "1.0.6",
|
|
132
130
|
"@teambit/webpack.modules.generate-style-loaders": "1.0.2",
|
|
133
131
|
"@teambit/webpack.modules.style-regexps": "1.0.2",
|
|
134
|
-
"@teambit/
|
|
132
|
+
"@teambit/bit-error": "0.0.404",
|
|
133
|
+
"@teambit/toolbox.network.get-port": "1.0.2",
|
|
134
|
+
"@teambit/ui-foundation.ui.pages.static-error": "0.0.92"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
137
|
"@types/react": "^17.0.8",
|
|
138
138
|
"@types/fs-extra": "9.0.7",
|
|
139
139
|
"@types/lodash": "4.14.165",
|
|
140
140
|
"@types/lodash.flatten": "4.4.6",
|
|
141
|
-
"@types/lodash.compact": "3.0.6",
|
|
142
141
|
"@types/webpack": "5.28.1",
|
|
143
142
|
"@types/mini-css-extract-plugin": "2.2.0",
|
|
144
143
|
"@types/react-dev-utils": "9.0.10",
|
|
144
|
+
"@types/lodash.compact": "3.0.6",
|
|
145
145
|
"@types/express": "4.17.13",
|
|
146
146
|
"@types/url-join": "4.0.0",
|
|
147
147
|
"@types/react-dom": "^17.0.5",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@teambit/react.content.react-overview": "1.95.0"
|
|
154
154
|
},
|
|
155
155
|
"peerDependencies": {
|
|
156
|
-
"@teambit/legacy": "1.0.
|
|
156
|
+
"@teambit/legacy": "1.0.567",
|
|
157
157
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
158
158
|
"react": "^16.8.0 || ^17.0.0"
|
|
159
159
|
},
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { linkModules } from '/Users/davidfirst/teambit/bit6/node_modules/@teambit/preview/dist/preview.preview.runtime.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import * as defaultMainModule from "/Users/davidfirst/teambit/bit6/node_modules/@teambit/react.ui.compositions-app/dist/index.js";
|
|
7
|
-
|
|
8
|
-
linkModules('compositions', {
|
|
9
|
-
modulesMap: {
|
|
10
|
-
"default": defaultMainModule
|
|
11
|
-
},
|
|
12
|
-
isSplitComponentBundle: true,
|
|
13
|
-
componentMap: {
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
});
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as compositions_0 from '/Users/davidfirst/Library/Caches/Bit/capsules/633786a8db5eb76897544549d9cae6b12f050100/teambit.react_react@1.0.1/dist/react.composition.js';
|
|
2
|
-
import * as overview_0 from '/Users/davidfirst/Library/Caches/Bit/capsules/633786a8db5eb76897544549d9cae6b12f050100/teambit.react_react@1.0.1/dist/react.docs.mdx';
|
|
3
|
-
|
|
4
|
-
export const compositions = [compositions_0];
|
|
5
|
-
export const overview = [overview_0];
|
|
6
|
-
|
|
7
|
-
export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { linkModules } from '/Users/davidfirst/teambit/bit6/node_modules/@teambit/preview/dist/preview.preview.runtime.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import * as defaultMainModule from "/Users/davidfirst/teambit/bit6/node_modules/@teambit/react.ui.docs-app/dist/index.js";
|
|
7
|
-
|
|
8
|
-
linkModules('overview', {
|
|
9
|
-
modulesMap: {
|
|
10
|
-
"default": defaultMainModule
|
|
11
|
-
},
|
|
12
|
-
isSplitComponentBundle: true,
|
|
13
|
-
componentMap: {
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
});
|