@teambit/mdx 0.0.560 → 0.0.564
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.
|
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.564",
|
|
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.564"
|
|
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.
|
|
19
|
-
"@teambit/compilation.modules.babel-compiler": "0.0.
|
|
20
|
-
"@teambit/compiler": "0.0.
|
|
21
|
-
"@teambit/mdx.modules.mdx-compiler": "0.0.
|
|
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.
|
|
30
|
-
"@teambit/typescript.modules.ts-config-mutator": "0.0.
|
|
31
|
-
"@teambit/typescript": "0.0.
|
|
32
|
-
"@teambit/compositions": "0.0.
|
|
18
|
+
"@teambit/builder": "0.0.584",
|
|
19
|
+
"@teambit/compilation.modules.babel-compiler": "0.0.116",
|
|
20
|
+
"@teambit/compiler": "0.0.584",
|
|
21
|
+
"@teambit/mdx.modules.mdx-compiler": "0.0.478",
|
|
22
|
+
"@teambit/dependency-resolver": "0.0.584",
|
|
23
|
+
"@teambit/docs": "0.0.584",
|
|
24
|
+
"@teambit/babel": "0.0.584",
|
|
25
|
+
"@teambit/cli": "0.0.401",
|
|
26
|
+
"@teambit/envs": "0.0.584",
|
|
27
|
+
"@teambit/generator": "0.0.584",
|
|
28
|
+
"@teambit/multi-compiler": "0.0.584",
|
|
29
|
+
"@teambit/react": "0.0.584",
|
|
30
|
+
"@teambit/typescript.modules.ts-config-mutator": "0.0.58",
|
|
31
|
+
"@teambit/typescript": "0.0.584",
|
|
32
|
+
"@teambit/compositions": "0.0.584",
|
|
33
33
|
"@teambit/design.ui.empty-box": "0.0.352",
|
|
34
|
-
"@teambit/tester": "0.0.
|
|
35
|
-
"@teambit/ui": "0.0.
|
|
34
|
+
"@teambit/tester": "0.0.584",
|
|
35
|
+
"@teambit/ui": "0.0.584"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/fs-extra": "9.0.7",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"@types/jest": "^26.0.0",
|
|
44
44
|
"@types/react-dom": "^17.0.5",
|
|
45
45
|
"@types/node": "12.20.4",
|
|
46
|
-
"@teambit/mdx.aspect-docs.mdx": "0.0.
|
|
46
|
+
"@teambit/mdx.aspect-docs.mdx": "0.0.123"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@teambit/legacy": "1.0.
|
|
49
|
+
"@teambit/legacy": "1.0.187",
|
|
50
50
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
51
51
|
"react": "^16.8.0 || ^17.0.0"
|
|
52
52
|
},
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"react": "-"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@teambit/legacy": "1.0.
|
|
77
|
+
"@teambit/legacy": "1.0.187",
|
|
78
78
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
79
79
|
"react": "^16.8.0 || ^17.0.0"
|
|
80
80
|
}
|
package/tsconfig.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"skipLibCheck": true,
|
|
16
16
|
"moduleResolution": "node",
|
|
17
17
|
"esModuleInterop": true,
|
|
18
|
+
"resolveJsonModule": true,
|
|
18
19
|
"composite": true,
|
|
19
20
|
"emitDeclarationOnly": true,
|
|
20
21
|
"outDir": "dist",
|
|
@@ -25,8 +26,7 @@
|
|
|
25
26
|
"strict": true,
|
|
26
27
|
"noImplicitAny": false,
|
|
27
28
|
"rootDir": ".",
|
|
28
|
-
"preserveConstEnums": true
|
|
29
|
-
"resolveJsonModule": true
|
|
29
|
+
"preserveConstEnums": true
|
|
30
30
|
},
|
|
31
31
|
"exclude": [
|
|
32
32
|
"dist"
|
|
Binary file
|