@teambit/mdx 0.0.867 → 0.0.869

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.
@@ -116,7 +116,7 @@
116
116
  "componentId": {
117
117
  "scope": "teambit.react",
118
118
  "name": "react",
119
- "version": "0.0.887"
119
+ "version": "0.0.889"
120
120
  }
121
121
  }
122
122
  },
@@ -241,7 +241,7 @@
241
241
  "componentId": {
242
242
  "scope": "teambit.docs",
243
243
  "name": "docs",
244
- "version": "0.0.887"
244
+ "version": "0.0.889"
245
245
  }
246
246
  },
247
247
  {
@@ -255,7 +255,7 @@
255
255
  "componentId": {
256
256
  "scope": "teambit.dependencies",
257
257
  "name": "dependency-resolver",
258
- "version": "0.0.887"
258
+ "version": "0.0.889"
259
259
  }
260
260
  },
261
261
  {
@@ -269,7 +269,7 @@
269
269
  "componentId": {
270
270
  "scope": "teambit.react",
271
271
  "name": "react",
272
- "version": "0.0.887"
272
+ "version": "0.0.889"
273
273
  }
274
274
  },
275
275
  {
@@ -283,7 +283,7 @@
283
283
  "componentId": {
284
284
  "scope": "teambit.envs",
285
285
  "name": "envs",
286
- "version": "0.0.887"
286
+ "version": "0.0.889"
287
287
  }
288
288
  },
289
289
  {
@@ -297,7 +297,7 @@
297
297
  "componentId": {
298
298
  "scope": "teambit.compilation",
299
299
  "name": "multi-compiler",
300
- "version": "0.0.887"
300
+ "version": "0.0.889"
301
301
  }
302
302
  },
303
303
  {
@@ -311,7 +311,7 @@
311
311
  "componentId": {
312
312
  "scope": "teambit.compilation",
313
313
  "name": "babel",
314
- "version": "0.0.887"
314
+ "version": "0.0.889"
315
315
  }
316
316
  },
317
317
  {
@@ -325,7 +325,7 @@
325
325
  "componentId": {
326
326
  "scope": "teambit.compilation",
327
327
  "name": "compiler",
328
- "version": "0.0.887"
328
+ "version": "0.0.889"
329
329
  }
330
330
  },
331
331
  {
@@ -339,7 +339,7 @@
339
339
  "componentId": {
340
340
  "scope": "teambit.generator",
341
341
  "name": "generator",
342
- "version": "0.0.887"
342
+ "version": "0.0.889"
343
343
  }
344
344
  }
345
345
  ]
@@ -515,6 +515,6 @@
515
515
  "componentId": {
516
516
  "scope": "teambit.mdx",
517
517
  "name": "mdx",
518
- "version": "0.0.867"
518
+ "version": "0.0.869"
519
519
  }
520
520
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/mdx",
3
- "version": "0.0.867",
3
+ "version": "0.0.869",
4
4
  "homepage": "https://bit.dev/teambit/mdx/mdx",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.mdx",
8
8
  "name": "mdx",
9
- "version": "0.0.867"
9
+ "version": "0.0.869"
10
10
  },
11
11
  "dependencies": {
12
12
  "@babel/core": "7.19.6",
@@ -16,24 +16,24 @@
16
16
  "@babel/runtime": "7.20.0",
17
17
  "core-js": "^3.0.0",
18
18
  "@teambit/harmony": "0.3.3",
19
- "@teambit/builder": "0.0.887",
19
+ "@teambit/builder": "0.0.889",
20
20
  "@teambit/compilation.modules.babel-compiler": "0.0.131",
21
- "@teambit/compiler": "0.0.887",
21
+ "@teambit/compiler": "0.0.889",
22
22
  "@teambit/mdx.modules.mdx-compiler": "0.0.498",
23
- "@teambit/dependency-resolver": "0.0.887",
24
- "@teambit/docs": "0.0.887",
25
- "@teambit/envs": "0.0.887",
26
- "@teambit/babel": "0.0.887",
27
- "@teambit/cli": "0.0.595",
28
- "@teambit/generator": "0.0.887",
29
- "@teambit/multi-compiler": "0.0.887",
30
- "@teambit/react": "0.0.887",
23
+ "@teambit/dependency-resolver": "0.0.889",
24
+ "@teambit/docs": "0.0.889",
25
+ "@teambit/envs": "0.0.889",
26
+ "@teambit/babel": "0.0.889",
27
+ "@teambit/cli": "0.0.596",
28
+ "@teambit/generator": "0.0.889",
29
+ "@teambit/multi-compiler": "0.0.889",
30
+ "@teambit/react": "0.0.889",
31
31
  "@teambit/typescript.modules.ts-config-mutator": "0.0.76",
32
- "@teambit/typescript": "0.0.887",
33
- "@teambit/compositions": "0.0.887",
32
+ "@teambit/typescript": "0.0.889",
33
+ "@teambit/compositions": "0.0.889",
34
34
  "@teambit/design.ui.empty-box": "0.0.361",
35
- "@teambit/tester": "0.0.887",
36
- "@teambit/ui": "0.0.887"
35
+ "@teambit/tester": "0.0.889",
36
+ "@teambit/ui": "0.0.889"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/fs-extra": "9.0.7",
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.867/dist/mdx.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.867/dist/mdx.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.869/dist/mdx.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.mdx_mdx@0.0.869/dist/mdx.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
Binary file