From e94f66ebfabb372dd8d4a369da20712aa5cd32c3 Mon Sep 17 00:00:00 2001 From: John Otander Date: Wed, 1 May 2019 10:34:22 -0600 Subject: [PATCH] v1.0.16 --- examples/gatsby/package.json | 6 +++--- examples/next/package.json | 6 +++--- examples/parcel/package.json | 6 +++--- examples/syntax-highlighting/package.json | 6 +++--- examples/webpack/package.json | 6 +++--- lerna.json | 2 +- packages/gatsby-theme-mdx/package.json | 8 ++++---- packages/loader/package.json | 6 +++--- packages/mdx/package.json | 4 ++-- packages/parcel-plugin-mdx/package.json | 4 ++-- packages/react/package.json | 2 +- packages/runtime/package.json | 6 +++--- packages/vue-loader/package.json | 4 ++-- 13 files changed, 33 insertions(+), 33 deletions(-) diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 3c1ed2f6f..07a7a04bd 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -1,14 +1,14 @@ { "private": true, - "version": "1.0.15", + "version": "1.0.16", "name": "gatsby", "scripts": { "start": "gatsby develop", "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.0.15", - "@mdx-js/react": "^1.0.15", + "@mdx-js/mdx": "^1.0.16", + "@mdx-js/react": "^1.0.16", "gatsby": "^2.3.21", "gatsby-mdx": "^0.6.1", "react": "^16.8.6", diff --git a/examples/next/package.json b/examples/next/package.json index b8b6eb5b8..6a2b7c874 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,15 +1,15 @@ { "private": true, "name": "next", - "version": "1.0.15", + "version": "1.0.16", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { - "@mdx-js/loader": "^1.0.15", - "@mdx-js/mdx": "^1.0.15", + "@mdx-js/loader": "^1.0.16", + "@mdx-js/mdx": "^1.0.16", "@zeit/next-mdx": "^1.2.0", "next": "^8.0.4", "react": "^16.8.6", diff --git a/examples/parcel/package.json b/examples/parcel/package.json index a9d1779e6..23d7b4c82 100644 --- a/examples/parcel/package.json +++ b/examples/parcel/package.json @@ -1,12 +1,12 @@ { "private": true, "name": "parcel", - "version": "1.0.15", + "version": "1.0.16", "scripts": { "start": "parcel index.html --no-cache" }, "dependencies": { - "@mdx-js/react": "^1.0.15", + "@mdx-js/react": "^1.0.16", "@mdx-js/tag": "^0.20.3", "react": "^0.14.x || ^15.x || ^16.x", "react-dom": "^16.8.6" @@ -15,7 +15,7 @@ "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", - "@mdx-js/parcel-plugin-mdx": "^1.0.15", + "@mdx-js/parcel-plugin-mdx": "^1.0.16", "parcel-bundler": "^1.12.3" } } diff --git a/examples/syntax-highlighting/package.json b/examples/syntax-highlighting/package.json index 3e862b556..3901fb317 100644 --- a/examples/syntax-highlighting/package.json +++ b/examples/syntax-highlighting/package.json @@ -1,14 +1,14 @@ { "private": true, "name": "syntax-highlighting", - "version": "1.0.15", + "version": "1.0.16", "scripts": { "start": "gatsby develop", "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.0.15", - "@mdx-js/react": "^1.0.15", + "@mdx-js/mdx": "^1.0.16", + "@mdx-js/react": "^1.0.16", "gatsby": "^2.3.21", "gatsby-mdx": "^0.6.1", "prism-react-renderer": "^0.1.6", diff --git a/examples/webpack/package.json b/examples/webpack/package.json index 3bc9e8bde..aa16fb636 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "webpack-example", - "version": "1.0.15", + "version": "1.0.16", "description": "", "main": "index.js", "scripts": { @@ -14,8 +14,8 @@ "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", - "@mdx-js/loader": "^1.0.15", - "@mdx-js/mdx": "^1.0.15", + "@mdx-js/loader": "^1.0.16", + "@mdx-js/mdx": "^1.0.16", "babel-loader": "^8.0.5", "react": "^16.8.6", "react-dom": "^16.8.6", diff --git a/lerna.json b/lerna.json index 77a549881..ca370aa43 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.4.0", - "version": "1.0.15", + "version": "1.0.16", "packages": [ "packages/*" ], diff --git a/packages/gatsby-theme-mdx/package.json b/packages/gatsby-theme-mdx/package.json index 9ee938d68..2f9397e80 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.0.15", + "version": "1.0.16", "author": "Brent Jackson ", "license": "MIT", "scripts": { @@ -14,9 +14,9 @@ "dependencies": { "@emotion/core": "^10.0.10", "@emotion/styled": "^10.0.10", - "@mdx-js/mdx": "^1.0.15", - "@mdx-js/react": "^1.0.15", - "@mdx-js/runtime": "^1.0.15", + "@mdx-js/mdx": "^1.0.16", + "@mdx-js/react": "^1.0.16", + "@mdx-js/runtime": "^1.0.16", "@reach/router": "^1.2.1", "@reach/skip-nav": "^0.1.2", "@rebass/emotion": "^3.1.0", diff --git a/packages/loader/package.json b/packages/loader/package.json index df053b78e..f58924971 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/loader", - "version": "1.0.15", + "version": "1.0.16", "description": "Loader for MDX", "license": "MIT", "keywords": [ @@ -27,8 +27,8 @@ "index.js" ], "dependencies": { - "@mdx-js/mdx": "^1.0.15", - "@mdx-js/react": "^1.0.15", + "@mdx-js/mdx": "^1.0.16", + "@mdx-js/react": "^1.0.16", "loader-utils": "^1.1.0" }, "devDependencies": { diff --git a/packages/mdx/package.json b/packages/mdx/package.json index b680295fe..ac8b325eb 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/mdx", - "version": "1.0.15", + "version": "1.0.16", "description": "Parse MDX and transpile to JSX", "license": "MIT", "keywords": [ @@ -49,7 +49,7 @@ "@babel/core": "^7.0.0", "@babel/plugin-transform-react-jsx": "^7.1.6", "@mapbox/rehype-prism": "^0.3.0", - "@mdx-js/react": "^1.0.15", + "@mdx-js/react": "^1.0.16", "hast-util-select": "^3.0.0", "jest": "^24.0.0", "prettier": "^1.14.2", diff --git a/packages/parcel-plugin-mdx/package.json b/packages/parcel-plugin-mdx/package.json index f2bb73092..3755bda58 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.0.15", + "version": "1.0.16", "description": "Parcel plugin for MDX", "license": "MIT", "keywords": [ @@ -27,7 +27,7 @@ "src" ], "dependencies": { - "@mdx-js/mdx": "^1.0.15", + "@mdx-js/mdx": "^1.0.16", "parcel-bundler": "^1.4.1" }, "peerDependencies": { diff --git a/packages/react/package.json b/packages/react/package.json index 31905dcf9..e3c93ff75 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/react", - "version": "1.0.15", + "version": "1.0.16", "description": "React implementation for MDX", "license": "MIT", "keywords": [ diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 20bb5b31f..1be98cdf4 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/runtime", - "version": "1.0.15", + "version": "1.0.16", "description": "Parse and render MDX in a runtime environment", "license": "MIT", "keywords": [ @@ -33,8 +33,8 @@ "dist" ], "dependencies": { - "@mdx-js/mdx": "^1.0.15", - "@mdx-js/react": "^1.0.15", + "@mdx-js/mdx": "^1.0.16", + "@mdx-js/react": "^1.0.16", "buble": "^0.19.6" }, "devDependencies": { diff --git a/packages/vue-loader/package.json b/packages/vue-loader/package.json index 52d3b581b..30aeb8842 100644 --- a/packages/vue-loader/package.json +++ b/packages/vue-loader/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/vue-loader", - "version": "1.0.15", + "version": "1.0.16", "description": "Vue loader for MDX", "license": "MIT", "keywords": [ @@ -27,7 +27,7 @@ "index.js" ], "dependencies": { - "@mdx-js/mdx": "^1.0.15", + "@mdx-js/mdx": "^1.0.16", "@mdx-js/vue": "^1.0.2", "loader-utils": "^1.1.0" },