mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump @astrojs/mdx from 0.19.1 to 0.19.3 (#5132)
Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 0.19.1 to 0.19.3. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@0.19.3/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/5133/head
parent
de6c4afbc6
commit
1f5ddcd89d
|
@ -9,7 +9,7 @@
|
|||
"version": "4.0.0-alpha2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@astrojs/mdx": "^0.19.1",
|
||||
"@astrojs/mdx": "^0.19.3",
|
||||
"@rollup/plugin-typescript": "^11.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
||||
"@typescript-eslint/parser": "^5.59.6",
|
||||
|
@ -118,13 +118,13 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@astrojs/mdx": {
|
||||
"version": "0.19.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.1.tgz",
|
||||
"integrity": "sha512-9GNNZbGT+lGvbRkQK/NaEJcnjj1T94/ne0KwPjJgNCBQrJuskX5IW1hKiE5bRSOFvkAOrBGneYKg0GXYArBOQQ==",
|
||||
"version": "0.19.3",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.3.tgz",
|
||||
"integrity": "sha512-XiIQRO1OlJ19jqaZuttt6TSvnEIIiOVkHiNXPCOOsHnRpbLFuv0y0FoFuhYYRTHHm4rfSV2BRP5INiD5Aq9ByA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@astrojs/markdown-remark": "^2.2.0",
|
||||
"@astrojs/prism": "^2.1.1",
|
||||
"@astrojs/markdown-remark": "^2.2.1",
|
||||
"@astrojs/prism": "^2.1.2",
|
||||
"@mdx-js/mdx": "^2.3.0",
|
||||
"@mdx-js/rollup": "^2.3.0",
|
||||
"acorn": "^8.8.0",
|
||||
|
@ -11298,13 +11298,13 @@
|
|||
}
|
||||
},
|
||||
"@astrojs/mdx": {
|
||||
"version": "0.19.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.1.tgz",
|
||||
"integrity": "sha512-9GNNZbGT+lGvbRkQK/NaEJcnjj1T94/ne0KwPjJgNCBQrJuskX5IW1hKiE5bRSOFvkAOrBGneYKg0GXYArBOQQ==",
|
||||
"version": "0.19.3",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.3.tgz",
|
||||
"integrity": "sha512-XiIQRO1OlJ19jqaZuttt6TSvnEIIiOVkHiNXPCOOsHnRpbLFuv0y0FoFuhYYRTHHm4rfSV2BRP5INiD5Aq9ByA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@astrojs/markdown-remark": "^2.2.0",
|
||||
"@astrojs/prism": "^2.1.1",
|
||||
"@astrojs/markdown-remark": "^2.2.1",
|
||||
"@astrojs/prism": "^2.1.2",
|
||||
"@mdx-js/mdx": "^2.3.0",
|
||||
"@mdx-js/rollup": "^2.3.0",
|
||||
"acorn": "^8.8.0",
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"url": "https://github.com/ColorlibHQ/AdminLTE/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/mdx": "^0.19.1",
|
||||
"@astrojs/mdx": "^0.19.3",
|
||||
"@rollup/plugin-typescript": "^11.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
||||
"@typescript-eslint/parser": "^5.59.6",
|
||||
|
|
Loading…
Reference in New Issue