diff --git a/examples/create-react-app/package.json b/examples/create-react-app/package.json index b3263b130..8db2d57b5 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.20", + "version": "1.6.21", "private": true, "scripts": { "build": "react-scripts build", diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 4b2a0d0d1..9cf41b4ef 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-example", - "version": "1.6.20", + "version": "1.6.21", "private": true, "scripts": { "build": "gatsby build", "start": "gatsby develop" }, "dependencies": { - "@mdx-js/mdx": "1.6.20", - "@mdx-js/react": "1.6.20", + "@mdx-js/mdx": "1.6.21", + "@mdx-js/react": "1.6.21", "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 3a7e708f8..fbed66d33 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,6 +1,6 @@ { "name": "next-example", - "version": "1.6.20", + "version": "1.6.21", "private": true, "scripts": { "build": "next build", @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@mdx-js/loader": "1.6.20", - "@mdx-js/mdx": "1.6.20", + "@mdx-js/loader": "1.6.21", + "@mdx-js/mdx": "1.6.21", "@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 256306555..8dad71ced 100644 --- a/examples/parcel/package.json +++ b/examples/parcel/package.json @@ -1,12 +1,12 @@ { "name": "parcel", - "version": "1.6.20", + "version": "1.6.21", "private": true, "scripts": { "start": "parcel index.html --no-cache" }, "dependencies": { - "@mdx-js/react": "1.6.20", + "@mdx-js/react": "1.6.21", "@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.20", + "@mdx-js/parcel-plugin-mdx": "1.6.21", "parcel-bundler": "^1.12.4" } } diff --git a/examples/razzle/package.json b/examples/razzle/package.json index 529d96633..17d4000c0 100644 --- a/examples/razzle/package.json +++ b/examples/razzle/package.json @@ -1,6 +1,6 @@ { "name": "razzle", - "version": "1.6.20", + "version": "1.6.21", "private": true, "scripts": { "build": "razzle build", diff --git a/examples/react-static/package.json b/examples/react-static/package.json index 78b4e6f4c..f5e1be573 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.20", + "version": "1.6.21", "private": true, "scripts": { "build": "react-static build", @@ -11,7 +11,7 @@ "start": "react-static start" }, "dependencies": { - "@mdx-js/loader": "1.6.20", + "@mdx-js/loader": "1.6.21", "@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 a9140293b..15b646428 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.20", + "version": "1.6.21", "private": true, "scripts": { "build": "gatsby build", "start": "gatsby develop" }, "dependencies": { - "@mdx-js/mdx": "1.6.20", - "@mdx-js/react": "1.6.20", + "@mdx-js/mdx": "1.6.21", + "@mdx-js/react": "1.6.21", "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 15d2052c0..2ea6d57e5 100644 --- a/examples/shortcodes/package.json +++ b/examples/shortcodes/package.json @@ -1,6 +1,6 @@ { "name": "shortcodes-example", - "version": "1.6.20", + "version": "1.6.21", "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.20", - "@mdx-js/react": "1.6.20", + "@mdx-js/mdx": "1.6.21", + "@mdx-js/react": "1.6.21", "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 5f49c8a46..1eb86a161 100644 --- a/examples/syntax-highlighting/package.json +++ b/examples/syntax-highlighting/package.json @@ -1,14 +1,14 @@ { "name": "syntax-highlighting", - "version": "1.6.20", + "version": "1.6.21", "private": true, "scripts": { "build": "gatsby build", "start": "gatsby develop" }, "dependencies": { - "@mdx-js/mdx": "1.6.20", - "@mdx-js/react": "1.6.20", + "@mdx-js/mdx": "1.6.21", + "@mdx-js/react": "1.6.21", "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 3baf58557..8773973cc 100644 --- a/examples/terminal/package.json +++ b/examples/terminal/package.json @@ -1,6 +1,6 @@ { "name": "terminal-example", - "version": "1.6.20", + "version": "1.6.21", "license": "MIT", "private": true, "main": "index.js", @@ -8,9 +8,9 @@ "start": "node ." }, "dependencies": { - "@mdx-js/mdx": "1.6.20", - "@mdx-js/react": "1.6.20", - "@mdx-js/runtime": "1.6.20", + "@mdx-js/mdx": "1.6.21", + "@mdx-js/react": "1.6.21", + "@mdx-js/runtime": "1.6.21", "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 f47c35b15..f5366bccb 100644 --- a/examples/vue-loader/package.json +++ b/examples/vue-loader/package.json @@ -1,6 +1,6 @@ { "name": "vue-loader-example", - "version": "1.6.20", + "version": "1.6.21", "private": true, "scripts": { "build": "vue-cli-service build", diff --git a/examples/vue/package.json b/examples/vue/package.json index 832b02ecb..00042a12c 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -1,6 +1,6 @@ { "name": "vue-example", - "version": "1.6.20", + "version": "1.6.21", "private": true, "scripts": { "build": "vue-cli-service build", @@ -11,7 +11,7 @@ "vue": "^2.6.12" }, "devDependencies": { - "@mdx-js/vue-loader": "1.6.20", + "@mdx-js/vue-loader": "1.6.21", "@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 e6f1266b1..d063e0a37 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -1,6 +1,6 @@ { "name": "webpack-example", - "version": "1.6.20", + "version": "1.6.21", "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.20", - "@mdx-js/mdx": "1.6.20", + "@mdx-js/loader": "1.6.21", + "@mdx-js/mdx": "1.6.21", "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 da5b85ce4..1c2f45b87 100644 --- a/examples/x0/package.json +++ b/examples/x0/package.json @@ -1,6 +1,6 @@ { "name": "x0-example", - "version": "1.6.20", + "version": "1.6.21", "license": "MIT", "private": true, "scripts": { diff --git a/examples/zero/package.json b/examples/zero/package.json index 07d8f4179..d4fe583c4 100644 --- a/examples/zero/package.json +++ b/examples/zero/package.json @@ -1,6 +1,6 @@ { "name": "zero-example", - "version": "1.6.20", + "version": "1.6.21", "license": "MIT", "private": true, "scripts": { diff --git a/lerna.json b/lerna.json index e2e20f1fd..704e1114c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "http://json.schemastore.org/lerna", - "version": "1.6.20", + "version": "1.6.21", "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 f3807c9fa..67bfd6565 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.20", + "version": "1.6.21", "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.20" + "@mdx-js/util": "1.6.21" } } diff --git a/packages/babel-plugin-extract-import-names/package.json b/packages/babel-plugin-extract-import-names/package.json index 14c43473b..34f6b45a1 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.20", + "version": "1.6.21", "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 d5e9c6ec9..9d9809489 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.20", + "version": "1.6.21", "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.20", + "@mdx-js/util": "1.6.21", "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 d5ba66e32..6014e253b 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.20", + "version": "1.6.21", "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 a295b7a49..d29ae5841 100644 --- a/packages/create-mdx/package.json +++ b/packages/create-mdx/package.json @@ -1,6 +1,6 @@ { "name": "create-mdx", - "version": "1.6.20", + "version": "1.6.21", "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 fa1f84f0b..896c7c11b 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.20", + "version": "1.6.21", "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.20", - "@mdx-js/react": "1.6.20", - "@mdx-js/runtime": "1.6.20", + "@mdx-js/mdx": "1.6.21", + "@mdx-js/react": "1.6.21", + "@mdx-js/runtime": "1.6.21", "@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.20", - "remark-mdx-remove-imports": "1.6.20", + "remark-mdx-remove-exports": "1.6.21", + "remark-mdx-remove-imports": "1.6.21", "remark-slug": "6.0.0", "theme-ui": "0.3.1" } diff --git a/packages/loader/package.json b/packages/loader/package.json index c7a727efe..f7ca1d15d 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/loader", - "version": "1.6.20", + "version": "1.6.21", "description": "Loader for MDX", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", @@ -32,8 +32,8 @@ "loader" ], "dependencies": { - "@mdx-js/mdx": "1.6.20", - "@mdx-js/react": "1.6.20", + "@mdx-js/mdx": "1.6.21", + "@mdx-js/react": "1.6.21", "loader-utils": "2.0.0" } } diff --git a/packages/mdx/package.json b/packages/mdx/package.json index b0cb65c6f..2f319ffc1 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/mdx", - "version": "1.6.20", + "version": "1.6.21", "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.20", - "babel-plugin-apply-mdx-type-prop": "1.6.20", - "babel-plugin-extract-import-names": "1.6.20", + "@mdx-js/util": "1.6.21", + "babel-plugin-apply-mdx-type-prop": "1.6.21", + "babel-plugin-extract-import-names": "1.6.21", "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.2", "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.20", + "remark-mdx": "1.6.21", "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 201a612bd..b4905e78f 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.20", + "version": "1.6.21", "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.20", + "@mdx-js/mdx": "1.6.21", "parcel-bundler": "^1.12.4" } } diff --git a/packages/preact/package.json b/packages/preact/package.json index 3c78bf493..b5db3ddb6 100644 --- a/packages/preact/package.json +++ b/packages/preact/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/preact", - "version": "1.6.20", + "version": "1.6.21", "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 a8e865893..3aeb8738b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/react", - "version": "1.6.20", + "version": "1.6.21", "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 9c709a01f..b303ab6af 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.20", + "version": "1.6.21", "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 04f790e2d..8122fa70c 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.20", + "version": "1.6.21", "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 f5bce9e42..f77276119 100644 --- a/packages/remark-mdx/package.json +++ b/packages/remark-mdx/package.json @@ -1,6 +1,6 @@ { "name": "remark-mdx", - "version": "1.6.20", + "version": "1.6.21", "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.20", + "@mdx-js/util": "1.6.21", "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 3251d122e..f980a8d09 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/runtime", - "version": "1.6.20", + "version": "1.6.21", "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.20", - "@mdx-js/react": "1.6.20", + "@mdx-js/mdx": "1.6.21", + "@mdx-js/react": "1.6.21", "buble-jsx-only": "^0.19.8" } } diff --git a/packages/test-util/package.json b/packages/test-util/package.json index 1d2d33a60..cb72f167b 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.20", + "version": "1.6.21", "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.20", - "@mdx-js/react": "1.6.20", - "babel-plugin-remove-export-keywords": "1.6.20", + "@mdx-js/mdx": "1.6.21", + "@mdx-js/react": "1.6.21", + "babel-plugin-remove-export-keywords": "1.6.21", "react": "16.13.1", "react-dom": "16.13.1" } diff --git a/packages/util/package.json b/packages/util/package.json index 86f094186..ec5aad864 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/util", - "version": "1.6.20", + "version": "1.6.21", "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 3e749eea9..68fc60a1e 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.20", + "version": "1.6.21", "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.20", - "@mdx-js/vue": "1.6.20", + "@mdx-js/mdx": "1.6.21", + "@mdx-js/vue": "1.6.21", "loader-utils": "2.0.0" } } diff --git a/packages/vue/package.json b/packages/vue/package.json index f17cd7ecb..477d16fe5 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/vue", - "version": "1.6.20", + "version": "1.6.21", "description": "MDX support for Vue components", "author": "Jonathan Bakebwa (https://jbakebwa.dev)", "license": "MIT",