@teambit/mdx 1.0.51 → 1.0.53
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/{718.034b53bf40348a4a11df.js → 141.cd89bea8aa84294c8e6d.js} +7 -6
- package/artifacts/env-template/public/{29.533f916771d2af665d08.js → 29.ae3f6e022799e1bacc4e.js} +5 -5
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.bda2476f2cb5709cf406.js → compositions.1c8c9552f142a72d44b4.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.c9377e4b44d6bfcccad6.js → overview.e2bdafee6fb0358961de.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.88de3a48eb44083d2467.js → peers.5077a2a1a62767d98d4e.js} +1 -1
- package/artifacts/env-template/public/{preview-root.408c7784427ed8d6a167.js → preview-root.367cd03b9e1a00d2827f.js} +1 -1
- package/artifacts/env-template/public/static/css/{29.d8f1bc2b.css → 29.854a98c7.css} +1 -1
- package/dist/{preview-1699845467545.js → preview-1699931922620.js} +2 -2
- package/package.json +19 -19
- /package/{compositions-1699845467545.js → compositions-1699931922620.js} +0 -0
- /package/{overview-1699845467545.js → overview-1699931922620.js} +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/mdx",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.53",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/mdx/mdx",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.mdx",
|
|
8
8
|
"name": "mdx",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.53"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/core": "7.19.6",
|
|
@@ -22,28 +22,28 @@
|
|
|
22
22
|
"react": "^16.8.0 || ^17.0.0",
|
|
23
23
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
24
24
|
"@teambit/harmony": "0.4.6",
|
|
25
|
-
"@teambit/component-id": "1.
|
|
25
|
+
"@teambit/component-id": "1.2.0",
|
|
26
26
|
"@teambit/mdx.generator.mdx-templates": "1.0.9",
|
|
27
27
|
"@teambit/design.ui.empty-box": "0.0.363",
|
|
28
|
-
"@teambit/builder": "1.0.
|
|
28
|
+
"@teambit/builder": "1.0.53",
|
|
29
29
|
"@teambit/compilation.modules.babel-compiler": "0.0.137",
|
|
30
|
-
"@teambit/compiler": "1.0.
|
|
30
|
+
"@teambit/compiler": "1.0.53",
|
|
31
31
|
"@teambit/mdx.modules.mdx-compiler": "0.0.506",
|
|
32
|
-
"@teambit/dependency-resolver": "1.0.
|
|
33
|
-
"@teambit/docs": "1.0.
|
|
34
|
-
"@teambit/envs": "1.0.
|
|
35
|
-
"@teambit/babel": "1.0.
|
|
36
|
-
"@teambit/cli": "0.0.
|
|
37
|
-
"@teambit/generator": "1.0.
|
|
38
|
-
"@teambit/logger": "0.0.
|
|
39
|
-
"@teambit/multi-compiler": "1.0.
|
|
40
|
-
"@teambit/react": "1.0.
|
|
32
|
+
"@teambit/dependency-resolver": "1.0.53",
|
|
33
|
+
"@teambit/docs": "1.0.53",
|
|
34
|
+
"@teambit/envs": "1.0.53",
|
|
35
|
+
"@teambit/babel": "1.0.53",
|
|
36
|
+
"@teambit/cli": "0.0.814",
|
|
37
|
+
"@teambit/generator": "1.0.54",
|
|
38
|
+
"@teambit/logger": "0.0.907",
|
|
39
|
+
"@teambit/multi-compiler": "1.0.53",
|
|
40
|
+
"@teambit/react": "1.0.53",
|
|
41
41
|
"@teambit/typescript.modules.ts-config-mutator": "0.0.80",
|
|
42
|
-
"@teambit/typescript": "1.0.
|
|
43
|
-
"@teambit/worker": "0.0.
|
|
44
|
-
"@teambit/compositions": "1.0.
|
|
45
|
-
"@teambit/tester": "1.0.
|
|
46
|
-
"@teambit/ui": "1.0.
|
|
42
|
+
"@teambit/typescript": "1.0.53",
|
|
43
|
+
"@teambit/worker": "0.0.1118",
|
|
44
|
+
"@teambit/compositions": "1.0.53",
|
|
45
|
+
"@teambit/tester": "1.0.53",
|
|
46
|
+
"@teambit/ui": "1.0.53"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|
|
File without changes
|