@teambit/mdx 1.0.1012 → 1.0.1013
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.40824358c38e203c1034.js → 252.d02db9b9b1787567f240.js} +3 -3
- package/artifacts/env-template/public/{6.618470cfbbbc96a2f9fa.js → 403.603cc7b1a936a5cf2751.js} +1 -1
- package/artifacts/env-template/public/{652.e3c2d95c2ae8e4c7df50.js → 56.f989c3c26bcabb57f031.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.ac8e5622408d7cd056c4.js → compositions.edfb56e79781aec0ee74.js} +2 -2
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.22153ee51e4051f08d32.js → overview.37bc52eeee299805fb6c.js} +2 -2
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{preview-root.d446077aa5d8e68424fd.js → preview-root.69def3eb9be96acbf7da.js} +1 -1
- package/{compositions-1781036704517.js → compositions-1781096693407.js} +1 -1
- package/dist/{preview-1781036704517.js → preview-1781096693407.js} +2 -2
- package/{overview-1781036704517.js → overview-1781096693407.js} +1 -1
- package/package.json +17 -17
- /package/artifacts/env-template/public/{peers.48e1f604fce93fa8a8a1.js → peers.62df8ae3ee22c9251e12.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.1013",
|
|
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.1013"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/core": "7.28.3",
|
|
@@ -31,21 +31,21 @@
|
|
|
31
31
|
"@teambit/component-id": "1.2.4",
|
|
32
32
|
"@teambit/mdx.generator.mdx-templates": "1.0.14",
|
|
33
33
|
"@teambit/design.ui.empty-box": "0.0.364",
|
|
34
|
-
"@teambit/builder": "1.0.
|
|
35
|
-
"@teambit/compiler": "1.0.
|
|
36
|
-
"@teambit/dependency-resolver": "1.0.
|
|
37
|
-
"@teambit/logger": "0.0.
|
|
38
|
-
"@teambit/docs": "1.0.
|
|
39
|
-
"@teambit/envs": "1.0.
|
|
40
|
-
"@teambit/multi-compiler": "1.0.
|
|
41
|
-
"@teambit/react": "1.0.
|
|
42
|
-
"@teambit/typescript": "1.0.
|
|
43
|
-
"@teambit/cli": "0.0.
|
|
44
|
-
"@teambit/generator": "1.0.
|
|
45
|
-
"@teambit/worker": "0.0.
|
|
46
|
-
"@teambit/compositions": "1.0.
|
|
47
|
-
"@teambit/tester": "1.0.
|
|
48
|
-
"@teambit/ui": "1.0.
|
|
34
|
+
"@teambit/builder": "1.0.1013",
|
|
35
|
+
"@teambit/compiler": "1.0.1013",
|
|
36
|
+
"@teambit/dependency-resolver": "1.0.1013",
|
|
37
|
+
"@teambit/logger": "0.0.1429",
|
|
38
|
+
"@teambit/docs": "1.0.1013",
|
|
39
|
+
"@teambit/envs": "1.0.1013",
|
|
40
|
+
"@teambit/multi-compiler": "1.0.1013",
|
|
41
|
+
"@teambit/react": "1.0.1013",
|
|
42
|
+
"@teambit/typescript": "1.0.1013",
|
|
43
|
+
"@teambit/cli": "0.0.1336",
|
|
44
|
+
"@teambit/generator": "1.0.1014",
|
|
45
|
+
"@teambit/worker": "0.0.1640",
|
|
46
|
+
"@teambit/compositions": "1.0.1013",
|
|
47
|
+
"@teambit/tester": "1.0.1013",
|
|
48
|
+
"@teambit/ui": "1.0.1013"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|