@teambit/react 0.0.1051 → 0.0.1053
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/apps/web/react-app-options.ts +10 -0
- package/apps/web/react.app-type.ts +3 -1
- package/apps/web/react.application.ts +21 -12
- package/artifacts/env-template/public/{634.d2681e5a2ad2767fbefd.js → 624.339523ffa2713fab9603.js} +2 -2
- package/artifacts/env-template/public/assets-manifest.json +10 -10
- package/artifacts/env-template/public/{compositions.04c424a5d90c30005ffa.js → compositions.4b3e01aed63b1c37c994.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.a8e0c93884aede320257.js → overview.35b05f6ec2e554b6f143.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.c2f8ce8df3dcc9b2dd2c.js → peers.6c2c2c538bcb0e2f6b7a.js} +1 -1
- package/artifacts/env-template/public/{preview-root.39be09d642d15b67bc4f.js → preview-root.2fd58ef41e0ab690a97f.js} +1 -1
- package/dist/apps/web/react-app-options.d.ts +8 -0
- package/dist/apps/web/react-app-options.js.map +1 -1
- package/dist/apps/web/react.app-type.js +1 -1
- package/dist/apps/web/react.app-type.js.map +1 -1
- package/dist/apps/web/react.application.d.ts +3 -1
- package/dist/apps/web/react.application.js +8 -6
- package/dist/apps/web/react.application.js.map +1 -1
- package/dist/{preview-1683603493223.js → preview-1683776045298.js} +2 -2
- package/dist/react.env.d.ts +4 -4
- package/dist/react.env.js +10 -10
- package/dist/react.env.js.map +1 -1
- package/dist/react.main.runtime.d.ts +2 -0
- package/dist/react.main.runtime.js +4 -4
- package/dist/react.main.runtime.js.map +1 -1
- package/package-tar/teambit-react-0.0.1053.tgz +0 -0
- package/package.json +31 -31
- package/package-tar/teambit-react-0.0.1051.tgz +0 -0
- /package/{compositions-1683603493223.js → compositions-1683776045298.js} +0 -0
- /package/{overview-1683603493223.js → overview-1683776045298.js} +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1053",
|
|
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": "0.0.
|
|
9
|
+
"version": "0.0.1053"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@babel/preset-env": "7.12.17",
|
|
38
38
|
"@babel/plugin-transform-modules-commonjs": "7.19.6",
|
|
39
39
|
"camelcase": "6.2.0",
|
|
40
|
-
"comment-json": "3.0.3",
|
|
41
40
|
"react-error-overlay": "6.0.9",
|
|
42
41
|
"strip-ansi": "6.0.0",
|
|
42
|
+
"comment-json": "3.0.3",
|
|
43
43
|
"@prerenderer/prerenderer": "^1.2.0",
|
|
44
44
|
"@prerenderer/renderer-jsdom": "^1.1.2",
|
|
45
45
|
"@prerenderer/webpack-plugin": "^5.2.0",
|
|
@@ -87,37 +87,37 @@
|
|
|
87
87
|
"@teambit/component-id": "0.0.427",
|
|
88
88
|
"@teambit/react.rendering.ssr": "0.0.3",
|
|
89
89
|
"@teambit/compositions.ui.hooks.use-composition": "0.0.172",
|
|
90
|
-
"@teambit/builder": "0.0.
|
|
91
|
-
"@teambit/bundler": "0.0.
|
|
92
|
-
"@teambit/compiler": "0.0.
|
|
90
|
+
"@teambit/builder": "0.0.1053",
|
|
91
|
+
"@teambit/bundler": "0.0.1053",
|
|
92
|
+
"@teambit/compiler": "0.0.1053",
|
|
93
93
|
"@teambit/component.modules.component-url": "0.0.151",
|
|
94
|
-
"@teambit/component": "0.0.
|
|
95
|
-
"@teambit/dependency-resolver": "0.0.
|
|
96
|
-
"@teambit/envs": "0.0.
|
|
97
|
-
"@teambit/eslint": "0.0.
|
|
98
|
-
"@teambit/formatter": "0.0.
|
|
99
|
-
"@teambit/jest": "0.0.
|
|
100
|
-
"@teambit/linter": "0.0.
|
|
101
|
-
"@teambit/logger": "0.0.
|
|
102
|
-
"@teambit/pkg": "0.0.
|
|
103
|
-
"@teambit/prettier": "0.0.
|
|
104
|
-
"@teambit/preview": "0.0.
|
|
94
|
+
"@teambit/component": "0.0.1053",
|
|
95
|
+
"@teambit/dependency-resolver": "0.0.1053",
|
|
96
|
+
"@teambit/envs": "0.0.1053",
|
|
97
|
+
"@teambit/eslint": "0.0.1053",
|
|
98
|
+
"@teambit/formatter": "0.0.604",
|
|
99
|
+
"@teambit/jest": "0.0.1053",
|
|
100
|
+
"@teambit/linter": "0.0.1053",
|
|
101
|
+
"@teambit/logger": "0.0.802",
|
|
102
|
+
"@teambit/pkg": "0.0.1053",
|
|
103
|
+
"@teambit/prettier": "0.0.604",
|
|
104
|
+
"@teambit/preview": "0.0.1053",
|
|
105
105
|
"@teambit/react.ui.compositions-app": "0.0.12",
|
|
106
106
|
"@teambit/react.ui.docs-app": "0.0.205",
|
|
107
107
|
"@teambit/react.ui.highlighter.component-metadata.bit-component-meta": "0.0.31",
|
|
108
|
-
"@teambit/schema": "0.0.
|
|
109
|
-
"@teambit/tester": "0.0.
|
|
110
|
-
"@teambit/typescript": "0.0.
|
|
111
|
-
"@teambit/webpack": "0.0.
|
|
112
|
-
"@teambit/workspace": "0.0.
|
|
113
|
-
"@teambit/application": "0.0.
|
|
114
|
-
"@teambit/cli": "0.0.
|
|
115
|
-
"@teambit/generator": "0.0.
|
|
116
|
-
"@teambit/graphql": "0.0.
|
|
108
|
+
"@teambit/schema": "0.0.1053",
|
|
109
|
+
"@teambit/tester": "0.0.1053",
|
|
110
|
+
"@teambit/typescript": "0.0.1053",
|
|
111
|
+
"@teambit/webpack": "0.0.1053",
|
|
112
|
+
"@teambit/workspace": "0.0.1053",
|
|
113
|
+
"@teambit/application": "0.0.695",
|
|
114
|
+
"@teambit/cli": "0.0.709",
|
|
115
|
+
"@teambit/generator": "0.0.1053",
|
|
116
|
+
"@teambit/graphql": "0.0.1053",
|
|
117
117
|
"@teambit/react.ui.highlighter-provider": "0.0.200",
|
|
118
|
-
"@teambit/compositions": "0.0.
|
|
119
|
-
"@teambit/ui": "0.0.
|
|
120
|
-
"@teambit/react.eslint-config-bit-react": "0.0.
|
|
118
|
+
"@teambit/compositions": "0.0.1053",
|
|
119
|
+
"@teambit/ui": "0.0.1053",
|
|
120
|
+
"@teambit/react.eslint-config-bit-react": "0.0.781",
|
|
121
121
|
"@teambit/mdx.modules.mdx-loader": "0.0.509",
|
|
122
122
|
"@teambit/react.babel.bit-react-transformer": "0.0.529",
|
|
123
123
|
"@teambit/webpack.modules.generate-style-loaders": "0.0.110",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@teambit/bit-error": "0.0.402",
|
|
126
126
|
"@teambit/toolbox.network.get-port": "0.0.121",
|
|
127
127
|
"@teambit/ui-foundation.ui.pages.static-error": "0.0.86",
|
|
128
|
-
"@teambit/config": "0.0.
|
|
128
|
+
"@teambit/config": "0.0.722"
|
|
129
129
|
},
|
|
130
130
|
"devDependencies": {
|
|
131
131
|
"@types/react": "^17.0.8",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"@teambit/react.content.react-overview": "1.95.0"
|
|
148
148
|
},
|
|
149
149
|
"peerDependencies": {
|
|
150
|
-
"@teambit/legacy": "1.0.
|
|
150
|
+
"@teambit/legacy": "1.0.489",
|
|
151
151
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
152
152
|
"react": "^16.8.0 || ^17.0.0"
|
|
153
153
|
},
|
|
Binary file
|
|
File without changes
|
|
File without changes
|