Bump @mdx-js/react from 2.1.5 to 2.2.1

Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 2.1.5 to 2.2.1.
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/2.2.1/packages/react)

---
updated-dependencies:
- dependency-name: "@mdx-js/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-14 18:11:12 +00:00
committed by GitHub
parent f1b924f538
commit 3435147c37
2 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@mdx-js/react": "^2.1.5",
"@mdx-js/react": "^2.2.1",
"@open-wc/testing": "^3.1.7",
"@playwright/test": "^1.28.1",
"@storybook/addon-a11y": "^6.5.14",
@@ -2626,9 +2626,9 @@
}
},
"node_modules/@mdx-js/react": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.5.tgz",
"integrity": "sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.2.1.tgz",
"integrity": "sha512-YdXcMcEnqZhzql98RNrqYo9cEhTTesBiCclEtoiQUbJwx87q9453GTapYU6kJ8ZZ2ek1Vp25SiAXEFy5O/eAPw==",
"dev": true,
"dependencies": {
"@types/mdx": "^2.0.0",
@@ -33170,9 +33170,9 @@
}
},
"@mdx-js/react": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.5.tgz",
"integrity": "sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.2.1.tgz",
"integrity": "sha512-YdXcMcEnqZhzql98RNrqYo9cEhTTesBiCclEtoiQUbJwx87q9453GTapYU6kJ8ZZ2ek1Vp25SiAXEFy5O/eAPw==",
"dev": true,
"requires": {
"@types/mdx": "^2.0.0",

View File

@@ -69,7 +69,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@mdx-js/react": "^2.1.5",
"@mdx-js/react": "^2.2.1",
"@open-wc/testing": "^3.1.7",
"@playwright/test": "^1.28.1",
"@storybook/addon-a11y": "^6.5.14",