@teambit/mdx 1.0.1052 → 1.0.1053
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.ee385e300a8d5097edc1.js → 252.337fa9edd6cd19b0bf10.js} +19 -19
- package/artifacts/env-template/public/{532.791c06c5b2e77eaf5fbb.js → 444.f9f45c33cfc87ef93e69.js} +1 -1
- package/artifacts/env-template/public/{272.a322a2d23ee688152059.js → 586.3b2f16376c69f7f926c8.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.66e52084f7f8173919e5.js → compositions.3860b7296e6ce9702d90.js} +2 -2
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.b019270e857bab274a9d.js → overview.6efa25d453b47c8f129c.js} +2 -2
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{preview-root.965edc7d49a358db5952.js → preview-root.fa5e80596a884eeb46f1.js} +1 -1
- package/{compositions-1783597967528.js → compositions-1783697788764.js} +1 -1
- package/dist/{preview-1783597967528.js → preview-1783697788764.js} +2 -2
- package/{overview-1783597967528.js → overview-1783697788764.js} +1 -1
- package/package.json +15 -15
- /package/artifacts/env-template/public/{peers.ee399669a25533ad0961.js → peers.1efc997b740f03cd3ac9.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.1053",
|
|
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.1053"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@mdx-js/mdx": "^3.1.1",
|
|
@@ -17,24 +17,24 @@
|
|
|
17
17
|
"core-js": "^3.0.0",
|
|
18
18
|
"@babel/runtime": "7.20.0",
|
|
19
19
|
"@teambit/harmony": "0.4.12",
|
|
20
|
+
"@teambit/logger": "0.0.1442",
|
|
20
21
|
"@teambit/mdx.modules.mdx-v3-options": "0.0.3",
|
|
21
22
|
"@teambit/mdx.compilers.mdx-multi-compiler": "2.0.46",
|
|
23
|
+
"@teambit/cli": "0.0.1349",
|
|
22
24
|
"@teambit/component-id": "1.2.4",
|
|
25
|
+
"@teambit/worker": "0.0.1653",
|
|
23
26
|
"@teambit/mdx.generator.mdx-templates": "1.0.14",
|
|
24
27
|
"@teambit/design.ui.empty-box": "0.0.364",
|
|
25
|
-
"@teambit/dependency-resolver": "1.0.
|
|
26
|
-
"@teambit/
|
|
27
|
-
"@teambit/
|
|
28
|
-
"@teambit/
|
|
29
|
-
"@teambit/
|
|
30
|
-
"@teambit/
|
|
31
|
-
"@teambit/
|
|
32
|
-
"@teambit/
|
|
33
|
-
"@teambit/
|
|
34
|
-
"@teambit/
|
|
35
|
-
"@teambit/compositions": "1.0.1051",
|
|
36
|
-
"@teambit/tester": "1.0.1051",
|
|
37
|
-
"@teambit/ui": "1.0.1051"
|
|
28
|
+
"@teambit/dependency-resolver": "1.0.1052",
|
|
29
|
+
"@teambit/docs": "1.0.1052",
|
|
30
|
+
"@teambit/builder": "1.0.1052",
|
|
31
|
+
"@teambit/compiler": "1.0.1052",
|
|
32
|
+
"@teambit/envs": "1.0.1052",
|
|
33
|
+
"@teambit/react": "1.0.1052",
|
|
34
|
+
"@teambit/generator": "1.0.1053",
|
|
35
|
+
"@teambit/compositions": "1.0.1052",
|
|
36
|
+
"@teambit/tester": "1.0.1052",
|
|
37
|
+
"@teambit/ui": "1.0.1052"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/react": "^19.0.0",
|
|
File without changes
|