@live-codes/browser-compilers 0.6.5 → 0.6.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-codes/browser-compilers",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "Compilers that run in the browser, for use in livecodes.io",
5
5
  "author": "Hatem Hosny",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "@esbuild-plugins/node-globals-polyfill": "0.1.1",
30
30
  "@esbuild-plugins/node-modules-polyfill": "0.1.4",
31
31
  "@fullhuman/postcss-purgecss": "5.0.0",
32
- "@mdx-js/mdx": "2.0.0",
32
+ "@mdx-js/mdx": "2.3.0",
33
33
  "@prettier/plugin-pug": "1.19.2",
34
34
  "@testing-library/dom": "9.2.0",
35
35
  "@testing-library/jest-dom": "5.16.5",
@@ -32,7 +32,7 @@ LiveScript: [MIT License](https://github.com/gkz/LiveScript/blob/bd9faa4d484b6ab
32
32
 
33
33
  lua-fmt: [MIT License](https://github.com/trixnz/lua-fmt/blob/3cbb57c38b12b849711286dda4f43b62e09f806d/LICENSE)
34
34
 
35
- MDX: [MIT License](https://github.com/mdx-js/mdx/blob/02509286b5a39d6df233225545cf87e070130588/license)
35
+ MDX: [MIT License](https://github.com/mdx-js/mdx/blob/7fd1d9a4272754951e70dbaecff07a0ae402e13e/license)
36
36
 
37
37
  Monaco-editor: [MIT License](https://github.com/microsoft/monaco-editor/blob/f849d3f2653d1097652a7d9e1d01d242cc225da8/LICENSE.md)
38
38
 
@@ -68,6 +68,8 @@ Stencil: [MIT License](https://github.com/ionic-team/stencil/blob/8d580b12b96cc5
68
68
 
69
69
  Stylus: [MIT License](https://github.com/stylus/stylus/blob/59bc665db295981d4e3f702e7275c5589a3c6d15/LICENSE)
70
70
 
71
+ Sucrase: [MIT License](https://github.com/alangpierce/sucrase/blob/7284b3733aa114b3f4f5371e36ff5a4704ec860e/LICENSE)
72
+
71
73
  Svelte: [MIT License](https://github.com/sveltejs/svelte/blob/dafbdc286eef3de2243088a9a826e6899e20465c/LICENSE)
72
74
 
73
75
  svgbob: [Apache License 2.0](https://github.com/ivanceras/svgbob/blob/277f28b337a2d00a61cf342247060cf5fbf88d50/LICENSE)