Skip to content

Commit

Permalink
Merge pull request #1351 from atanasster/mdx-bump-dependencies
Browse files Browse the repository at this point in the history
chore: bump mdxjs dependencies
  • Loading branch information
hasparus committed Dec 21, 2020
2 parents 316ff5e + 065c0de commit b5d8e00
Show file tree
Hide file tree
Showing 13 changed files with 97 additions and 102 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## UNRELEASED

- Bump versions `@mdx-js/mdx` and `@mdx-js/react` to `^1.6.22`, gatsby-plugin-mdx to `^1.6.0`. PR #1351

## v0.6.0 UNRELEASED

- Extract objects with nested variant props. Issue #1357
Expand Down
2 changes: 1 addition & 1 deletion deprecated/gatsby-theme-ui-blog/package.json
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@emotion/react": "^11.1.1",
"@mdx-js/react": "^1.0.0",
"@mdx-js/react": "^1.6.22",
"@theme-ui/preset-base": "^0.4.0-alpha.0",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-theme-ui": "^0.4.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/codesandbox-starter/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@emotion/react": "^11.1.1",
"@mdx-js/react": "^1.4.5",
"@mdx-js/react": "^1.6.22",
"@theme-ui/presets": "^0.4.0-rc.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/custom-pragma/package.json
Expand Up @@ -11,10 +11,10 @@
"build": "gatsby build"
},
"dependencies": {
"@mdx-js/mdx": "^1.0.19",
"@mdx-js/react": "^1.0.16",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^2.6.3",
"gatsby-plugin-mdx": "^1.0.4",
"gatsby-plugin-mdx": "^1.6.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"theme-ui": "^0.4.0-rc.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/dark-mode/package.json
Expand Up @@ -11,10 +11,10 @@
"build": "gatsby build"
},
"dependencies": {
"@mdx-js/mdx": "^1.0.19",
"@mdx-js/react": "^1.0.16",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^2.6.3",
"gatsby-plugin-mdx": "^1.0.4",
"gatsby-plugin-mdx": "^1.6.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"theme-ui": "^0.4.0-rc.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/gatsby-plugin/package.json
Expand Up @@ -11,10 +11,10 @@
"build": "gatsby build"
},
"dependencies": {
"@mdx-js/mdx": "^1.0.19",
"@mdx-js/react": "^1.0.16",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^2.6.3",
"gatsby-plugin-mdx": "^1.0.4",
"gatsby-plugin-mdx": "^1.6.0",
"gatsby-plugin-theme-ui": "^0.4.0-rc.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/gatsby/package.json
Expand Up @@ -11,10 +11,10 @@
"build": "gatsby build"
},
"dependencies": {
"@mdx-js/mdx": "^1.0.19",
"@mdx-js/react": "^1.0.16",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^2.6.3",
"gatsby-plugin-mdx": "^1.0.4",
"gatsby-plugin-mdx": "^1.6.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"theme-ui": "^0.4.0-rc.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/prism/package.json
Expand Up @@ -11,10 +11,10 @@
"build": "gatsby build"
},
"dependencies": {
"@mdx-js/mdx": "^1.0.19",
"@mdx-js/react": "^1.0.16",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^2.6.3",
"gatsby-plugin-mdx": "^1.0.4",
"gatsby-plugin-mdx": "^1.6.0",
"gatsby-remark-prismjs": "^3.2.9",
"prismjs": "^1.16.0",
"react": "^16.14.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/typography/package.json
Expand Up @@ -11,11 +11,11 @@
"build": "gatsby build"
},
"dependencies": {
"@mdx-js/mdx": "^1.0.19",
"@mdx-js/react": "^1.0.16",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^2.6.3",
"gatsby-plugin-google-fonts": "^1.0.0",
"gatsby-plugin-mdx": "^1.0.4",
"gatsby-plugin-mdx": "^1.6.0",
"lodash.merge": "^4.6.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@mdx-js/mdx": "^1.0.0-rc.0",
"@mdx-js/react": "^1.0.0-rc.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@theme-ui/color": "0.6.0-alpha.4",
"@theme-ui/components": "0.6.0-alpha.4",
"@theme-ui/css": "0.6.0-alpha.4",
Expand All @@ -34,7 +34,7 @@
"gatsby": "^2.26.1",
"gatsby-plugin-catch-links": "^2.4.0",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-mdx": "^1.4.0",
"gatsby-plugin-mdx": "^1.6.0",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-theme-ui": "0.6.0-alpha.4",
"gatsby-theme-code-recipes": "0.6.0-alpha.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@mdx-js/react": "^1.0.0",
"@mdx-js/react": "^1.6.22",
"@theme-ui/core": "0.6.0-alpha.4",
"@theme-ui/css": "0.6.0-alpha.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/sidenav/package.json
Expand Up @@ -22,8 +22,8 @@
},
"dependencies": {
"@emotion/react": "^11.1.1",
"@mdx-js/react": "^1.0.21",
"@types/mdx-js__react": "^1.5.1",
"@mdx-js/react": "^1.6.22",
"@types/mdx-js__react": "^1.5.3",
"deepmerge": "^4.0.0",
"theme-ui": "0.6.0-alpha.4"
},
Expand Down

0 comments on commit b5d8e00

Please sign in to comment.