mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
chore(deps): update dependency @mdx-js/react to v3 (#3400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2362f1a82a
commit
9fb1363988
29
web/package-lock.json
generated
29
web/package-lock.json
generated
@ -55,7 +55,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.23.2",
|
||||
"@mdx-js/react": "2.3.0",
|
||||
"@mdx-js/react": "3.0.0",
|
||||
"@storybook/addon-a11y": "7.5.1",
|
||||
"@storybook/addon-actions": "7.5.1",
|
||||
"@storybook/addon-docs": "7.5.1",
|
||||
@ -3927,19 +3927,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mdx-js/react": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.3.0.tgz",
|
||||
"integrity": "sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.0.0.tgz",
|
||||
"integrity": "sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/mdx": "^2.0.0",
|
||||
"@types/react": ">=16"
|
||||
"@types/mdx": "^2.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/unified"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": ">=16",
|
||||
"react": ">=16"
|
||||
}
|
||||
},
|
||||
@ -6474,6 +6474,23 @@
|
||||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@storybook/addon-docs/node_modules/@mdx-js/react": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.3.0.tgz",
|
||||
"integrity": "sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/mdx": "^2.0.0",
|
||||
"@types/react": ">=16"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/unified"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16"
|
||||
}
|
||||
},
|
||||
"node_modules/@storybook/addon-docs/node_modules/@storybook/client-logger": {
|
||||
"version": "7.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.5.1.tgz",
|
||||
|
@ -61,7 +61,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.23.2",
|
||||
"@mdx-js/react": "2.3.0",
|
||||
"@mdx-js/react": "3.0.0",
|
||||
"@storybook/addon-a11y": "7.5.1",
|
||||
"@storybook/addon-actions": "7.5.1",
|
||||
"@storybook/addon-docs": "7.5.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user