Skip to content

Commit

Permalink
Bump deps, fix core-js version in babel configs
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Jul 16, 2020
1 parent 166fd9d commit ea9970a
Show file tree
Hide file tree
Showing 31 changed files with 3,418 additions and 3,315 deletions.
4 changes: 2 additions & 2 deletions examples/gatsby/package.json
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@mdx-js/mdx": "^2.0.0-next.1",
"@mdx-js/react": "^2.0.0-next.1",
"gatsby": "^2.20.27",
"gatsby-plugin-mdx": "^1.1.9",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"unified-ui": "^0.0.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/next/package.json
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@mdx-js/loader": "^2.0.0-next.1",
"@mdx-js/mdx": "^2.0.0-next.1",
"@next/mdx": "^9.3.5",
"next": "^9.3.5",
"@next/mdx": "^9.4.4",
"next": "^9.4.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"remark-emoji": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/parcel/package.json
Expand Up @@ -12,9 +12,9 @@
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@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.1",
"parcel-bundler": "^1.12.4"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/razzle/package.json
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@mdx-js/tag": "^0.20.3",
"express": "^4.17.1",
"razzle": "^3.0.0",
"razzle-plugin-mdx": "^3.0.0",
"razzle": "^3.1.5",
"razzle-plugin-mdx": "^3.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/react-static/package.json
Expand Up @@ -12,18 +12,18 @@
},
"dependencies": {
"@mdx-js/loader": "^2.0.0-next.1",
"@reach/router": "^1.3.3",
"@reach/router": "^1.3.4",
"axios": "^0.19.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.20",
"react-static": "^7.2.3",
"react-hot-loader": "^4.12.21",
"react-static": "^7.4.2",
"react-static-plugin-mdx": "^7.2.2",
"react-static-plugin-reach-router": "^7.2.3",
"react-static-plugin-source-filesystem": "^7.2.3"
"react-static-plugin-reach-router": "^7.4.2",
"react-static-plugin-source-filesystem": "^7.4.2"
},
"devDependencies": {
"eslint-config-react-tools": "1.1.7",
"serve": "11.3.0"
"serve": "11.3.2"
}
}
4 changes: 2 additions & 2 deletions examples/react-web-components/package.json
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@mdx-js/mdx": "^2.0.0-next.1",
"@mdx-js/react": "^2.0.0-next.1",
"gatsby": "^2.20.27",
"gatsby-plugin-mdx": "^1.1.9",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/shortcodes/package.json
Expand Up @@ -11,8 +11,8 @@
"@emotion/core": "^10.0.28",
"@mdx-js/mdx": "^2.0.0-next.1",
"@mdx-js/react": "^2.0.0-next.1",
"gatsby": "^2.20.28",
"gatsby-plugin-mdx": "^1.1.9",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"unified-ui": "^0.0.3"
Expand Down
6 changes: 3 additions & 3 deletions examples/syntax-highlighting/package.json
Expand Up @@ -9,9 +9,9 @@
"dependencies": {
"@mdx-js/mdx": "^2.0.0-next.1",
"@mdx-js/react": "^2.0.0-next.1",
"gatsby": "^2.20.28",
"gatsby-plugin-mdx": "^1.1.9",
"prism-react-renderer": "^1.0.2",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"prism-react-renderer": "^1.1.1",
"react-live": "^2.2.2",
"unified-ui": "^0.0.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/vue-loader/package.json
Expand Up @@ -7,12 +7,12 @@
"serve": "vue-cli-service serve"
},
"dependencies": {
"core-js": "^3.6.4",
"core-js": "^3.6.5",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/cli-plugin-babel": "~4.4.6",
"@vue/cli-service": "~4.4.6",
"vue-template-compiler": "^2.6.11"
}
}
4 changes: 2 additions & 2 deletions examples/vue/package.json
Expand Up @@ -12,8 +12,8 @@
},
"devDependencies": {
"@mdx-js/vue-loader": "^2.0.0-next.1",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
Expand Down
12 changes: 6 additions & 6 deletions examples/webpack/package.json
Expand Up @@ -11,16 +11,16 @@
"start": "webpack-dev-server"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@mdx-js/loader": "^2.0.0-next.1",
"@mdx-js/mdx": "^2.0.0-next.1",
"babel-loader": "^8.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/x0/package.json
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@compositor/x0": "^6.0.7",
"@rebass/markdown": "^1.0.0",
"styled-components": "^5.1.0"
"styled-components": "^5.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/zero/package.json
Expand Up @@ -7,6 +7,6 @@
"start": "zero"
},
"dependencies": {
"zero": "^1.1.20"
"zero": "^1.1.22"
}
}
58 changes: 29 additions & 29 deletions package.json
Expand Up @@ -36,69 +36,69 @@
"test-types": "lerna run test-types"
},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/plugin-syntax-jsx": "7.8.3",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@mapbox/rehype-prism": "0.4.0",
"@mdx-js/mdx": "^1.6.3",
"@mdx-js/react": "^1.6.3",
"@mdx-js/test-util": "^1.6.3",
"@mdx-js/vue": "^1.6.3",
"@pkgr/rollup": "0.10.3",
"@babel/core": "7.10.5",
"@babel/plugin-syntax-jsx": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/preset-react": "7.10.4",
"@mapbox/rehype-prism": "0.5.0",
"@mdx-js/mdx": "^1.6.7",
"@mdx-js/react": "^1.6.7",
"@mdx-js/test-util": "^1.6.7",
"@mdx-js/vue": "^1.6.7",
"@pkgr/rollup": "0.10.4",
"@vue/babel-preset-jsx": "1.1.2",
"@vue/test-utils": "1.0.3",
"babel-helper-vue-jsx-merge-props": "2.0.3",
"babel-loader": "8.1.0",
"babel-plugin-macros": "2.8.0",
"babel-plugin-remove-export-keywords": "^1.6.2",
"babel-plugin-remove-export-keywords": "^1.6.7",
"babel-plugin-transform-vue-jsx": "4.0.1",
"dtslint": "3.6.3",
"eslint": "7.0.0",
"dtslint": "3.6.12",
"eslint": "7.4.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-xo": "0.29.1",
"eslint-config-xo": "0.32.0",
"eslint-formatter-friendly": "7.0.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-mdx": "1.6.9",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.20.0",
"gatsby": "2.22.3",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-mdx": "1.7.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.3",
"gatsby": "2.24.3",
"hast-util-select": "4.0.0",
"husky": "4.2.5",
"jest": "26.0.1",
"lerna": "3.21.0",
"lint-staged": "10.2.4",
"jest": "26.1.0",
"lerna": "3.22.1",
"lint-staged": "10.2.11",
"memory-fs": "0.5.0",
"prettier": "2.0.5",
"prettier-plugin-pkg": "0.7.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"rehype-add-classes": "1.0.0",
"rehype-katex": "3.0.0",
"remark-autolink-headings": "6.0.0",
"remark-autolink-headings": "6.0.1",
"remark-math": "2.0.1",
"remark-mdx": "2.0.0-next.0",
"remark-mdxjs": "2.0.0-next.0",
"remark-parse": "8.0.1",
"remark-parse": "8.0.2",
"remark-preset-prettier": "0.4.0",
"remark-preset-wooorm": "7.0.0",
"remark-slug": "6.0.0",
"remark-stringify": "8.0.0",
"remark-stringify": "8.1.0",
"retext-english": "3.0.4",
"retext-preset-wooorm": "2.0.0",
"retext-sentence-spacing": "4.0.0",
"rimraf": "3.0.2",
"typescript": "3.9.3",
"typescript": "3.9.6",
"unified": "9.0.0",
"vfile": "4.1.1",
"vue": "2.6.11",
"vue-template-compiler": "2.6.11",
"webpack": "4.43.0",
"yarn-deduplicate": "2.0.0"
"yarn-deduplicate": "2.1.1"
},
"resolutions": {
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/core": "7.10.5",
"@babel/preset-env": "7.10.4",
"@babel/preset-react": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"react": "16.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-apply-mdx-type-props/package.json
Expand Up @@ -26,10 +26,10 @@
"babel"
],
"peerDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.10.5"
},
"dependencies": {
"@babel/helper-plugin-utils": "7.8.3",
"@babel/helper-plugin-utils": "7.10.4",
"@mdx-js/util": "^2.0.0-next.1"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-extract-import-names/package.json
Expand Up @@ -26,6 +26,6 @@
"babel"
],
"dependencies": {
"@babel/helper-plugin-utils": "7.8.3"
"@babel/helper-plugin-utils": "7.10.4"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-html-attributes-to-jsx/package.json
Expand Up @@ -29,7 +29,7 @@
"babel"
],
"dependencies": {
"@babel/types": "7.9.6",
"@babel/types": "7.10.5",
"@mdx-js/util": "^2.0.0-next.1",
"camelcase-css": "2.0.1",
"style-to-object": "0.3.0"
Expand Down
28 changes: 14 additions & 14 deletions packages/gatsby-theme-mdx/package.json
Expand Up @@ -16,8 +16,8 @@
"start": "gatsby develop"
},
"peerDependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"dependencies": {
"@blocks/kit": "0.0.28",
Expand All @@ -26,25 +26,25 @@
"@mdx-js/mdx": "^2.0.0-next.1",
"@mdx-js/react": "^2.0.0-next.1",
"@mdx-js/runtime": "^2.0.0-next.1",
"@reach/router": "1.3.3",
"@reach/skip-nav": "0.10.2",
"@reach/router": "1.3.4",
"@reach/skip-nav": "0.10.5",
"@rebass/emotion": "3.2.0",
"@theme-ui/preset-system": "0.3.0",
"gatsby": "2.21.1",
"gatsby-plugin-catch-links": "2.3.0",
"gatsby": "2.24.3",
"gatsby-plugin-catch-links": "2.3.11",
"gatsby-plugin-compile-es6-packages": "2.1.0",
"gatsby-plugin-emotion": "4.3.0",
"gatsby-plugin-fathom": "1.2.0",
"gatsby-plugin-emotion": "4.3.10",
"gatsby-plugin-fathom": "1.3.0",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-mdx": "1.2.1",
"gatsby-plugin-page-creator": "2.3.0",
"gatsby-plugin-react-helmet": "3.3.0",
"gatsby-plugin-mdx": "1.2.26",
"gatsby-plugin-page-creator": "2.3.17",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-theme-ui": "0.3.0",
"gatsby-source-filesystem": "2.3.0",
"gatsby-source-filesystem": "2.3.19",
"is-absolute-url": "3.0.3",
"lodash.flatten": "4.4.0",
"prism-react-renderer": "1.1.0",
"react-helmet": "6.0.0",
"prism-react-renderer": "1.1.1",
"react-helmet": "6.1.0",
"react-live": "2.2.2",
"remark-emoji": "2.1.0",
"remark-mdx-remove-exports": "^2.0.0-next.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/mdx/package.json
Expand Up @@ -39,25 +39,25 @@
"test-types": "dtslint types"
},
"dependencies": {
"@babel/core": "7.9.6",
"@babel/plugin-syntax-jsx": "7.8.3",
"@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.1",
"babel-plugin-apply-mdx-type-prop": "^2.0.0-next.1",
"babel-plugin-extract-import-names": "^2.0.0-next.1",
"camelcase-css": "2.0.1",
"detab": "2.0.3",
"hast-to-hyperscript": "8.1.0",
"hast-util-raw": "5.0.2",
"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.1",
"remark-mdxjs": "^2.0.0-next.1",
"remark-parse": "8.0.1",
"remark-parse": "8.0.2",
"remark-squeeze-paragraphs": "4.0.0",
"unified": "9.0.0",
"unist-builder": "2.0.3",
"unist-util-visit": "2.0.2"
"unist-util-visit": "2.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/parcel-plugin-mdx/package.json
Expand Up @@ -32,8 +32,8 @@
"parcel"
],
"peerDependencies": {
"@mdx-js/react": "^1.1.6",
"react": "^16.9.0"
"@mdx-js/react": "^1.6.7",
"react": "^16.13.1"
},
"dependencies": {
"@mdx-js/mdx": "^2.0.0-next.1",
Expand Down

0 comments on commit ea9970a

Please sign in to comment.