diff --git a/examples/create-react-app/package.json b/examples/create-react-app/package.json index 1038c55fb..6def4877b 100644 --- a/examples/create-react-app/package.json +++ b/examples/create-react-app/package.json @@ -1,6 +1,6 @@ { "name": "create-react-app", - "version": "1.6.17", + "version": "1.6.18", "private": true, "scripts": { "build": "react-scripts build", diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 06b563f19..6aefa2c84 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-example", - "version": "1.6.17", + "version": "1.6.18", "private": true, "scripts": { "build": "gatsby build", "start": "gatsby develop" }, "dependencies": { - "@mdx-js/mdx": "1.6.17", - "@mdx-js/react": "1.6.17", + "@mdx-js/mdx": "1.6.18", + "@mdx-js/react": "1.6.18", "gatsby": "^2.24.62", "gatsby-plugin-mdx": "^1.2.40", "react": "^16.13.1", diff --git a/examples/next/package.json b/examples/next/package.json index df17909da..8058b8063 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,6 +1,6 @@ { "name": "next-example", - "version": "1.6.17", + "version": "1.6.18", "private": true, "scripts": { "build": "next build", @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@mdx-js/loader": "1.6.17", - "@mdx-js/mdx": "1.6.17", + "@mdx-js/loader": "1.6.18", + "@mdx-js/mdx": "1.6.18", "@next/mdx": "^9.5.3", "next": "^9.5.3", "react": "^16.13.1", diff --git a/examples/parcel/package.json b/examples/parcel/package.json index 9e93920f5..0e8694743 100644 --- a/examples/parcel/package.json +++ b/examples/parcel/package.json @@ -1,12 +1,12 @@ { "name": "parcel", - "version": "1.6.17", + "version": "1.6.18", "private": true, "scripts": { "start": "parcel index.html --no-cache" }, "dependencies": { - "@mdx-js/react": "1.6.17", + "@mdx-js/react": "1.6.18", "@mdx-js/tag": "^0.20.3", "react": "^16.13.1", "react-dom": "^16.13.1" @@ -15,7 +15,7 @@ "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@babel/preset-react": "^7.10.4", - "@mdx-js/parcel-plugin-mdx": "1.6.17", + "@mdx-js/parcel-plugin-mdx": "1.6.18", "parcel-bundler": "^1.12.4" } } diff --git a/examples/razzle/package.json b/examples/razzle/package.json index a8efe750a..cf3c54859 100644 --- a/examples/razzle/package.json +++ b/examples/razzle/package.json @@ -1,6 +1,6 @@ { "name": "razzle", - "version": "1.6.17", + "version": "1.6.18", "private": true, "scripts": { "build": "razzle build", diff --git a/examples/react-static/package.json b/examples/react-static/package.json index 0ad3d7ebd..0f6618490 100644 --- a/examples/react-static/package.json +++ b/examples/react-static/package.json @@ -1,6 +1,6 @@ { "name": "react-static-example-basic", - "version": "1.6.17", + "version": "1.6.18", "private": true, "scripts": { "build": "react-static build", @@ -11,7 +11,7 @@ "start": "react-static start" }, "dependencies": { - "@mdx-js/loader": "1.6.17", + "@mdx-js/loader": "1.6.18", "@reach/router": "^1.3.4", "axios": "^0.20.0", "react": "^16.13.1", diff --git a/examples/react-web-components/package.json b/examples/react-web-components/package.json index a4f13ce69..4cee4124a 100644 --- a/examples/react-web-components/package.json +++ b/examples/react-web-components/package.json @@ -1,14 +1,14 @@ { "name": "react-web-components-example", - "version": "1.6.17", + "version": "1.6.18", "private": true, "scripts": { "build": "gatsby build", "start": "gatsby develop" }, "dependencies": { - "@mdx-js/mdx": "1.6.17", - "@mdx-js/react": "1.6.17", + "@mdx-js/mdx": "1.6.18", + "@mdx-js/react": "1.6.18", "gatsby": "^2.24.62", "gatsby-plugin-mdx": "^1.2.40", "react": "^16.13.1", diff --git a/examples/shortcodes/package.json b/examples/shortcodes/package.json index 4a3c9013c..db6b4a728 100644 --- a/examples/shortcodes/package.json +++ b/examples/shortcodes/package.json @@ -1,6 +1,6 @@ { "name": "shortcodes-example", - "version": "1.6.17", + "version": "1.6.18", "private": true, "scripts": { "build": "gatsby build", @@ -9,8 +9,8 @@ "dependencies": { "@blocks/kit": "^0.0.28", "@emotion/core": "^10.0.35", - "@mdx-js/mdx": "1.6.17", - "@mdx-js/react": "1.6.17", + "@mdx-js/mdx": "1.6.18", + "@mdx-js/react": "1.6.18", "gatsby": "^2.24.62", "gatsby-plugin-mdx": "^1.2.40", "react": "^16.13.1", diff --git a/examples/syntax-highlighting/package.json b/examples/syntax-highlighting/package.json index d4c89fccf..bfc05a8e7 100644 --- a/examples/syntax-highlighting/package.json +++ b/examples/syntax-highlighting/package.json @@ -1,14 +1,14 @@ { "name": "syntax-highlighting", - "version": "1.6.17", + "version": "1.6.18", "private": true, "scripts": { "build": "gatsby build", "start": "gatsby develop" }, "dependencies": { - "@mdx-js/mdx": "1.6.17", - "@mdx-js/react": "1.6.17", + "@mdx-js/mdx": "1.6.18", + "@mdx-js/react": "1.6.18", "gatsby": "^2.24.62", "gatsby-plugin-mdx": "^1.2.40", "prism-react-renderer": "^1.1.1", diff --git a/examples/terminal/package.json b/examples/terminal/package.json index e54be2795..4a407da92 100644 --- a/examples/terminal/package.json +++ b/examples/terminal/package.json @@ -1,6 +1,6 @@ { "name": "terminal-example", - "version": "1.6.17", + "version": "1.6.18", "license": "MIT", "private": true, "main": "index.js", @@ -8,9 +8,9 @@ "start": "node ." }, "dependencies": { - "@mdx-js/mdx": "1.6.17", - "@mdx-js/react": "1.6.17", - "@mdx-js/runtime": "1.6.17", + "@mdx-js/mdx": "1.6.18", + "@mdx-js/react": "1.6.18", + "@mdx-js/runtime": "1.6.18", "import-jsx": "^4.0.0", "ink": "^3.0.5", "react": "^16.13.1" diff --git a/examples/vue-loader/package.json b/examples/vue-loader/package.json index d368894c2..c8b530236 100644 --- a/examples/vue-loader/package.json +++ b/examples/vue-loader/package.json @@ -1,6 +1,6 @@ { "name": "vue-loader-example", - "version": "1.6.17", + "version": "1.6.18", "private": true, "scripts": { "build": "vue-cli-service build", diff --git a/examples/vue/package.json b/examples/vue/package.json index 238ff77c8..2e7eb39ab 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -1,6 +1,6 @@ { "name": "vue-example", - "version": "1.6.17", + "version": "1.6.18", "private": true, "scripts": { "build": "vue-cli-service build", @@ -11,7 +11,7 @@ "vue": "^2.6.12" }, "devDependencies": { - "@mdx-js/vue-loader": "1.6.17", + "@mdx-js/vue-loader": "1.6.18", "@vue/cli-plugin-babel": "^4.5.6", "@vue/cli-service": "^4.5.6", "vue-template-compiler": "^2.6.12" diff --git a/examples/webpack/package.json b/examples/webpack/package.json index 2da3eaa21..327c3585c 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -1,6 +1,6 @@ { "name": "webpack-example", - "version": "1.6.17", + "version": "1.6.18", "description": "", "author": "Brent Jackson", "license": "MIT", @@ -14,8 +14,8 @@ "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@babel/preset-react": "^7.10.4", - "@mdx-js/loader": "1.6.17", - "@mdx-js/mdx": "1.6.17", + "@mdx-js/loader": "1.6.18", + "@mdx-js/mdx": "1.6.18", "babel-loader": "^8.1.0", "react": "^16.13.1", "react-dom": "^16.13.1", diff --git a/examples/x0/package.json b/examples/x0/package.json index 951813c15..993a49f68 100644 --- a/examples/x0/package.json +++ b/examples/x0/package.json @@ -1,6 +1,6 @@ { "name": "x0-example", - "version": "1.6.17", + "version": "1.6.18", "license": "MIT", "private": true, "scripts": { diff --git a/examples/zero/package.json b/examples/zero/package.json index e8766a667..a61d5ae1a 100644 --- a/examples/zero/package.json +++ b/examples/zero/package.json @@ -1,6 +1,6 @@ { "name": "zero-example", - "version": "1.6.17", + "version": "1.6.18", "license": "MIT", "private": true, "scripts": { diff --git a/lerna.json b/lerna.json index 31574c6ad..89e31f92e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "http://json.schemastore.org/lerna", - "version": "1.6.17", + "version": "1.6.18", "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, diff --git a/packages/babel-plugin-apply-mdx-type-props/package.json b/packages/babel-plugin-apply-mdx-type-props/package.json index c7868ebb4..e12079ee3 100644 --- a/packages/babel-plugin-apply-mdx-type-props/package.json +++ b/packages/babel-plugin-apply-mdx-type-props/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-apply-mdx-type-prop", - "version": "1.6.17", + "version": "1.6.18", "description": "Apply the MDX type prop used in the MDX pragma", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", @@ -30,6 +30,6 @@ }, "dependencies": { "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.17" + "@mdx-js/util": "1.6.18" } } diff --git a/packages/babel-plugin-extract-import-names/package.json b/packages/babel-plugin-extract-import-names/package.json index facc47fea..96afaf234 100644 --- a/packages/babel-plugin-extract-import-names/package.json +++ b/packages/babel-plugin-extract-import-names/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-extract-import-names", - "version": "1.6.17", + "version": "1.6.18", "description": "Extract import names", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", diff --git a/packages/babel-plugin-html-attributes-to-jsx/package.json b/packages/babel-plugin-html-attributes-to-jsx/package.json index 9f7efd639..526474028 100644 --- a/packages/babel-plugin-html-attributes-to-jsx/package.json +++ b/packages/babel-plugin-html-attributes-to-jsx/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-html-attributes-to-jsx", - "version": "1.6.17", + "version": "1.6.18", "description": "Coerce HTML attributes into something JSX and React friendly", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", @@ -30,7 +30,7 @@ ], "dependencies": { "@babel/types": "7.11.5", - "@mdx-js/util": "1.6.17", + "@mdx-js/util": "1.6.18", "camelcase-css": "2.0.1", "style-to-object": "0.3.0" } diff --git a/packages/babel-plugin-remove-export-keywords/package.json b/packages/babel-plugin-remove-export-keywords/package.json index f10719a20..f5a603b83 100644 --- a/packages/babel-plugin-remove-export-keywords/package.json +++ b/packages/babel-plugin-remove-export-keywords/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remove-export-keywords", - "version": "1.6.17", + "version": "1.6.18", "description": "Remove plugin export keywords", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", diff --git a/packages/create-mdx/package.json b/packages/create-mdx/package.json index bf78631dc..b84bf074e 100644 --- a/packages/create-mdx/package.json +++ b/packages/create-mdx/package.json @@ -1,6 +1,6 @@ { "name": "create-mdx", - "version": "1.6.17", + "version": "1.6.18", "description": "Initialize an MDX project", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", diff --git a/packages/gatsby-theme-mdx/package.json b/packages/gatsby-theme-mdx/package.json index 9d03bdf09..bdd9d7934 100644 --- a/packages/gatsby-theme-mdx/package.json +++ b/packages/gatsby-theme-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-mdx", - "version": "1.6.17", + "version": "1.6.18", "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -23,9 +23,9 @@ "@blocks/kit": "0.0.28", "@emotion/core": "10.0.35", "@emotion/styled": "10.0.27", - "@mdx-js/mdx": "1.6.17", - "@mdx-js/react": "1.6.17", - "@mdx-js/runtime": "1.6.17", + "@mdx-js/mdx": "1.6.18", + "@mdx-js/react": "1.6.18", + "@mdx-js/runtime": "1.6.18", "@reach/router": "1.3.4", "@reach/skip-nav": "0.11.2", "@rebass/emotion": "3.2.0", @@ -49,8 +49,8 @@ "react-helmet": "6.1.0", "react-live": "2.2.2", "remark-emoji": "2.1.0", - "remark-mdx-remove-exports": "1.6.17", - "remark-mdx-remove-imports": "1.6.17", + "remark-mdx-remove-exports": "1.6.18", + "remark-mdx-remove-imports": "1.6.18", "remark-slug": "6.0.0", "theme-ui": "0.3.1" } diff --git a/packages/loader/package.json b/packages/loader/package.json index bcc8bbf10..018a25af5 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/loader", - "version": "1.6.17", + "version": "1.6.18", "description": "Loader for MDX", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", @@ -32,8 +32,8 @@ "loader" ], "dependencies": { - "@mdx-js/mdx": "1.6.17", - "@mdx-js/react": "1.6.17", + "@mdx-js/mdx": "1.6.18", + "@mdx-js/react": "1.6.18", "loader-utils": "2.0.0" } } diff --git a/packages/mdx/package.json b/packages/mdx/package.json index e8172548f..46f222ce5 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/mdx", - "version": "1.6.17", + "version": "1.6.18", "description": "Parse MDX and transpile to JSX", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", @@ -37,16 +37,16 @@ "@babel/core": "7.11.6", "@babel/plugin-syntax-jsx": "7.10.4", "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.17", - "babel-plugin-apply-mdx-type-prop": "1.6.17", - "babel-plugin-extract-import-names": "1.6.17", + "@mdx-js/util": "1.6.18", + "babel-plugin-apply-mdx-type-prop": "1.6.18", + "babel-plugin-extract-import-names": "1.6.18", "camelcase-css": "2.0.1", "detab": "2.0.3", "hast-util-raw": "6.0.1", "lodash.uniq": "4.5.0", "mdast-util-to-hast": "9.1.1", "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.17", + "remark-mdx": "1.6.18", "remark-parse": "8.0.3", "remark-squeeze-paragraphs": "4.0.0", "style-to-object": "0.3.0", diff --git a/packages/parcel-plugin-mdx/package.json b/packages/parcel-plugin-mdx/package.json index 9d179ad18..a65c9c78d 100644 --- a/packages/parcel-plugin-mdx/package.json +++ b/packages/parcel-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/parcel-plugin-mdx", - "version": "1.6.17", + "version": "1.6.18", "description": "Parcel plugin for MDX", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", @@ -36,7 +36,7 @@ "react": "^16.13.1" }, "dependencies": { - "@mdx-js/mdx": "1.6.17", + "@mdx-js/mdx": "1.6.18", "parcel-bundler": "^1.12.4" } } diff --git a/packages/preact/package.json b/packages/preact/package.json index 8382eb4b5..b34f8c3fe 100644 --- a/packages/preact/package.json +++ b/packages/preact/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/preact", - "version": "1.6.17", + "version": "1.6.18", "description": "Preact implementation for MDX", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", diff --git a/packages/react/package.json b/packages/react/package.json index 568c9b63f..4b149fc94 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/react", - "version": "1.6.17", + "version": "1.6.18", "description": "React implementation for MDX", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", diff --git a/packages/remark-mdx-remove-exports/package.json b/packages/remark-mdx-remove-exports/package.json index 86986c51f..2b1152767 100644 --- a/packages/remark-mdx-remove-exports/package.json +++ b/packages/remark-mdx-remove-exports/package.json @@ -1,6 +1,6 @@ { "name": "remark-mdx-remove-exports", - "version": "1.6.17", + "version": "1.6.18", "description": "Remove exports from the MDX AST", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", diff --git a/packages/remark-mdx-remove-imports/package.json b/packages/remark-mdx-remove-imports/package.json index 5beffec08..af1b17690 100644 --- a/packages/remark-mdx-remove-imports/package.json +++ b/packages/remark-mdx-remove-imports/package.json @@ -1,6 +1,6 @@ { "name": "remark-mdx-remove-imports", - "version": "1.6.17", + "version": "1.6.18", "description": "Remove imports from the MDX AST", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", diff --git a/packages/remark-mdx/package.json b/packages/remark-mdx/package.json index d620400a1..ea5f77a67 100644 --- a/packages/remark-mdx/package.json +++ b/packages/remark-mdx/package.json @@ -1,6 +1,6 @@ { "name": "remark-mdx", - "version": "1.6.17", + "version": "1.6.18", "description": "Support import, export, and JSX in markdown", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", @@ -37,7 +37,7 @@ "@babel/helper-plugin-utils": "7.10.4", "@babel/plugin-proposal-object-rest-spread": "7.11.0", "@babel/plugin-syntax-jsx": "7.10.4", - "@mdx-js/util": "1.6.17", + "@mdx-js/util": "1.6.18", "is-alphabetical": "1.0.4", "remark-parse": "8.0.3", "unified": "9.2.0" diff --git a/packages/runtime/package.json b/packages/runtime/package.json index e4cd2429e..ecb24019c 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/runtime", - "version": "1.6.17", + "version": "1.6.18", "description": "Parse and render MDX in a runtime environment", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", @@ -38,8 +38,8 @@ "react": "^16.13.1" }, "dependencies": { - "@mdx-js/mdx": "1.6.17", - "@mdx-js/react": "1.6.17", + "@mdx-js/mdx": "1.6.18", + "@mdx-js/react": "1.6.18", "buble-jsx-only": "^0.19.8" } } diff --git a/packages/test-util/package.json b/packages/test-util/package.json index 0efdc6191..ae17298e7 100644 --- a/packages/test-util/package.json +++ b/packages/test-util/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/test-util", - "version": "1.6.17", + "version": "1.6.18", "description": "Testing utilities for MDX libraries", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", @@ -29,9 +29,9 @@ "@babel/core": "7.11.6", "@babel/plugin-proposal-object-rest-spread": "7.11.0", "@babel/plugin-transform-react-jsx": "7.10.4", - "@mdx-js/mdx": "1.6.17", - "@mdx-js/react": "1.6.17", - "babel-plugin-remove-export-keywords": "1.6.17", + "@mdx-js/mdx": "1.6.18", + "@mdx-js/react": "1.6.18", + "babel-plugin-remove-export-keywords": "1.6.18", "react": "16.13.1", "react-dom": "16.13.1" } diff --git a/packages/util/package.json b/packages/util/package.json index d06265513..a24b05659 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/util", - "version": "1.6.17", + "version": "1.6.18", "description": "Utilities for MDX libraries", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", diff --git a/packages/vue-loader/package.json b/packages/vue-loader/package.json index e9347cc87..a7c1dc4ec 100644 --- a/packages/vue-loader/package.json +++ b/packages/vue-loader/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/vue-loader", - "version": "1.6.17", + "version": "1.6.18", "description": "Vue loader for MDX", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", @@ -36,8 +36,8 @@ "no-test": "jest" }, "dependencies": { - "@mdx-js/mdx": "1.6.17", - "@mdx-js/vue": "1.6.17", + "@mdx-js/mdx": "1.6.18", + "@mdx-js/vue": "1.6.18", "loader-utils": "2.0.0" } } diff --git a/packages/vue/package.json b/packages/vue/package.json index b5579ec04..0226db9b7 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/vue", - "version": "1.6.17", + "version": "1.6.18", "description": "MDX support for Vue components", "author": "Jonathan Bakebwa (https://jbakebwa.dev)", "license": "MIT",