@teambit/mdx 1.0.1011 → 1.0.1012
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/env-template/public/{252.1f67635b160d3418ebf5.js → 252.40824358c38e203c1034.js} +3 -3
- package/artifacts/env-template/public/{261.3396d50d2c085b05845d.js → 6.618470cfbbbc96a2f9fa.js} +1 -1
- package/artifacts/env-template/public/{540.c1e03d5078d2445a9fa2.js → 652.e3c2d95c2ae8e4c7df50.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.c0c9ba5e7d89776c8736.js → compositions.ac8e5622408d7cd056c4.js} +2 -2
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.edd0e9c89dad1ecd1408.js → overview.22153ee51e4051f08d32.js} +2 -2
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{preview-root.f1f9e40f48bfb79e930d.js → preview-root.d446077aa5d8e68424fd.js} +1 -1
- package/{compositions-1781017515807.js → compositions-1781036704517.js} +1 -1
- package/dist/{preview-1781017515807.js → preview-1781036704517.js} +2 -2
- package/{overview-1781017515807.js → overview-1781036704517.js} +1 -1
- package/package.json +17 -17
- /package/artifacts/env-template/public/{peers.c3057d0a49d5075753ea.js → peers.48e1f604fce93fa8a8a1.js} +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/mdx",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1012",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/mdx/mdx",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.mdx",
|
|
8
8
|
"name": "mdx",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.1012"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/core": "7.28.3",
|
|
@@ -26,26 +26,26 @@
|
|
|
26
26
|
"@teambit/harmony": "0.4.7",
|
|
27
27
|
"@teambit/compilation.modules.babel-compiler": "0.0.142",
|
|
28
28
|
"@teambit/mdx.modules.mdx-v3-options": "0.0.3",
|
|
29
|
-
"@teambit/logger": "0.0.1427",
|
|
30
29
|
"@teambit/compilation.babel-compiler": "1.1.18",
|
|
31
30
|
"@teambit/typescript.modules.ts-config-mutator": "0.0.87",
|
|
32
|
-
"@teambit/cli": "0.0.1334",
|
|
33
31
|
"@teambit/component-id": "1.2.4",
|
|
34
|
-
"@teambit/worker": "0.0.1638",
|
|
35
32
|
"@teambit/mdx.generator.mdx-templates": "1.0.14",
|
|
36
33
|
"@teambit/design.ui.empty-box": "0.0.364",
|
|
37
|
-
"@teambit/builder": "1.0.
|
|
38
|
-
"@teambit/compiler": "1.0.
|
|
39
|
-
"@teambit/dependency-resolver": "1.0.
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/
|
|
44
|
-
"@teambit/
|
|
45
|
-
"@teambit/
|
|
46
|
-
"@teambit/
|
|
47
|
-
"@teambit/
|
|
48
|
-
"@teambit/
|
|
34
|
+
"@teambit/builder": "1.0.1012",
|
|
35
|
+
"@teambit/compiler": "1.0.1012",
|
|
36
|
+
"@teambit/dependency-resolver": "1.0.1012",
|
|
37
|
+
"@teambit/logger": "0.0.1428",
|
|
38
|
+
"@teambit/docs": "1.0.1012",
|
|
39
|
+
"@teambit/envs": "1.0.1012",
|
|
40
|
+
"@teambit/multi-compiler": "1.0.1012",
|
|
41
|
+
"@teambit/react": "1.0.1012",
|
|
42
|
+
"@teambit/typescript": "1.0.1012",
|
|
43
|
+
"@teambit/cli": "0.0.1335",
|
|
44
|
+
"@teambit/generator": "1.0.1013",
|
|
45
|
+
"@teambit/worker": "0.0.1639",
|
|
46
|
+
"@teambit/compositions": "1.0.1012",
|
|
47
|
+
"@teambit/tester": "1.0.1012",
|
|
48
|
+
"@teambit/ui": "1.0.1012"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|