From 3b0b715759103462809a265524825f6a846e0de7 Mon Sep 17 00:00:00 2001 From: John Otander Date: Thu, 8 Aug 2019 16:57:40 -0600 Subject: [PATCH] v1.2.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 | 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 ++-- 26 files changed, 68 insertions(+), 68 deletions(-) diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 88748c6b9..3641034f8 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -1,14 +1,14 @@ { "private": true, - "version": "1.2.1", + "version": "1.2.2", "name": "gatsby-example", "scripts": { "start": "gatsby develop", "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.2.1", - "@mdx-js/react": "^1.2.1", + "@mdx-js/mdx": "^1.2.2", + "@mdx-js/react": "^1.2.2", "gatsby": "^2.13.53", "gatsby-mdx": "^1.0.0", "react": "^16.9.0", diff --git a/examples/next/package.json b/examples/next/package.json index 9ee594cb4..69a7645ee 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,15 +1,15 @@ { "private": true, "name": "next-example", - "version": "1.2.1", + "version": "1.2.2", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { - "@mdx-js/loader": "^1.2.1", - "@mdx-js/mdx": "^1.2.1", + "@mdx-js/loader": "^1.2.2", + "@mdx-js/mdx": "^1.2.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 1550d99e4..f0f1810a8 100644 --- a/examples/parcel/package.json +++ b/examples/parcel/package.json @@ -1,12 +1,12 @@ { "private": true, "name": "parcel", - "version": "1.2.1", + "version": "1.2.2", "scripts": { "start": "parcel index.html --no-cache" }, "dependencies": { - "@mdx-js/react": "^1.2.1", + "@mdx-js/react": "^1.2.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.2.1", + "@mdx-js/parcel-plugin-mdx": "^1.2.2", "parcel-bundler": "^1.12.3" } } diff --git a/examples/shortcodes/package.json b/examples/shortcodes/package.json index 6849ec3f6..af5fd549d 100644 --- a/examples/shortcodes/package.json +++ b/examples/shortcodes/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.2.1", + "version": "1.2.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.2.1", - "@mdx-js/react": "^1.2.1", + "@mdx-js/mdx": "^1.2.2", + "@mdx-js/react": "^1.2.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 9cb3313aa..29e462126 100644 --- a/examples/syntax-highlighting/package.json +++ b/examples/syntax-highlighting/package.json @@ -1,14 +1,14 @@ { "private": true, "name": "syntax-highlighting", - "version": "1.2.1", + "version": "1.2.2", "scripts": { "start": "gatsby develop", "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.2.1", - "@mdx-js/react": "^1.2.1", + "@mdx-js/mdx": "^1.2.2", + "@mdx-js/react": "^1.2.2", "gatsby": "^2.13.53", "gatsby-mdx": "^1.0.0", "prism-react-renderer": "^0.1.7", diff --git a/examples/terminal/package.json b/examples/terminal/package.json index ea429a56e..3fe67f901 100644 --- a/examples/terminal/package.json +++ b/examples/terminal/package.json @@ -1,15 +1,15 @@ { "private": true, "name": "terminal-example", - "version": "1.2.1", + "version": "1.2.2", "main": "index.js", "license": "MIT", "scripts": { "start": "node ." }, "dependencies": { - "@mdx-js/mdx": "^1.2.1", - "@mdx-js/react": "^1.2.1", + "@mdx-js/mdx": "^1.2.2", + "@mdx-js/react": "^1.2.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 b0108d617..608f5d4cb 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -1,6 +1,6 @@ { "name": "vue-example", - "version": "1.2.1", + "version": "1.2.2", "private": true, "scripts": { "start": "yarn serve", @@ -11,7 +11,7 @@ "vue": "^2.6.10" }, "devDependencies": { - "@mdx-js/vue-loader": "^1.2.1", + "@mdx-js/vue-loader": "^1.2.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 c15d67b07..209e07f60 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "webpack-example", - "version": "1.2.1", + "version": "1.2.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.2.1", - "@mdx-js/mdx": "^1.2.1", + "@mdx-js/loader": "^1.2.2", + "@mdx-js/mdx": "^1.2.2", "babel-loader": "^8.0.6", "react": "^16.9.0", "react-dom": "^16.9.0", diff --git a/lerna.json b/lerna.json index 3a7a2444d..09b2c411a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.4.0", - "version": "1.2.1", + "version": "1.2.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 92cf2d0be..2ad51235c 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.2.1", + "version": "1.2.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.2.1" + "@mdx-js/util": "^1.2.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 a1f21fad9..5411379e2 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.2.1", + "version": "1.2.2", "description": "Extract import names", "license": "MIT", "keywords": [ diff --git a/packages/babel-plugin-remove-export-keywords/package.json b/packages/babel-plugin-remove-export-keywords/package.json index fef205823..61998c9d1 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.2.1", + "version": "1.2.2", "description": "Remove plugin export keywords", "license": "MIT", "keywords": [ diff --git a/packages/create-mdx/package.json b/packages/create-mdx/package.json index 696284856..137950e2c 100644 --- a/packages/create-mdx/package.json +++ b/packages/create-mdx/package.json @@ -1,6 +1,6 @@ { "name": "create-mdx", - "version": "1.2.1", + "version": "1.2.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 869ae9d36..d4a9f3369 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.2.1", + "version": "1.2.2", "author": "Brent Jackson ", "license": "MIT", "scripts": { @@ -15,9 +15,9 @@ "@blocks/kit": "0.0.28", "@emotion/core": "10.0.15", "@emotion/styled": "10.0.15", - "@mdx-js/mdx": "^1.2.1", - "@mdx-js/react": "^1.2.1", - "@mdx-js/runtime": "^1.2.1", + "@mdx-js/mdx": "^1.2.2", + "@mdx-js/react": "^1.2.2", + "@mdx-js/runtime": "^1.2.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.2.1", - "remark-mdx-remove-imports": "^1.2.1", + "remark-mdx-remove-exports": "^1.2.2", + "remark-mdx-remove-imports": "^1.2.2", "remark-slug": "5.1.2", "theme-ui": "0.2.31" }, diff --git a/packages/loader/package.json b/packages/loader/package.json index f51ea2a89..69023279a 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/loader", - "version": "1.2.1", + "version": "1.2.2", "description": "Loader for MDX", "license": "MIT", "keywords": [ @@ -27,8 +27,8 @@ "index.js" ], "dependencies": { - "@mdx-js/mdx": "^1.2.1", - "@mdx-js/react": "^1.2.1", + "@mdx-js/mdx": "^1.2.2", + "@mdx-js/react": "^1.2.2", "loader-utils": "1.2.3" }, "devDependencies": { diff --git a/packages/mdx/package.json b/packages/mdx/package.json index c981ab4db..7f163266d 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/mdx", - "version": "1.2.1", + "version": "1.2.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.2.1", - "babel-plugin-apply-mdx-type-prop": "^1.2.1", - "babel-plugin-extract-import-names": "^1.2.1", + "@mdx-js/util": "^1.2.2", + "babel-plugin-apply-mdx-type-prop": "^1.2.2", + "babel-plugin-extract-import-names": "^1.2.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.1", - "remark-mdx": "^1.2.1", + "remark-mdx": "^1.2.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.2.1", - "@mdx-js/test-util": "^1.2.1", - "babel-plugin-remove-export-keywords": "^1.2.1", + "@mdx-js/react": "^1.2.2", + "@mdx-js/test-util": "^1.2.2", + "babel-plugin-remove-export-keywords": "^1.2.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 f28548341..eb2f0a0b4 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.2.1", + "version": "1.2.2", "description": "Parcel plugin for MDX", "license": "MIT", "keywords": [ @@ -27,7 +27,7 @@ "src" ], "dependencies": { - "@mdx-js/mdx": "^1.2.1", + "@mdx-js/mdx": "^1.2.2", "parcel-bundler": "^1.12.3" }, "peerDependencies": { diff --git a/packages/react/package.json b/packages/react/package.json index 9133de3c1..7e23c1a32 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/react", - "version": "1.2.1", + "version": "1.2.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 49016c4f2..3bd431843 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.2.1", + "version": "1.2.2", "description": "Remove exports from the MDX AST", "license": "MIT", "keywords": [ @@ -32,7 +32,7 @@ }, "devDependencies": { "jest": "24.8.0", - "remark-mdx": "^1.2.1", + "remark-mdx": "^1.2.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 a69815357..4d26d099c 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.2.1", + "version": "1.2.2", "description": "Remove imports from the MDX AST", "license": "MIT", "keywords": [ @@ -32,7 +32,7 @@ }, "devDependencies": { "jest": "24.8.0", - "remark-mdx": "^1.2.1", + "remark-mdx": "^1.2.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 9a76952ea..16c46b743 100644 --- a/packages/remark-mdx/package.json +++ b/packages/remark-mdx/package.json @@ -1,6 +1,6 @@ { "name": "remark-mdx", - "version": "1.2.1", + "version": "1.2.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.2.1", + "@mdx-js/util": "^1.2.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 4d0aeff7d..d7b010d3d 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/runtime", - "version": "1.2.1", + "version": "1.2.2", "description": "Parse and render MDX in a runtime environment", "license": "MIT", "keywords": [ @@ -33,8 +33,8 @@ "dist" ], "dependencies": { - "@mdx-js/mdx": "^1.2.1", - "@mdx-js/react": "^1.2.1", + "@mdx-js/mdx": "^1.2.2", + "@mdx-js/react": "^1.2.2", "buble": "^0.19.8" }, "devDependencies": { diff --git a/packages/test-util/package.json b/packages/test-util/package.json index 0732affa8..3c6151f2a 100644 --- a/packages/test-util/package.json +++ b/packages/test-util/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/test-util", - "version": "1.2.1", + "version": "1.2.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.2.1", - "@mdx-js/react": "^1.2.1", - "babel-plugin-remove-export-keywords": "^1.2.1", + "@mdx-js/mdx": "^1.2.2", + "@mdx-js/react": "^1.2.2", + "babel-plugin-remove-export-keywords": "^1.2.2", "react": "^16.9.0", "react-dom": "^16.9.0" } diff --git a/packages/util/package.json b/packages/util/package.json index 9defa02b0..3b52a6d4a 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/util", - "version": "1.2.1", + "version": "1.2.2", "description": "Utilities for MDX libraries", "license": "MIT", "keywords": [ diff --git a/packages/vue-loader/package.json b/packages/vue-loader/package.json index 20ef40cb3..01768ae5f 100644 --- a/packages/vue-loader/package.json +++ b/packages/vue-loader/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/vue-loader", - "version": "1.2.1", + "version": "1.2.2", "description": "Vue loader for MDX", "license": "MIT", "keywords": [ @@ -27,8 +27,8 @@ "index.js" ], "dependencies": { - "@mdx-js/mdx": "^1.2.1", - "@mdx-js/vue": "^1.2.1", + "@mdx-js/mdx": "^1.2.2", + "@mdx-js/vue": "^1.2.2", "loader-utils": "1.2.3" }, "devDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 4cb6f5b34..7096f91be 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/vue", - "version": "1.2.1", + "version": "1.2.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.2.1", + "@mdx-js/mdx": "^1.2.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",