Skip to content

Commit

Permalink
Bump lib and example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Sep 17, 2020
1 parent 98ec553 commit a61e847
Show file tree
Hide file tree
Showing 24 changed files with 803 additions and 963 deletions.
2 changes: 1 addition & 1 deletion examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"mdx.macro": "^0.2.9",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
"react-scripts": "3.4.3"
},
"browserslist": [
">0.2%",
Expand Down
4 changes: 2 additions & 2 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@mdx-js/mdx": "1.6.17",
"@mdx-js/react": "1.6.17",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"gatsby": "^2.24.62",
"gatsby-plugin-mdx": "^1.2.40",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@mdx-js/loader": "1.6.17",
"@mdx-js/mdx": "1.6.17",
"@next/mdx": "^9.4.4",
"next": "^9.4.4",
"@next/mdx": "^9.5.3",
"next": "^9.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"remark-emoji": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@mdx-js/parcel-plugin-mdx": "1.6.17",
"parcel-bundler": "^1.12.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/razzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@mdx-js/tag": "^0.20.3",
"express": "^4.17.1",
"razzle": "^3.1.5",
"razzle-plugin-mdx": "^3.1.5",
"razzle": "^3.1.7",
"razzle-plugin-mdx": "^3.1.7",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@mdx-js/loader": "1.6.17",
"@reach/router": "^1.3.4",
"axios": "^0.19.2",
"axios": "^0.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.21",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@mdx-js/mdx": "1.6.17",
"@mdx-js/react": "1.6.17",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"gatsby": "^2.24.62",
"gatsby-plugin-mdx": "^1.2.40",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/shortcodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"@blocks/kit": "^0.0.28",
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@mdx-js/mdx": "1.6.17",
"@mdx-js/react": "1.6.17",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"gatsby": "^2.24.62",
"gatsby-plugin-mdx": "^1.2.40",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"unified-ui": "^0.0.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/syntax-highlighting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@mdx-js/mdx": "1.6.17",
"@mdx-js/react": "1.6.17",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"gatsby": "^2.24.62",
"gatsby-plugin-mdx": "^1.2.40",
"prism-react-renderer": "^1.1.1",
"react-live": "^2.2.2",
"unified-ui": "^0.0.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@mdx-js/react": "1.6.17",
"@mdx-js/runtime": "1.6.17",
"import-jsx": "^4.0.0",
"ink": "^2.7.1",
"ink": "^3.0.5",
"react": "^16.13.1"
}
}
8 changes: 4 additions & 4 deletions examples/vue-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11"
"vue": "^2.6.12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.6",
"@vue/cli-service": "~4.4.6",
"vue-template-compiler": "^2.6.11"
"@vue/cli-plugin-babel": "~4.5.6",
"@vue/cli-service": "~4.5.6",
"vue-template-compiler": "^2.6.12"
}
}
8 changes: 4 additions & 4 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"start": "yarn serve"
},
"dependencies": {
"vue": "^2.6.11"
"vue": "^2.6.12"
},
"devDependencies": {
"@mdx-js/vue-loader": "1.6.17",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"vue-template-compiler": "^2.6.11"
"@vue/cli-plugin-babel": "^4.5.6",
"@vue/cli-service": "^4.5.6",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
Expand Down
6 changes: 3 additions & 3 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"start": "webpack-dev-server"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@mdx-js/loader": "1.6.17",
"@mdx-js/mdx": "1.6.17",
"babel-loader": "^8.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^4.43.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/x0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@compositor/x0": "^6.0.7",
"@rebass/markdown": "^1.0.0",
"styled-components": "^5.1.1"
"styled-components": "^5.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-apply-mdx-type-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"babel"
],
"peerDependencies": {
"@babel/core": "^7.10.5"
"@babel/core": "^7.11.6"
},
"dependencies": {
"@babel/helper-plugin-utils": "7.10.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-html-attributes-to-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"babel"
],
"dependencies": {
"@babel/types": "7.11.0",
"@babel/types": "7.11.5",
"@mdx-js/util": "1.6.17",
"camelcase-css": "2.0.1",
"style-to-object": "0.3.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/gatsby-theme-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
},
"dependencies": {
"@blocks/kit": "0.0.28",
"@emotion/core": "10.0.28",
"@emotion/core": "10.0.35",
"@emotion/styled": "10.0.27",
"@mdx-js/mdx": "1.6.17",
"@mdx-js/react": "1.6.17",
"@mdx-js/runtime": "1.6.17",
"@reach/router": "1.3.4",
"@reach/skip-nav": "0.10.5",
"@reach/skip-nav": "0.11.2",
"@rebass/emotion": "3.2.0",
"@theme-ui/components": "0.3.1",
"@theme-ui/preset-system": "0.3.0",
"gatsby": "2.24.14",
"gatsby-plugin-catch-links": "2.3.11",
"gatsby": "2.24.62",
"gatsby-plugin-catch-links": "2.3.12",
"gatsby-plugin-compile-es6-packages": "2.1.0",
"gatsby-plugin-emotion": "4.3.10",
"gatsby-plugin-emotion": "4.3.11",
"gatsby-plugin-fathom": "1.3.0",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-mdx": "1.2.30",
"gatsby-plugin-page-creator": "2.3.19",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-mdx": "1.2.40",
"gatsby-plugin-page-creator": "2.3.28",
"gatsby-plugin-react-helmet": "3.3.11",
"gatsby-plugin-theme-ui": "0.3.0",
"gatsby-source-filesystem": "2.3.23",
"gatsby-source-filesystem": "2.3.30",
"is-absolute-url": "3.0.3",
"lodash.flatten": "4.4.0",
"prism-react-renderer": "1.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@
"mdxast"
],
"dependencies": {
"@babel/core": "7.11.1",
"@babel/core": "7.11.6",
"@babel/plugin-syntax-jsx": "7.10.4",
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@mdx-js/util": "1.6.17",
"babel-plugin-apply-mdx-type-prop": "1.6.17",
"babel-plugin-extract-import-names": "1.6.17",
"camelcase-css": "2.0.1",
"detab": "2.0.3",
"hast-util-raw": "6.0.0",
"hast-util-raw": "6.0.1",
"lodash.uniq": "4.5.0",
"mdast-util-to-hast": "9.1.0",
"remark-footnotes": "1.0.0",
"mdast-util-to-hast": "9.1.1",
"remark-footnotes": "2.0.0",
"remark-mdx": "1.6.17",
"remark-parse": "8.0.3",
"remark-squeeze-paragraphs": "4.0.0",
"style-to-object": "0.3.0",
"unified": "9.1.0",
"unified": "9.2.0",
"unist-builder": "2.0.3",
"unist-util-visit": "2.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"parcel"
],
"peerDependencies": {
"@mdx-js/react": "^1.6.7",
"@mdx-js/react": "^1.6.17",
"react": "^16.13.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"mdxast"
],
"peerDependencies": {
"preact": "^10.4.6"
"preact": "^10.4.8"
},
"devDependencies": {
"preact": "10.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"mdxast"
],
"dependencies": {
"@babel/core": "7.11.1",
"@babel/core": "7.11.6",
"@babel/helper-plugin-utils": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/plugin-syntax-jsx": "7.10.4",
"@mdx-js/util": "1.6.17",
"is-alphabetical": "1.0.4",
"remark-parse": "8.0.3",
"unified": "9.1.0"
"unified": "9.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/test-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"mdxast"
],
"dependencies": {
"@babel/core": "7.11.1",
"@babel/core": "7.11.6",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/plugin-transform-react-jsx": "7.10.4",
"@mdx-js/mdx": "1.6.17",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"test": "jest"
},
"devDependencies": {
"@babel/cli": "7.10.5",
"@babel/core": "7.11.1",
"@babel/preset-env": "7.11.0",
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"cross-env": "7.0.2",
"watch": "1.0.2"
},
Expand Down
Loading

0 comments on commit a61e847

Please sign in to comment.