Skip to content

Commit b59ad0b

Browse files
authored
Merge pull request #4201 from ClickHouse/dependabot/npm_and_yarn/docusaurus/module-type-aliases-3.8.1
Bump @docusaurus/module-type-aliases from 3.7.0 to 3.8.1
2 parents 490b306 + 642e5f2 commit b59ad0b

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"devDependencies": {
7979
"@argos-ci/cli": "^2.5.5",
8080
"@argos-ci/playwright": "^5.0.4",
81-
"@docusaurus/module-type-aliases": "3.7.0",
81+
"@docusaurus/module-type-aliases": "3.8.1",
8282
"@playwright/test": "^1.52.0",
8383
"@tailwindcss/postcss": "^4.1.5",
8484
"@tailwindcss/typography": "^0.5.16",

yarn.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,19 @@
18231823
react-helmet-async "npm:@slorber/react-helmet-async@*"
18241824
react-loadable "npm:@docusaurus/react-loadable@6.0.0"
18251825

1826+
"@docusaurus/module-type-aliases@3.8.1":
1827+
version "3.8.1"
1828+
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.8.1.tgz#454de577bd7f50b5eae16db0f76b49ca5e4e281a"
1829+
integrity sha512-6xhvAJiXzsaq3JdosS7wbRt/PwEPWHr9eM4YNYqVlbgG1hSK3uQDXTVvQktasp3VO6BmfYWPozueLWuj4gB+vg==
1830+
dependencies:
1831+
"@docusaurus/types" "3.8.1"
1832+
"@types/history" "^4.7.11"
1833+
"@types/react" "*"
1834+
"@types/react-router-config" "*"
1835+
"@types/react-router-dom" "*"
1836+
react-helmet-async "npm:@slorber/react-helmet-async@1.3.0"
1837+
react-loadable "npm:@docusaurus/react-loadable@6.0.0"
1838+
18261839
"@docusaurus/plugin-client-redirects@^3.7.0":
18271840
version "3.7.0"
18281841
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-3.7.0.tgz#b5cf92529768c457c01ad350bfc50862c6149463"
@@ -2136,6 +2149,21 @@
21362149
webpack "^5.95.0"
21372150
webpack-merge "^5.9.0"
21382151

2152+
"@docusaurus/types@3.8.1":
2153+
version "3.8.1"
2154+
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.8.1.tgz#83ab66c345464e003b576a49f78897482061fc26"
2155+
integrity sha512-ZPdW5AB+pBjiVrcLuw3dOS6BFlrG0XkS2lDGsj8TizcnREQg3J8cjsgfDviszOk4CweNfwo1AEELJkYaMUuOPg==
2156+
dependencies:
2157+
"@mdx-js/mdx" "^3.0.0"
2158+
"@types/history" "^4.7.11"
2159+
"@types/react" "*"
2160+
commander "^5.1.0"
2161+
joi "^17.9.2"
2162+
react-helmet-async "npm:@slorber/react-helmet-async@1.3.0"
2163+
utility-types "^3.10.0"
2164+
webpack "^5.95.0"
2165+
webpack-merge "^5.9.0"
2166+
21392167
"@docusaurus/utils-common@3.7.0":
21402168
version "3.7.0"
21412169
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.7.0.tgz#1bef52837d321db5dd2361fc07f3416193b5d029"

0 commit comments

Comments
 (0)