Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Jan 16, 2020
1 parent b46692a commit 7d428e2
Show file tree
Hide file tree
Showing 27 changed files with 65 additions and 65 deletions.
6 changes: 3 additions & 3 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gatsby-example",
"version": "1.5.4",
"version": "1.5.5",
"private": true,
"scripts": {
"build": "gatsby build",
"start": "gatsby develop"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/react": "^1.5.4",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"gatsby": "^2.13.53",
"gatsby-plugin-mdx": "^1.0.23",
"react": "^16.9.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "next-example",
"version": "1.5.4",
"version": "1.5.5",
"private": true,
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^1.5.4",
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/loader": "^1.5.5",
"@mdx-js/mdx": "^1.5.5",
"@next/mdx": "^9.0.3",
"next": "^9.0.3",
"react": "^16.9.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/parcel/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "parcel",
"version": "1.5.4",
"version": "1.5.5",
"private": true,
"scripts": {
"start": "parcel index.html --no-cache"
},
"dependencies": {
"@mdx-js/react": "^1.5.4",
"@mdx-js/react": "^1.5.5",
"@mdx-js/tag": "^0.20.3",
"react": "^16.x",
"react-dom": "^16.9.0"
Expand All @@ -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.5.4",
"@mdx-js/parcel-plugin-mdx": "^1.5.5",
"parcel-bundler": "^1.12.3"
}
}
6 changes: 3 additions & 3 deletions examples/shortcodes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shortcodes-example",
"version": "1.5.4",
"version": "1.5.5",
"private": true,
"scripts": {
"build": "gatsby build",
Expand All @@ -9,8 +9,8 @@
"dependencies": {
"@blocks/kit": "^0.0.28",
"@emotion/core": "^10.0.15",
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/react": "^1.5.4",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"gatsby": "^2.13.53",
"gatsby-mdx": "^1.0.0",
"react": "^16.9.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/syntax-highlighting/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "syntax-highlighting",
"version": "1.5.4",
"version": "1.5.5",
"private": true,
"scripts": {
"build": "gatsby build",
"start": "gatsby develop"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/react": "^1.5.4",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"gatsby": "^2.13.53",
"gatsby-plugin-mdx": "^1.0.23",
"prism-react-renderer": "^0.1.7",
Expand Down
8 changes: 4 additions & 4 deletions examples/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "terminal-example",
"version": "1.5.4",
"version": "1.5.5",
"license": "MIT",
"private": true,
"main": "index.js",
"scripts": {
"start": "node ."
},
"dependencies": {
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/react": "^1.5.4",
"@mdx-js/runtime": "^1.5.4",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"@mdx-js/runtime": "^1.5.5",
"import-jsx": "^3.0.0",
"ink": "^2.3.0",
"react": "^16.9.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-example",
"version": "1.5.4",
"version": "1.5.5",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand All @@ -11,7 +11,7 @@
"vue": "^2.6.10"
},
"devDependencies": {
"@mdx-js/vue-loader": "^1.5.4",
"@mdx-js/vue-loader": "^1.5.5",
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"vue-template-compiler": "^2.6.10"
Expand Down
6 changes: 3 additions & 3 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-example",
"version": "1.5.4",
"version": "1.5.5",
"description": "",
"author": "Brent Jackson",
"license": "MIT",
Expand All @@ -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.5.4",
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/loader": "^1.5.5",
"@mdx-js/mdx": "^1.5.5",
"babel-loader": "^8.0.6",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "1.5.4",
"version": "1.5.5",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-apply-mdx-type-props/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-apply-mdx-type-prop",
"version": "1.5.4",
"version": "1.5.5",
"description": "Apply the MDX type prop used in the MDX pragma",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"dependencies": {
"@babel/helper-plugin-utils": "7.8.0",
"@mdx-js/util": "^1.5.4"
"@mdx-js/util": "^1.5.5"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-extract-import-names/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-extract-import-names",
"version": "1.5.4",
"version": "1.5.5",
"description": "Extract import names",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-html-attributes-to-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-html-attributes-to-jsx",
"version": "1.5.4",
"version": "1.5.5",
"description": "Coerce HTML attributes into something JSX and React friendly",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@babel/types": "7.8.0",
"@mdx-js/util": "^1.5.4",
"@mdx-js/util": "^1.5.5",
"camelcase-css": "2.0.1",
"style-to-object": "0.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-remove-export-keywords/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-export-keywords",
"version": "1.5.4",
"version": "1.5.5",
"description": "Remove plugin export keywords",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mdx",
"version": "1.5.4",
"version": "1.5.5",
"description": "Initialize an MDX project",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down
12 changes: 6 additions & 6 deletions packages/gatsby-theme-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-mdx",
"version": "1.5.4",
"version": "1.5.5",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
Expand All @@ -23,9 +23,9 @@
"@blocks/kit": "0.0.28",
"@emotion/core": "10.0.27",
"@emotion/styled": "10.0.27",
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/react": "^1.5.4",
"@mdx-js/runtime": "^1.5.4",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"@mdx-js/runtime": "^1.5.5",
"@reach/router": "1.2.1",
"@reach/skip-nav": "0.7.2",
"@rebass/emotion": "3.2.0",
Expand All @@ -46,8 +46,8 @@
"react-helmet": "5.2.1",
"react-live": "2.2.2",
"remark-emoji": "2.0.2",
"remark-mdx-remove-exports": "^1.5.4",
"remark-mdx-remove-imports": "^1.5.4",
"remark-mdx-remove-exports": "^1.5.5",
"remark-mdx-remove-imports": "^1.5.5",
"remark-slug": "5.1.2",
"theme-ui": "0.2.52"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/loader",
"version": "1.5.4",
"version": "1.5.5",
"description": "Loader for MDX",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down Expand Up @@ -32,8 +32,8 @@
"loader"
],
"dependencies": {
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/react": "^1.5.4",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"loader-utils": "1.2.3"
}
}
10 changes: 5 additions & 5 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/mdx",
"version": "1.5.4",
"version": "1.5.5",
"description": "Parse MDX and transpile to JSX",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down Expand Up @@ -37,15 +37,15 @@
"@babel/core": "7.8.0",
"@babel/plugin-syntax-jsx": "7.8.0",
"@babel/plugin-syntax-object-rest-spread": "7.8.0",
"@mdx-js/util": "^1.5.4",
"babel-plugin-apply-mdx-type-prop": "^1.5.4",
"babel-plugin-extract-import-names": "^1.5.4",
"@mdx-js/util": "^1.5.5",
"babel-plugin-apply-mdx-type-prop": "^1.5.5",
"babel-plugin-extract-import-names": "^1.5.5",
"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.5.4",
"remark-mdx": "^1.5.5",
"remark-parse": "7.0.2",
"remark-squeeze-paragraphs": "3.0.4",
"style-to-object": "0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/parcel-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/parcel-plugin-mdx",
"version": "1.5.4",
"version": "1.5.5",
"description": "Parcel plugin for MDX",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react": "^16.9.0"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/mdx": "^1.5.5",
"parcel-bundler": "^1.12.3"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/react",
"version": "1.5.4",
"version": "1.5.5",
"description": "React implementation for MDX",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-mdx-remove-exports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-mdx-remove-exports",
"version": "1.5.4",
"version": "1.5.5",
"description": "Remove exports from the MDX AST",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-mdx-remove-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-mdx-remove-imports",
"version": "1.5.4",
"version": "1.5.5",
"description": "Remove imports from the MDX AST",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-mdx",
"version": "1.5.4",
"version": "1.5.5",
"description": "Support import, export, and JSX in markdown",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@babel/helper-plugin-utils": "7.8.0",
"@babel/plugin-proposal-object-rest-spread": "7.8.0",
"@babel/plugin-syntax-jsx": "7.8.0",
"@mdx-js/util": "^1.5.4",
"@mdx-js/util": "^1.5.5",
"is-alphabetical": "1.0.3",
"remark-parse": "7.0.2",
"unified": "8.4.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/runtime",
"version": "1.5.4",
"version": "1.5.5",
"description": "Parse and render MDX in a runtime environment",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down Expand Up @@ -38,8 +38,8 @@
"react": "^16.9.0"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/react": "^1.5.4",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"buble-jsx-only": "^0.19.8"
}
}
8 changes: 4 additions & 4 deletions packages/test-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/test-util",
"version": "1.5.4",
"version": "1.5.5",
"description": "Testing utilities for MDX libraries",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@babel/core": "7.8.0",
"@babel/plugin-proposal-object-rest-spread": "7.8.0",
"@babel/plugin-transform-react-jsx": "7.8.0",
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/react": "^1.5.4",
"babel-plugin-remove-export-keywords": "^1.5.4",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"babel-plugin-remove-export-keywords": "^1.5.5",
"react": "16.12.0",
"react-dom": "16.12.0"
}
Expand Down

1 comment on commit 7d428e2

@vercel
Copy link

@vercel vercel bot commented on 7d428e2 Jan 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.