Skip to content

Commit

Permalink
v2.0.0-next.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Jul 27, 2020
1 parent 5c15a00 commit bf7deab
Show file tree
Hide file tree
Showing 37 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion examples/create-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-react-app",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"private": true,
"scripts": {
"build": "react-scripts build",
Expand Down
6 changes: 3 additions & 3 deletions examples/gatsby/package.json
@@ -1,14 +1,14 @@
{
"name": "gatsby-example",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"private": true,
"scripts": {
"build": "gatsby build",
"start": "gatsby develop"
},
"dependencies": {
"@mdx-js/mdx": "^2.0.0-next.4",
"@mdx-js/react": "^2.0.0-next.4",
"@mdx-js/mdx": "^2.0.0-next.5",
"@mdx-js/react": "^2.0.0-next.5",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"react": "^16.13.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/next/package.json
@@ -1,15 +1,15 @@
{
"name": "next-example",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"private": true,
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^2.0.0-next.4",
"@mdx-js/mdx": "^2.0.0-next.4",
"@mdx-js/loader": "^2.0.0-next.5",
"@mdx-js/mdx": "^2.0.0-next.5",
"@next/mdx": "^9.4.4",
"next": "^9.4.4",
"react": "^16.13.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/parcel/package.json
@@ -1,12 +1,12 @@
{
"name": "parcel",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"private": true,
"scripts": {
"start": "parcel index.html --no-cache"
},
"dependencies": {
"@mdx-js/react": "^2.0.0-next.4",
"@mdx-js/react": "^2.0.0-next.5",
"@mdx-js/tag": "^0.20.3",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand All @@ -15,7 +15,7 @@
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@mdx-js/parcel-plugin-mdx": "^2.0.0-next.4",
"@mdx-js/parcel-plugin-mdx": "^2.0.0-next.5",
"parcel-bundler": "^1.12.4"
}
}
2 changes: 1 addition & 1 deletion examples/razzle/package.json
@@ -1,6 +1,6 @@
{
"name": "razzle",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"private": true,
"scripts": {
"build": "razzle build",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-static/package.json
@@ -1,6 +1,6 @@
{
"name": "react-static-example-basic",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"private": true,
"scripts": {
"build": "react-static build",
Expand All @@ -11,7 +11,7 @@
"start": "react-static start"
},
"dependencies": {
"@mdx-js/loader": "^2.0.0-next.4",
"@mdx-js/loader": "^2.0.0-next.5",
"@reach/router": "^1.3.4",
"axios": "^0.19.2",
"react": "^16.13.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/react-web-components/package.json
@@ -1,14 +1,14 @@
{
"name": "react-web-components-example",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"private": true,
"scripts": {
"build": "gatsby build",
"start": "gatsby develop"
},
"dependencies": {
"@mdx-js/mdx": "^2.0.0-next.4",
"@mdx-js/react": "^2.0.0-next.4",
"@mdx-js/mdx": "^2.0.0-next.5",
"@mdx-js/react": "^2.0.0-next.5",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"react": "^16.13.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/shortcodes/package.json
@@ -1,6 +1,6 @@
{
"name": "shortcodes-example",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"private": true,
"scripts": {
"build": "gatsby build",
Expand All @@ -9,8 +9,8 @@
"dependencies": {
"@blocks/kit": "^0.0.28",
"@emotion/core": "^10.0.28",
"@mdx-js/mdx": "^2.0.0-next.4",
"@mdx-js/react": "^2.0.0-next.4",
"@mdx-js/mdx": "^2.0.0-next.5",
"@mdx-js/react": "^2.0.0-next.5",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"react": "^16.13.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/syntax-highlighting/package.json
@@ -1,14 +1,14 @@
{
"name": "syntax-highlighting",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"private": true,
"scripts": {
"build": "gatsby build",
"start": "gatsby develop"
},
"dependencies": {
"@mdx-js/mdx": "^2.0.0-next.4",
"@mdx-js/react": "^2.0.0-next.4",
"@mdx-js/mdx": "^2.0.0-next.5",
"@mdx-js/react": "^2.0.0-next.5",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"prism-react-renderer": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/terminal/package.json
@@ -1,16 +1,16 @@
{
"name": "terminal-example",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"license": "MIT",
"private": true,
"main": "index.js",
"scripts": {
"start": "node ."
},
"dependencies": {
"@mdx-js/mdx": "^2.0.0-next.4",
"@mdx-js/react": "^2.0.0-next.4",
"@mdx-js/runtime": "^2.0.0-next.4",
"@mdx-js/mdx": "^2.0.0-next.5",
"@mdx-js/react": "^2.0.0-next.5",
"@mdx-js/runtime": "^2.0.0-next.5",
"import-jsx": "^4.0.0",
"ink": "^2.7.1",
"react": "^16.13.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-loader-example",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-example",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand All @@ -11,7 +11,7 @@
"vue": "^2.6.11"
},
"devDependencies": {
"@mdx-js/vue-loader": "^2.0.0-next.4",
"@mdx-js/vue-loader": "^2.0.0-next.5",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"vue-template-compiler": "^2.6.11"
Expand Down
6 changes: 3 additions & 3 deletions examples/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-example",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"description": "",
"author": "Brent Jackson",
"license": "MIT",
Expand All @@ -14,8 +14,8 @@
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@mdx-js/loader": "^2.0.0-next.4",
"@mdx-js/mdx": "^2.0.0-next.4",
"@mdx-js/loader": "^2.0.0-next.5",
"@mdx-js/mdx": "^2.0.0-next.5",
"babel-loader": "^8.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/x0/package.json
@@ -1,6 +1,6 @@
{
"name": "x0-example",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/zero/package.json
@@ -1,6 +1,6 @@
{
"name": "zero-example",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json.schemastore.org/lerna",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-apply-mdx-type-props/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-apply-mdx-type-prop",
"version": "2.0.0-next.4",
"version": "2.0.0-next.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,7 +30,7 @@
},
"dependencies": {
"@babel/helper-plugin-utils": "7.10.4",
"@mdx-js/util": "^2.0.0-next.4"
"@mdx-js/util": "^2.0.0-next.5"
},
"gitHead": "fa091d2a041ce3d1ccead308d14596ce927c7bc2"
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-extract-export-names/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-extract-export-names",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"description": "Extract export names",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-extract-import-names/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-extract-import-names",
"version": "2.0.0-next.4",
"version": "2.0.0-next.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
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-html-attributes-to-jsx",
"version": "2.0.0-next.4",
"version": "2.0.0-next.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.10.5",
"@mdx-js/util": "^2.0.0-next.4",
"@mdx-js/util": "^2.0.0-next.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
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-export-keywords",
"version": "2.0.0-next.4",
"version": "2.0.0-next.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
@@ -1,6 +1,6 @@
{
"name": "create-mdx",
"version": "2.0.0-next.4",
"version": "2.0.0-next.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
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-mdx",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
Expand All @@ -23,9 +23,9 @@
"@blocks/kit": "0.0.28",
"@emotion/core": "10.0.28",
"@emotion/styled": "10.0.27",
"@mdx-js/mdx": "^2.0.0-next.4",
"@mdx-js/react": "^2.0.0-next.4",
"@mdx-js/runtime": "^2.0.0-next.4",
"@mdx-js/mdx": "^2.0.0-next.5",
"@mdx-js/react": "^2.0.0-next.5",
"@mdx-js/runtime": "^2.0.0-next.5",
"@reach/router": "1.3.4",
"@reach/skip-nav": "0.10.5",
"@rebass/emotion": "3.2.0",
Expand All @@ -47,8 +47,8 @@
"react-helmet": "6.1.0",
"react-live": "2.2.2",
"remark-emoji": "2.1.0",
"remark-mdx-remove-exports": "^2.0.0-next.4",
"remark-mdx-remove-imports": "^2.0.0-next.4",
"remark-mdx-remove-exports": "^2.0.0-next.5",
"remark-mdx-remove-imports": "^2.0.0-next.5",
"remark-slug": "6.0.0",
"theme-ui": "0.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/loader",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"description": "Loader for MDX",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down Expand Up @@ -38,8 +38,8 @@
"test-types": "dtslint types"
},
"dependencies": {
"@mdx-js/mdx": "^2.0.0-next.4",
"@mdx-js/react": "^2.0.0-next.4",
"@mdx-js/mdx": "^2.0.0-next.5",
"@mdx-js/react": "^2.0.0-next.5",
"loader-utils": "2.0.0"
},
"gitHead": "fa091d2a041ce3d1ccead308d14596ce927c7bc2"
Expand Down
14 changes: 7 additions & 7 deletions packages/mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/mdx",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"description": "Parse MDX and transpile to JSX",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
Expand Down Expand Up @@ -42,19 +42,19 @@
"@babel/core": "7.10.5",
"@babel/plugin-syntax-jsx": "7.10.4",
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@mdx-js/util": "^2.0.0-next.4",
"babel-plugin-apply-mdx-type-prop": "^2.0.0-next.4",
"babel-plugin-extract-export-names": "^2.0.0-next.4",
"babel-plugin-extract-import-names": "^2.0.0-next.4",
"@mdx-js/util": "^2.0.0-next.5",
"babel-plugin-apply-mdx-type-prop": "^2.0.0-next.5",
"babel-plugin-extract-export-names": "^2.0.0-next.5",
"babel-plugin-extract-import-names": "^2.0.0-next.5",
"camelcase-css": "2.0.1",
"detab": "2.0.3",
"hast-to-hyperscript": "9.0.0",
"hast-util-raw": "6.0.0",
"lodash.uniq": "4.5.0",
"mdast-util-to-hast": "9.1.0",
"remark-footnotes": "1.0.0",
"remark-mdx": "^2.0.0-next.4",
"remark-mdxjs": "^2.0.0-next.4",
"remark-mdx": "^2.0.0-next.5",
"remark-mdxjs": "^2.0.0-next.5",
"remark-parse": "8.0.2",
"remark-squeeze-paragraphs": "4.0.0",
"unified": "9.0.0",
Expand Down

0 comments on commit bf7deab

Please sign in to comment.