@teambit/mdx 0.0.951 → 0.0.952
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/{97.b27dd5b345f76837e727.js → 147.41fbad57cd0035c5eed7.js} +2 -2
- package/artifacts/env-template/public/{679.e2feae8850eb18b60f96.js → 679.03085532387d170a9752.js} +15 -15
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.f1366bc5468acd447918.js → compositions.2fda4384901f38da26eb.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.57d48a84f3452d4bb432.js → overview.b10421724492ef376693.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.d1bff615c6ef67e1ac4c.js → peers.4647ef703861fec641a1.js} +1 -1
- package/artifacts/env-template/public/{preview-root.a46b048898a12808fc65.js → preview-root.f74ac8b9a80dc34cf56e.js} +1 -1
- package/artifacts/env-template/public/static/css/{679.21f85345.css → 679.17b30abb.css} +1 -1
- package/artifacts/preview/teambit_mdx_mdx-preview.js +1 -1
- package/artifacts/schema.json +3 -3
- package/{compositions-1675083688288.js → compositions-1675135948257.js} +0 -0
- package/dist/{preview-1675083688288.js → preview-1675135948257.js} +2 -2
- package/{overview-1675083688288.js → overview-1675135948257.js} +0 -0
- package/package-tar/teambit-mdx-0.0.952.tgz +0 -0
- package/package.json +17 -17
- package/package-tar/teambit-mdx-0.0.951.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.952",
|
|
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.952"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/core": "7.19.6",
|
|
@@ -16,24 +16,24 @@
|
|
|
16
16
|
"core-js": "^3.0.0",
|
|
17
17
|
"@babel/runtime": "7.20.0",
|
|
18
18
|
"@teambit/harmony": "0.4.6",
|
|
19
|
-
"@teambit/builder": "0.0.
|
|
20
|
-
"@teambit/compilation.modules.babel-compiler": "0.0.
|
|
21
|
-
"@teambit/compiler": "0.0.
|
|
19
|
+
"@teambit/builder": "0.0.972",
|
|
20
|
+
"@teambit/compilation.modules.babel-compiler": "0.0.133",
|
|
21
|
+
"@teambit/compiler": "0.0.972",
|
|
22
22
|
"@teambit/mdx.modules.mdx-compiler": "0.0.498",
|
|
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.972",
|
|
24
|
+
"@teambit/docs": "0.0.972",
|
|
25
|
+
"@teambit/envs": "0.0.972",
|
|
26
|
+
"@teambit/babel": "0.0.972",
|
|
27
|
+
"@teambit/cli": "0.0.652",
|
|
28
|
+
"@teambit/generator": "0.0.972",
|
|
29
|
+
"@teambit/multi-compiler": "0.0.972",
|
|
30
|
+
"@teambit/react": "0.0.972",
|
|
31
31
|
"@teambit/typescript.modules.ts-config-mutator": "0.0.76",
|
|
32
|
-
"@teambit/typescript": "0.0.
|
|
33
|
-
"@teambit/compositions": "0.0.
|
|
32
|
+
"@teambit/typescript": "0.0.972",
|
|
33
|
+
"@teambit/compositions": "0.0.972",
|
|
34
34
|
"@teambit/design.ui.empty-box": "0.0.364",
|
|
35
|
-
"@teambit/tester": "0.0.
|
|
36
|
-
"@teambit/ui": "0.0.
|
|
35
|
+
"@teambit/tester": "0.0.972",
|
|
36
|
+
"@teambit/ui": "0.0.972"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/fs-extra": "9.0.7",
|
|
Binary file
|