@teambit/mdx 1.0.1007 → 1.0.1009
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.3669dedd6628a68e9a63.js → 252.bc0420dd24b1e30c184b.js} +4 -4
- package/artifacts/env-template/public/{947.e27a9b7fe96a64000661.js → 261.3396d50d2c085b05845d.js} +1 -1
- package/artifacts/env-template/public/{454.16b97ec63276f3ee67b6.js → 540.c1e03d5078d2445a9fa2.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.0da98c1eab96f0f5ad82.js → compositions.e0eb46ed5f6c494fc3ae.js} +2 -2
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.f1eb53f1f2b8e1b22779.js → overview.8df5efacd3c68d537fee.js} +2 -2
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{preview-root.0c3ca47cd6e3b69493bf.js → preview-root.f1f9e40f48bfb79e930d.js} +1 -1
- package/{compositions-1780688044107.js → compositions-1780946951932.js} +1 -1
- package/dist/{preview-1780688044107.js → preview-1780946951932.js} +2 -2
- package/{overview-1780688044107.js → overview-1780946951932.js} +1 -1
- package/package.json +17 -17
- /package/artifacts/env-template/public/{peers.5d842ae1ee6e58b0edee.js → peers.3251926cfed2f212c85a.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.1009",
|
|
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.1009"
|
|
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.1426",
|
|
29
30
|
"@teambit/compilation.babel-compiler": "1.1.18",
|
|
30
31
|
"@teambit/typescript.modules.ts-config-mutator": "0.0.87",
|
|
32
|
+
"@teambit/cli": "0.0.1333",
|
|
31
33
|
"@teambit/component-id": "1.2.4",
|
|
34
|
+
"@teambit/worker": "0.0.1637",
|
|
32
35
|
"@teambit/mdx.generator.mdx-templates": "1.0.14",
|
|
33
36
|
"@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/
|
|
38
|
-
"@teambit/
|
|
39
|
-
"@teambit/
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/
|
|
44
|
-
"@teambit/
|
|
45
|
-
"@teambit/
|
|
46
|
-
"@teambit/compositions": "1.0.1007",
|
|
47
|
-
"@teambit/tester": "1.0.1007",
|
|
48
|
-
"@teambit/ui": "1.0.1007"
|
|
37
|
+
"@teambit/builder": "1.0.1009",
|
|
38
|
+
"@teambit/compiler": "1.0.1009",
|
|
39
|
+
"@teambit/dependency-resolver": "1.0.1009",
|
|
40
|
+
"@teambit/docs": "1.0.1009",
|
|
41
|
+
"@teambit/envs": "1.0.1009",
|
|
42
|
+
"@teambit/multi-compiler": "1.0.1009",
|
|
43
|
+
"@teambit/react": "1.0.1009",
|
|
44
|
+
"@teambit/typescript": "1.0.1009",
|
|
45
|
+
"@teambit/generator": "1.0.1010",
|
|
46
|
+
"@teambit/compositions": "1.0.1009",
|
|
47
|
+
"@teambit/tester": "1.0.1009",
|
|
48
|
+
"@teambit/ui": "1.0.1009"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|