@teambit/mdx 0.0.764 → 0.0.765
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 +2 -2
- package/artifacts/env-template/public/{914.f32aeb645c45af9c7978.js → 722.00ba2b570017d43e9353.js} +5 -5
- package/artifacts/env-template/public/assets-manifest.json +12 -12
- package/artifacts/env-template/public/{compositions.b5b2dee587469064ab64.js → compositions.23458a4129e811185130.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.792a1b1dc14674e28da1.js → overview.6343b115473bcaff8d48.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.51fa5e777fb3e1bc693b.js → peers.28c2d362c0e655830e3e.js} +1 -1
- package/artifacts/env-template/public/{preview-root.00a58e25dd767689624c.js → preview-root.91d7d0b1b20c51d1c4e1.js} +1 -1
- package/artifacts/env-template/public/static/css/{914.6843020b.css → 722.6843020b.css} +0 -0
- package/artifacts/preview/teambit_mdx_mdx-preview.js +2 -2
- package/{compositions-1657251036992.js → compositions-1657337177086.js} +0 -0
- package/{overview-1657251036992.js → overview-1657337177086.js} +0 -0
- package/package-tar/teambit-mdx-0.0.765.tgz +0 -0
- package/package.json +16 -43
- package/{preview-1657251036992.js → preview-1657337177086.js} +2 -2
- package/package-tar/teambit-mdx-0.0.764.tgz +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/mdx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.765",
|
|
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.765"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/core": "7.12.17",
|
|
@@ -16,24 +16,24 @@
|
|
|
16
16
|
"@babel/runtime": "7.12.18",
|
|
17
17
|
"core-js": "^3.0.0",
|
|
18
18
|
"@teambit/harmony": "0.3.3",
|
|
19
|
-
"@teambit/builder": "0.0.
|
|
19
|
+
"@teambit/builder": "0.0.785",
|
|
20
20
|
"@teambit/compilation.modules.babel-compiler": "0.0.124",
|
|
21
|
-
"@teambit/compiler": "0.0.
|
|
21
|
+
"@teambit/compiler": "0.0.785",
|
|
22
22
|
"@teambit/mdx.modules.mdx-compiler": "0.0.489",
|
|
23
|
-
"@teambit/dependency-resolver": "0.0.
|
|
24
|
-
"@teambit/docs": "0.0.
|
|
25
|
-
"@teambit/envs": "0.0.
|
|
26
|
-
"@teambit/babel": "0.0.
|
|
27
|
-
"@teambit/cli": "0.0.
|
|
28
|
-
"@teambit/generator": "0.0.
|
|
29
|
-
"@teambit/multi-compiler": "0.0.
|
|
30
|
-
"@teambit/react": "0.0.
|
|
23
|
+
"@teambit/dependency-resolver": "0.0.785",
|
|
24
|
+
"@teambit/docs": "0.0.785",
|
|
25
|
+
"@teambit/envs": "0.0.785",
|
|
26
|
+
"@teambit/babel": "0.0.785",
|
|
27
|
+
"@teambit/cli": "0.0.519",
|
|
28
|
+
"@teambit/generator": "0.0.785",
|
|
29
|
+
"@teambit/multi-compiler": "0.0.785",
|
|
30
|
+
"@teambit/react": "0.0.785",
|
|
31
31
|
"@teambit/typescript.modules.ts-config-mutator": "0.0.68",
|
|
32
|
-
"@teambit/typescript": "0.0.
|
|
33
|
-
"@teambit/compositions": "0.0.
|
|
32
|
+
"@teambit/typescript": "0.0.785",
|
|
33
|
+
"@teambit/compositions": "0.0.785",
|
|
34
34
|
"@teambit/design.ui.empty-box": "0.0.354",
|
|
35
|
-
"@teambit/tester": "0.0.
|
|
36
|
-
"@teambit/ui": "0.0.
|
|
35
|
+
"@teambit/tester": "0.0.785",
|
|
36
|
+
"@teambit/ui": "0.0.785"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/fs-extra": "9.0.7",
|
|
@@ -52,33 +52,6 @@
|
|
|
52
52
|
"react": "^16.8.0 || ^17.0.0"
|
|
53
53
|
},
|
|
54
54
|
"license": "Apache-2.0",
|
|
55
|
-
"bit": {
|
|
56
|
-
"bindingPrefix": "@teambit",
|
|
57
|
-
"env": {},
|
|
58
|
-
"overrides": {
|
|
59
|
-
"dependencies": {
|
|
60
|
-
"@babel/helper-plugin-test-runner": "7.16.7",
|
|
61
|
-
"@babel/runtime": "7.12.18",
|
|
62
|
-
"core-js": "^3.0.0",
|
|
63
|
-
"react-dom": "-",
|
|
64
|
-
"react": "-"
|
|
65
|
-
},
|
|
66
|
-
"devDependencies": {
|
|
67
|
-
"@types/testing-library__jest-dom": "5.9.5",
|
|
68
|
-
"@types/jest": "^26.0.0",
|
|
69
|
-
"@types/react-dom": "^17.0.5",
|
|
70
|
-
"@types/react": "^17.0.8",
|
|
71
|
-
"@types/node": "12.20.4",
|
|
72
|
-
"@types/mocha": "-",
|
|
73
|
-
"react-dom": "-",
|
|
74
|
-
"react": "-"
|
|
75
|
-
},
|
|
76
|
-
"peerDependencies": {
|
|
77
|
-
"react-dom": "^16.8.0 || ^17.0.0",
|
|
78
|
-
"react": "^16.8.0 || ^17.0.0"
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
55
|
"private": false,
|
|
83
56
|
"engines": {
|
|
84
57
|
"node": ">=12.22.0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.765/dist/mdx.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.765/dist/mdx.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
Binary file
|