@teambit/mdx 1.0.1099 → 1.0.1101
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/{492.0eb1b2b2ae1f7ac35a29.js → 492.e7aaf1bdaf31771027ba.js} +1 -1
- package/artifacts/env-template/public/{725.a00ce9bcf4b1f98309aa.js → 595.956d7cfea1e148df79e9.js} +1 -1
- package/artifacts/env-template/public/{104.b42376311e0e30628a48.js → 66.53672cbe4f8af13f93c9.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.c1070b1fa3c963affd9d.js → compositions.9f7cc2b427d7a9a96cd2.js} +2 -2
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.4840f67a4963c9f13eae.js → overview.eb7ee5e2e4d93241cf9b.js} +2 -2
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{preview-root.8198699d2a37d5e910cd.js → preview-root.d2476b880b41e84265b1.js} +1 -1
- package/{compositions-1786365057144.js → compositions-1786542728748.js} +1 -1
- package/dist/{preview-1786365057144.js → preview-1786542728748.js} +2 -2
- package/{overview-1786365057144.js → overview-1786542728748.js} +1 -1
- package/package.json +16 -16
- /package/artifacts/env-template/public/{peers.3fb073c3be9fd7dae97c.js → peers.e9dd201fa6b448c61615.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.1101",
|
|
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.1101"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@mdx-js/mdx": "^3.1.1",
|
|
@@ -15,29 +15,29 @@
|
|
|
15
15
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
16
16
|
"@babel/helper-plugin-test-runner": "7.16.7",
|
|
17
17
|
"@teambit/harmony": "0.4.12",
|
|
18
|
-
"@teambit/logger": "0.0.1457",
|
|
19
18
|
"@teambit/mdx.deps-detectors.detective-mdx": "0.0.3",
|
|
20
19
|
"@teambit/mdx.modules.mdx-v3-options": "0.0.3",
|
|
21
20
|
"@teambit/mdx.compilers.mdx-multi-compiler": "2.0.46",
|
|
22
|
-
"@teambit/cli": "0.0.1364",
|
|
23
21
|
"@teambit/component-id": "1.2.4",
|
|
24
|
-
"@teambit/worker": "0.0.1668",
|
|
25
22
|
"@teambit/mdx.generator.mdx-templates": "1.0.14",
|
|
26
23
|
"@teambit/design.ui.empty-box": "0.0.364",
|
|
27
|
-
"@teambit/dependency-resolver": "1.0.
|
|
28
|
-
"@teambit/
|
|
29
|
-
"@teambit/
|
|
30
|
-
"@teambit/
|
|
31
|
-
"@teambit/
|
|
32
|
-
"@teambit/
|
|
33
|
-
"@teambit/
|
|
34
|
-
"@teambit/
|
|
35
|
-
"@teambit/
|
|
36
|
-
"@teambit/
|
|
24
|
+
"@teambit/dependency-resolver": "1.0.1100",
|
|
25
|
+
"@teambit/logger": "0.0.1458",
|
|
26
|
+
"@teambit/docs": "1.0.1100",
|
|
27
|
+
"@teambit/builder": "1.0.1100",
|
|
28
|
+
"@teambit/compiler": "1.0.1100",
|
|
29
|
+
"@teambit/envs": "1.0.1100",
|
|
30
|
+
"@teambit/react": "1.0.1100",
|
|
31
|
+
"@teambit/cli": "0.0.1365",
|
|
32
|
+
"@teambit/generator": "1.0.1101",
|
|
33
|
+
"@teambit/worker": "0.0.1669",
|
|
34
|
+
"@teambit/compositions": "1.0.1100",
|
|
35
|
+
"@teambit/tester": "1.0.1100",
|
|
36
|
+
"@teambit/ui": "1.0.1100"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/lodash": "4.14.165",
|
|
40
|
-
"@teambit/mdx.aspect-docs.mdx": "0.0.
|
|
40
|
+
"@teambit/mdx.aspect-docs.mdx": "0.0.183",
|
|
41
41
|
"@teambit/harmony.envs.core-aspect-env": "2.0.6"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
File without changes
|