mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
chore(v2): upgrade remark-admonitions for a11y fixes (#2477)
This commit is contained in:
parent
36ea74504e
commit
f0941a9ff6
3 changed files with 6 additions and 16 deletions
|
@ -16,7 +16,7 @@
|
|||
"@docusaurus/plugin-sitemap": "^2.0.0-alpha.48",
|
||||
"@docusaurus/theme-classic": "^2.0.0-alpha.48",
|
||||
"@docusaurus/theme-search-algolia": "^2.0.0-alpha.48",
|
||||
"remark-admonitions": "^1.1.0"
|
||||
"remark-admonitions": "^1.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@docusaurus/core": "^2.0.0"
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
"prism-react-renderer": "^1.0.2",
|
||||
"prismjs": "^1.17.1",
|
||||
"react-router-dom": "^5.1.2",
|
||||
"react-toggle": "^4.1.1",
|
||||
"remark-admonitions": "^1.2.0"
|
||||
"react-toggle": "^4.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@docusaurus/core": "^2.0.0",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -13597,19 +13597,10 @@ relateurl@^0.2.7:
|
|||
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
|
||||
integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=
|
||||
|
||||
remark-admonitions@^1.1.0:
|
||||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/remark-admonitions/-/remark-admonitions-1.1.1.tgz#bc9d7f54f47fc78f8faa6580677cfa635208cb5e"
|
||||
integrity sha512-F0MZRtN/sE3OUcLyal3lKtjYeM3ep2T6pLjYwhwJ9Uw3XQYzn4EQOzThbR5zvMpDE+gX5k+3zfOaEVC5qitgYg==
|
||||
dependencies:
|
||||
rehype-parse "^6.0.2"
|
||||
unified "^8.4.2"
|
||||
unist-util-visit "^2.0.1"
|
||||
|
||||
remark-admonitions@^1.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/remark-admonitions/-/remark-admonitions-1.2.0.tgz#0c8ba565c018357afb5f4f89efe4e543d71bd216"
|
||||
integrity sha512-h7P99HNMuSeA3HBw+RIF4PoTEI2knjPqBIfmYSgavXvA5PHgP3oHo0XKfDmmPpUZY6vBWKzcLXRZcYHNnNcJaw==
|
||||
remark-admonitions@^1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/remark-admonitions/-/remark-admonitions-1.2.1.tgz#87caa1a442aa7b4c0cafa04798ed58a342307870"
|
||||
integrity sha512-Ji6p68VDvD+H1oS95Fdx9Ar5WA2wcDA4kwrrhVU7fGctC6+d3uiMICu7w7/2Xld+lnU7/gi+432+rRbup5S8ow==
|
||||
dependencies:
|
||||
rehype-parse "^6.0.2"
|
||||
unified "^8.4.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue