@teambit/mdx 0.0.952 → 0.0.953
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/{679.03085532387d170a9752.js → 679.e2c683da44d0c477e1aa.js} +16 -16
- package/artifacts/env-template/public/{147.41fbad57cd0035c5eed7.js → 73.b571ebba94155ffba565.js} +2 -2
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.2fda4384901f38da26eb.js → compositions.88c5e8988a0efab41487.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.b10421724492ef376693.js → overview.62b7eb0b652cf23b10cd.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.4647ef703861fec641a1.js → peers.9a12bc0bd3a332b8bd57.js} +1 -1
- package/artifacts/env-template/public/{preview-root.f74ac8b9a80dc34cf56e.js → preview-root.ab56491c068f48621679.js} +1 -1
- package/artifacts/env-template/public/static/css/{679.17b30abb.css → 679.21f85345.css} +1 -1
- package/artifacts/preview/teambit_mdx_mdx-preview.js +1 -1
- package/artifacts/schema.json +3 -3
- package/{compositions-1675135948257.js → compositions-1675222253639.js} +0 -0
- package/dist/{preview-1675135948257.js → preview-1675222253639.js} +2 -2
- package/{overview-1675135948257.js → overview-1675222253639.js} +0 -0
- package/package-tar/teambit-mdx-0.0.953.tgz +0 -0
- package/package.json +16 -16
- package/package-tar/teambit-mdx-0.0.952.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.953",
|
|
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.953"
|
|
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.
|
|
19
|
+
"@teambit/builder": "0.0.973",
|
|
20
20
|
"@teambit/compilation.modules.babel-compiler": "0.0.133",
|
|
21
|
-
"@teambit/compiler": "0.0.
|
|
21
|
+
"@teambit/compiler": "0.0.973",
|
|
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.973",
|
|
24
|
+
"@teambit/docs": "0.0.973",
|
|
25
|
+
"@teambit/envs": "0.0.973",
|
|
26
|
+
"@teambit/babel": "0.0.973",
|
|
27
|
+
"@teambit/cli": "0.0.653",
|
|
28
|
+
"@teambit/generator": "0.0.973",
|
|
29
|
+
"@teambit/multi-compiler": "0.0.973",
|
|
30
|
+
"@teambit/react": "0.0.973",
|
|
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.973",
|
|
33
|
+
"@teambit/compositions": "0.0.973",
|
|
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.973",
|
|
36
|
+
"@teambit/ui": "0.0.973"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/fs-extra": "9.0.7",
|
|
Binary file
|