From aec0aa5e3ad8a4216a3dea688234903ba495cac2 Mon Sep 17 00:00:00 2001 From: John Otander Date: Tue, 3 Sep 2019 12:49:33 -0600 Subject: [PATCH] v1.4.2 --- examples/gatsby/package.json | 6 +++--- examples/next/package.json | 6 +++--- examples/parcel/package.json | 6 +++--- examples/shortcodes/package.json | 6 +++--- examples/syntax-highlighting/package.json | 6 +++--- examples/terminal/package.json | 6 +++--- examples/vue/package.json | 4 ++-- examples/webpack/package.json | 6 +++--- lerna.json | 2 +- .../package.json | 4 ++-- .../package.json | 2 +- .../package.json | 4 ++-- .../package.json | 2 +- packages/create-mdx/package.json | 2 +- packages/gatsby-theme-mdx/package.json | 12 ++++++------ packages/loader/package.json | 6 +++--- packages/mdx/package.json | 16 ++++++++-------- packages/parcel-plugin-mdx/package.json | 4 ++-- packages/react/package.json | 2 +- packages/remark-mdx-remove-exports/package.json | 4 ++-- packages/remark-mdx-remove-imports/package.json | 4 ++-- packages/remark-mdx/package.json | 4 ++-- packages/runtime/package.json | 6 +++--- packages/test-util/package.json | 8 ++++---- packages/util/package.json | 2 +- packages/vue-loader/package.json | 6 +++--- packages/vue/package.json | 4 ++-- 27 files changed, 70 insertions(+), 70 deletions(-) diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index b33d93bc5..bdc05a24c 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -1,14 +1,14 @@ { "private": true, - "version": "1.4.1", + "version": "1.4.2", "name": "gatsby-example", "scripts": { "start": "gatsby develop", "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.4.1", - "@mdx-js/react": "^1.4.1", + "@mdx-js/mdx": "^1.4.2", + "@mdx-js/react": "^1.4.2", "gatsby": "^2.13.53", "gatsby-plugin-mdx": "^1.0.23", "react": "^16.9.0", diff --git a/examples/next/package.json b/examples/next/package.json index fb6376b0c..ffad74dbf 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,15 +1,15 @@ { "private": true, "name": "next-example", - "version": "1.4.1", + "version": "1.4.2", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { - "@mdx-js/loader": "^1.4.1", - "@mdx-js/mdx": "^1.4.1", + "@mdx-js/loader": "^1.4.2", + "@mdx-js/mdx": "^1.4.2", "@next/mdx": "^9.0.3", "next": "^9.0.3", "react": "^16.9.0", diff --git a/examples/parcel/package.json b/examples/parcel/package.json index 30aaec9a0..61af17e63 100644 --- a/examples/parcel/package.json +++ b/examples/parcel/package.json @@ -1,12 +1,12 @@ { "private": true, "name": "parcel", - "version": "1.4.1", + "version": "1.4.2", "scripts": { "start": "parcel index.html --no-cache" }, "dependencies": { - "@mdx-js/react": "^1.4.1", + "@mdx-js/react": "^1.4.2", "@mdx-js/tag": "^0.20.3", "react": "^16.x", "react-dom": "^16.9.0" @@ -15,7 +15,7 @@ "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", - "@mdx-js/parcel-plugin-mdx": "^1.4.1", + "@mdx-js/parcel-plugin-mdx": "^1.4.2", "parcel-bundler": "^1.12.3" } } diff --git a/examples/shortcodes/package.json b/examples/shortcodes/package.json index f464ae990..88a46cc92 100644 --- a/examples/shortcodes/package.json +++ b/examples/shortcodes/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.4.1", + "version": "1.4.2", "name": "shortcodes-example", "scripts": { "start": "gatsby develop", @@ -9,8 +9,8 @@ "dependencies": { "@blocks/kit": "^0.0.28", "@emotion/core": "^10.0.15", - "@mdx-js/mdx": "^1.4.1", - "@mdx-js/react": "^1.4.1", + "@mdx-js/mdx": "^1.4.2", + "@mdx-js/react": "^1.4.2", "gatsby": "^2.13.53", "gatsby-mdx": "^1.0.0", "react": "^16.9.0", diff --git a/examples/syntax-highlighting/package.json b/examples/syntax-highlighting/package.json index 00d5742de..49cd4355b 100644 --- a/examples/syntax-highlighting/package.json +++ b/examples/syntax-highlighting/package.json @@ -1,14 +1,14 @@ { "private": true, "name": "syntax-highlighting", - "version": "1.4.1", + "version": "1.4.2", "scripts": { "start": "gatsby develop", "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.4.1", - "@mdx-js/react": "^1.4.1", + "@mdx-js/mdx": "^1.4.2", + "@mdx-js/react": "^1.4.2", "gatsby": "^2.13.53", "gatsby-plugin-mdx": "^1.0.23", "prism-react-renderer": "^0.1.7", diff --git a/examples/terminal/package.json b/examples/terminal/package.json index 27163cd70..c55b3a541 100644 --- a/examples/terminal/package.json +++ b/examples/terminal/package.json @@ -1,15 +1,15 @@ { "private": true, "name": "terminal-example", - "version": "1.4.1", + "version": "1.4.2", "main": "index.js", "license": "MIT", "scripts": { "start": "node ." }, "dependencies": { - "@mdx-js/mdx": "^1.4.1", - "@mdx-js/react": "^1.4.1", + "@mdx-js/mdx": "^1.4.2", + "@mdx-js/react": "^1.4.2", "import-jsx": "^3.0.0", "ink": "^2.3.0", "react": "^16.9.0" diff --git a/examples/vue/package.json b/examples/vue/package.json index 70dc15196..225e139d1 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -1,6 +1,6 @@ { "name": "vue-example", - "version": "1.4.1", + "version": "1.4.2", "private": true, "scripts": { "start": "yarn serve", @@ -11,7 +11,7 @@ "vue": "^2.6.10" }, "devDependencies": { - "@mdx-js/vue-loader": "^1.4.1", + "@mdx-js/vue-loader": "^1.4.2", "@vue/cli-plugin-babel": "^3.10.0", "@vue/cli-service": "^3.10.0", "vue-template-compiler": "^2.6.10" diff --git a/examples/webpack/package.json b/examples/webpack/package.json index 8b0ef3173..3641f92e9 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "webpack-example", - "version": "1.4.1", + "version": "1.4.2", "description": "", "main": "index.js", "scripts": { @@ -14,8 +14,8 @@ "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", - "@mdx-js/loader": "^1.4.1", - "@mdx-js/mdx": "^1.4.1", + "@mdx-js/loader": "^1.4.2", + "@mdx-js/mdx": "^1.4.2", "babel-loader": "^8.0.6", "react": "^16.9.0", "react-dom": "^16.9.0", diff --git a/lerna.json b/lerna.json index dd77e4923..7c1ae9989 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.4.0", - "version": "1.4.1", + "version": "1.4.2", "packages": [ "packages/*" ], diff --git a/packages/babel-plugin-apply-mdx-type-props/package.json b/packages/babel-plugin-apply-mdx-type-props/package.json index d8228c2c7..f5af23bc0 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.4.1", + "version": "1.4.2", "description": "Apply the MDX type prop used in the MDX pragma", "license": "MIT", "keywords": [ @@ -25,7 +25,7 @@ }, "dependencies": { "@babel/helper-plugin-utils": "7.0.0", - "@mdx-js/util": "^1.4.1" + "@mdx-js/util": "^1.4.2" }, "scripts": { "test": "jest" diff --git a/packages/babel-plugin-extract-import-names/package.json b/packages/babel-plugin-extract-import-names/package.json index 6990104af..b27e58319 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.4.1", + "version": "1.4.2", "description": "Extract import names", "license": "MIT", "keywords": [ diff --git a/packages/babel-plugin-html-attributes-to-jsx/package.json b/packages/babel-plugin-html-attributes-to-jsx/package.json index 7f0c86da5..2ddd316d8 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.4.1", + "version": "1.4.2", "description": "Coerce HTML attributes into something JSX and React friendly", "license": "MIT", "keywords": [ @@ -25,7 +25,7 @@ ], "dependencies": { "@babel/types": "7.5.5", - "@mdx-js/util": "^1.4.1", + "@mdx-js/util": "^1.4.2", "camelcase-css": "2.0.1", "style-to-object": "0.2.3" }, diff --git a/packages/babel-plugin-remove-export-keywords/package.json b/packages/babel-plugin-remove-export-keywords/package.json index 1846a7c11..fc51791f8 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.4.1", + "version": "1.4.2", "description": "Remove plugin export keywords", "license": "MIT", "keywords": [ diff --git a/packages/create-mdx/package.json b/packages/create-mdx/package.json index 300ebdb53..c69281b58 100644 --- a/packages/create-mdx/package.json +++ b/packages/create-mdx/package.json @@ -1,6 +1,6 @@ { "name": "create-mdx", - "version": "1.4.1", + "version": "1.4.2", "description": "Initialize an MDX project", "license": "MIT", "keywords": [ diff --git a/packages/gatsby-theme-mdx/package.json b/packages/gatsby-theme-mdx/package.json index d820cd47f..6b838c1bf 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.4.1", + "version": "1.4.2", "author": "Brent Jackson ", "license": "MIT", "scripts": { @@ -15,9 +15,9 @@ "@blocks/kit": "0.0.28", "@emotion/core": "10.0.16", "@emotion/styled": "10.0.15", - "@mdx-js/mdx": "^1.4.1", - "@mdx-js/react": "^1.4.1", - "@mdx-js/runtime": "^1.4.1", + "@mdx-js/mdx": "^1.4.2", + "@mdx-js/react": "^1.4.2", + "@mdx-js/runtime": "^1.4.2", "@reach/router": "1.2.1", "@reach/skip-nav": "0.1.3", "@rebass/emotion": "3.2.0", @@ -38,8 +38,8 @@ "react-helmet": "5.2.1", "react-live": "2.1.2", "remark-emoji": "2.0.2", - "remark-mdx-remove-exports": "^1.4.1", - "remark-mdx-remove-imports": "^1.4.1", + "remark-mdx-remove-exports": "^1.4.2", + "remark-mdx-remove-imports": "^1.4.2", "remark-slug": "5.1.2", "theme-ui": "0.2.31" }, diff --git a/packages/loader/package.json b/packages/loader/package.json index 397637eae..c0865e26b 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/loader", - "version": "1.4.1", + "version": "1.4.2", "description": "Loader for MDX", "license": "MIT", "keywords": [ @@ -27,8 +27,8 @@ "index.js" ], "dependencies": { - "@mdx-js/mdx": "^1.4.1", - "@mdx-js/react": "^1.4.1", + "@mdx-js/mdx": "^1.4.2", + "@mdx-js/react": "^1.4.2", "loader-utils": "1.2.3" }, "devDependencies": { diff --git a/packages/mdx/package.json b/packages/mdx/package.json index ca40793ed..a520dca7a 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/mdx", - "version": "1.4.1", + "version": "1.4.2", "description": "Parse MDX and transpile to JSX", "license": "MIT", "keywords": [ @@ -32,15 +32,15 @@ "@babel/core": "7.5.5", "@babel/plugin-syntax-jsx": "7.2.0", "@babel/plugin-syntax-object-rest-spread": "7.2.0", - "@mdx-js/util": "^1.4.1", - "babel-plugin-apply-mdx-type-prop": "^1.4.1", - "babel-plugin-extract-import-names": "^1.4.1", + "@mdx-js/util": "^1.4.2", + "babel-plugin-apply-mdx-type-prop": "^1.4.2", + "babel-plugin-extract-import-names": "^1.4.2", "camelcase-css": "2.0.1", "detab": "2.0.2", "hast-util-raw": "5.0.1", "lodash.uniq": "4.5.0", "mdast-util-to-hast": "6.0.2", - "remark-mdx": "^1.4.1", + "remark-mdx": "^1.4.2", "remark-parse": "7.0.1", "remark-squeeze-paragraphs": "3.0.4", "style-to-object": "0.2.3", @@ -50,9 +50,9 @@ }, "devDependencies": { "@mapbox/rehype-prism": "0.3.1", - "@mdx-js/react": "^1.4.1", - "@mdx-js/test-util": "^1.4.1", - "babel-plugin-remove-export-keywords": "^1.4.1", + "@mdx-js/react": "^1.4.2", + "@mdx-js/test-util": "^1.4.2", + "babel-plugin-remove-export-keywords": "^1.4.2", "hast-util-select": "3.0.1", "jest": "24.8.0", "prettier": "1.18.2", diff --git a/packages/parcel-plugin-mdx/package.json b/packages/parcel-plugin-mdx/package.json index f79109c87..54aceb6ba 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.4.1", + "version": "1.4.2", "description": "Parcel plugin for MDX", "license": "MIT", "keywords": [ @@ -27,7 +27,7 @@ "src" ], "dependencies": { - "@mdx-js/mdx": "^1.4.1", + "@mdx-js/mdx": "^1.4.2", "parcel-bundler": "^1.12.3" }, "peerDependencies": { diff --git a/packages/react/package.json b/packages/react/package.json index 39ab4d5a5..947b1b3cc 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/react", - "version": "1.4.1", + "version": "1.4.2", "description": "React implementation for MDX", "license": "MIT", "keywords": [ diff --git a/packages/remark-mdx-remove-exports/package.json b/packages/remark-mdx-remove-exports/package.json index 1bcfec1f5..1a7cbf4e2 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.4.1", + "version": "1.4.2", "description": "Remove exports from the MDX AST", "license": "MIT", "keywords": [ @@ -32,7 +32,7 @@ }, "devDependencies": { "jest": "24.8.0", - "remark-mdx": "^1.4.1", + "remark-mdx": "^1.4.2", "remark-parse": "7.0.1", "remark-stringify": "7.0.2", "unified": "8.3.2" diff --git a/packages/remark-mdx-remove-imports/package.json b/packages/remark-mdx-remove-imports/package.json index f683afdfe..2123a4a3a 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.4.1", + "version": "1.4.2", "description": "Remove imports from the MDX AST", "license": "MIT", "keywords": [ @@ -32,7 +32,7 @@ }, "devDependencies": { "jest": "24.8.0", - "remark-mdx": "^1.4.1", + "remark-mdx": "^1.4.2", "remark-parse": "7.0.1", "remark-stringify": "7.0.2", "unified": "8.3.2" diff --git a/packages/remark-mdx/package.json b/packages/remark-mdx/package.json index dd8ef8736..bf9ea0918 100644 --- a/packages/remark-mdx/package.json +++ b/packages/remark-mdx/package.json @@ -1,6 +1,6 @@ { "name": "remark-mdx", - "version": "1.4.1", + "version": "1.4.2", "description": "Support import, export, and JSX in markdown", "license": "MIT", "keywords": [ @@ -32,7 +32,7 @@ "@babel/helper-plugin-utils": "7.0.0", "@babel/plugin-proposal-object-rest-spread": "7.5.5", "@babel/plugin-syntax-jsx": "7.2.0", - "@mdx-js/util": "^1.4.1", + "@mdx-js/util": "^1.4.2", "is-alphabetical": "1.0.3", "remark-parse": "7.0.1", "unified": "8.3.2" diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 14f92c768..5ff8767d8 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/runtime", - "version": "1.4.1", + "version": "1.4.2", "description": "Parse and render MDX in a runtime environment", "license": "MIT", "keywords": [ @@ -33,8 +33,8 @@ "dist" ], "dependencies": { - "@mdx-js/mdx": "^1.4.1", - "@mdx-js/react": "^1.4.1", + "@mdx-js/mdx": "^1.4.2", + "@mdx-js/react": "^1.4.2", "buble": "^0.19.8" }, "devDependencies": { diff --git a/packages/test-util/package.json b/packages/test-util/package.json index 8ea0413a5..313fc1950 100644 --- a/packages/test-util/package.json +++ b/packages/test-util/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/test-util", - "version": "1.4.1", + "version": "1.4.2", "description": "Testing utilities for MDX libraries", "license": "MIT", "keywords": [ @@ -22,9 +22,9 @@ "@babel/core": "7.5.5", "@babel/plugin-proposal-object-rest-spread": "7.5.5", "@babel/plugin-transform-react-jsx": "7.3.0", - "@mdx-js/mdx": "^1.4.1", - "@mdx-js/react": "^1.4.1", - "babel-plugin-remove-export-keywords": "^1.4.1", + "@mdx-js/mdx": "^1.4.2", + "@mdx-js/react": "^1.4.2", + "babel-plugin-remove-export-keywords": "^1.4.2", "react": "16.9.0", "react-dom": "16.9.0" } diff --git a/packages/util/package.json b/packages/util/package.json index e9a9dafb1..2814df76a 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/util", - "version": "1.4.1", + "version": "1.4.2", "description": "Utilities for MDX libraries", "license": "MIT", "keywords": [ diff --git a/packages/vue-loader/package.json b/packages/vue-loader/package.json index 06bf6c649..3e00ab2bf 100644 --- a/packages/vue-loader/package.json +++ b/packages/vue-loader/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/vue-loader", - "version": "1.4.1", + "version": "1.4.2", "description": "Vue loader for MDX", "license": "MIT", "keywords": [ @@ -27,8 +27,8 @@ "index.js" ], "dependencies": { - "@mdx-js/mdx": "^1.4.1", - "@mdx-js/vue": "^1.4.1", + "@mdx-js/mdx": "^1.4.2", + "@mdx-js/vue": "^1.4.2", "loader-utils": "1.2.3" }, "devDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index ed400a10b..802e1a126 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/vue", - "version": "1.4.1", + "version": "1.4.2", "repository": "mdx-js/mdx", "license": "MIT", "description": "MDX support for Vue components", @@ -23,7 +23,7 @@ "devDependencies": { "@babel/core": "7.5.5", "@babel/preset-env": "7.5.5", - "@mdx-js/mdx": "^1.4.1", + "@mdx-js/mdx": "^1.4.2", "@vue/test-utils": "1.0.0-beta.29", "babel-helper-vue-jsx-merge-props": "2.0.3", "babel-plugin-transform-vue-jsx": "4.0.1",