@teambit/mdx 0.0.657 → 0.0.660
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/__bit_junit.xml +4 -4
- package/artifacts/env-template/public/529.js +1 -0
- package/artifacts/env-template/public/677.js +1 -1
- package/artifacts/env-template/public/750.js +1 -1
- package/artifacts/env-template/public/793.js +12 -12
- package/artifacts/env-template/public/assets-manifest.json +10 -10
- package/artifacts/env-template/public/{compositions.39081312cb0df45fa08c.js → compositions.fe6908bd7dcc97e45221.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/overview.0e95bef77662c8ebc7d8.js +1 -0
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/preview-root.549cd953f893ee6e32b7.js +1 -0
- package/artifacts/env-template/public/service-worker.js +1 -1
- package/artifacts/env-template/public/static/css/{793.dafc3ad5.css → 793.2c0416f7.css} +1 -1
- package/artifacts/preview/teambit_mdx_mdx-preview.js +1 -1
- package/{compositions-1647401023351.js → compositions-1647573899025.js} +0 -0
- package/dist/mdx.ui.runtime.js +6 -4
- package/dist/mdx.ui.runtime.js.map +1 -1
- package/mdx.ui.runtime.tsx +4 -2
- package/{overview-1647401023351.js → overview-1647573899025.js} +0 -0
- package/package-tar/teambit-mdx-0.0.660.tgz +0 -0
- package/package.json +18 -18
- package/{preview-1647401023351.js → preview-1647573899025.js} +2 -2
- package/artifacts/env-template/public/965.js +0 -1
- package/artifacts/env-template/public/overview.c00da02a885455ec3f29.js +0 -1
- package/artifacts/env-template/public/preview-root.2b0cd7db56266d32895e.js +0 -1
- package/package-tar/teambit-mdx-0.0.657.tgz +0 -0
|
File without changes
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/mdx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.660",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/mdx/mdx",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.mdx",
|
|
8
8
|
"name": "mdx",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.660"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@teambit/harmony": "0.2.11",
|
|
@@ -15,24 +15,24 @@
|
|
|
15
15
|
"minimatch": "3.0.4",
|
|
16
16
|
"@babel/runtime": "7.12.18",
|
|
17
17
|
"core-js": "^3.0.0",
|
|
18
|
-
"@teambit/builder": "0.0.
|
|
18
|
+
"@teambit/builder": "0.0.680",
|
|
19
19
|
"@teambit/compilation.modules.babel-compiler": "0.0.124",
|
|
20
|
-
"@teambit/compiler": "0.0.
|
|
20
|
+
"@teambit/compiler": "0.0.680",
|
|
21
21
|
"@teambit/mdx.modules.mdx-compiler": "0.0.488",
|
|
22
|
-
"@teambit/dependency-resolver": "0.0.
|
|
23
|
-
"@teambit/docs": "0.0.
|
|
24
|
-
"@teambit/babel": "0.0.
|
|
25
|
-
"@teambit/cli": "0.0.
|
|
26
|
-
"@teambit/envs": "0.0.
|
|
27
|
-
"@teambit/generator": "0.0.
|
|
28
|
-
"@teambit/multi-compiler": "0.0.
|
|
29
|
-
"@teambit/react": "0.0.
|
|
22
|
+
"@teambit/dependency-resolver": "0.0.680",
|
|
23
|
+
"@teambit/docs": "0.0.680",
|
|
24
|
+
"@teambit/babel": "0.0.680",
|
|
25
|
+
"@teambit/cli": "0.0.455",
|
|
26
|
+
"@teambit/envs": "0.0.680",
|
|
27
|
+
"@teambit/generator": "0.0.680",
|
|
28
|
+
"@teambit/multi-compiler": "0.0.680",
|
|
29
|
+
"@teambit/react": "0.0.680",
|
|
30
30
|
"@teambit/typescript.modules.ts-config-mutator": "0.0.67",
|
|
31
|
-
"@teambit/typescript": "0.0.
|
|
32
|
-
"@teambit/compositions": "0.0.
|
|
31
|
+
"@teambit/typescript": "0.0.680",
|
|
32
|
+
"@teambit/compositions": "0.0.680",
|
|
33
33
|
"@teambit/design.ui.empty-box": "0.0.353",
|
|
34
|
-
"@teambit/tester": "0.0.
|
|
35
|
-
"@teambit/ui": "0.0.
|
|
34
|
+
"@teambit/tester": "0.0.680",
|
|
35
|
+
"@teambit/ui": "0.0.680"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/fs-extra": "9.0.7",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@teambit/mdx.aspect-docs.mdx": "0.0.134"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@teambit/legacy": "1.0.
|
|
51
|
+
"@teambit/legacy": "1.0.234",
|
|
52
52
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
53
53
|
"react": "^16.8.0 || ^17.0.0"
|
|
54
54
|
},
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"react": "-"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@teambit/legacy": "1.0.
|
|
79
|
+
"@teambit/legacy": "1.0.234",
|
|
80
80
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
81
81
|
"react": "^16.8.0 || ^17.0.0"
|
|
82
82
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.
|
|
2
|
-
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.
|
|
1
|
+
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.660/dist/mdx.composition.js')]
|
|
2
|
+
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.660/dist/mdx.docs.mdx')]
|