Skip to content

Commit b0891a9

Browse files
Dependency (dependabot/npm): Bump @docusaurus/module-type-aliases
Bumps [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) from 3.6.3 to 3.7.0. - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.7.0/packages/docusaurus-module-type-aliases) --- updated-dependencies: - dependency-name: "@docusaurus/module-type-aliases" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4dfaf22 commit b0891a9

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

Website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-image-gallery": "^1.3.0"
2525
},
2626
"devDependencies": {
27-
"@docusaurus/module-type-aliases": "3.6.3",
27+
"@docusaurus/module-type-aliases": "3.7.0",
2828
"@docusaurus/types": "3.6.3"
2929
},
3030
"browserslist": {

Website/yarn.lock

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,6 +1662,19 @@
16621662
react-helmet-async "*"
16631663
react-loadable "npm:@docusaurus/[email protected]"
16641664

1665+
"@docusaurus/[email protected]":
1666+
version "3.7.0"
1667+
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.7.0.tgz#15c0745b829c6966c5b3b2c2527c72b54830b0e5"
1668+
integrity sha512-g7WdPqDNaqA60CmBrr0cORTrsOit77hbsTj7xE2l71YhBn79sxdm7WMK7wfhcaafkbpIh7jv5ef5TOpf1Xv9Lg==
1669+
dependencies:
1670+
"@docusaurus/types" "3.7.0"
1671+
"@types/history" "^4.7.11"
1672+
"@types/react" "*"
1673+
"@types/react-router-config" "*"
1674+
"@types/react-router-dom" "*"
1675+
react-helmet-async "npm:@slorber/react-helmet-async@*"
1676+
react-loadable "npm:@docusaurus/[email protected]"
1677+
16651678
"@docusaurus/[email protected]":
16661679
version "3.6.3"
16671680
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.6.3.tgz#d6a597e4bfdeb3f1f6ce06d2ac86207296988cc9"
@@ -1895,6 +1908,21 @@
18951908
webpack "^5.95.0"
18961909
webpack-merge "^5.9.0"
18971910

1911+
"@docusaurus/[email protected]":
1912+
version "3.7.0"
1913+
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.7.0.tgz#3f5a68a60f80ecdcb085666da1d68f019afda943"
1914+
integrity sha512-kOmZg5RRqJfH31m+6ZpnwVbkqMJrPOG5t0IOl4i/+3ruXyNfWzZ0lVtVrD0u4ONc/0NOsS9sWYaxxWNkH1LdLQ==
1915+
dependencies:
1916+
"@mdx-js/mdx" "^3.0.0"
1917+
"@types/history" "^4.7.11"
1918+
"@types/react" "*"
1919+
commander "^5.1.0"
1920+
joi "^17.9.2"
1921+
react-helmet-async "npm:@slorber/[email protected]"
1922+
utility-types "^3.10.0"
1923+
webpack "^5.95.0"
1924+
webpack-merge "^5.9.0"
1925+
18981926
"@docusaurus/[email protected]":
18991927
version "3.6.3"
19001928
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.6.3.tgz#57f840bd6f0928cf10060198cb421f1b9212c8f5"
@@ -7535,6 +7563,17 @@ react-helmet-async@^1.3.0:
75357563
react-fast-compare "^3.2.0"
75367564
shallowequal "^1.1.0"
75377565

7566+
"react-helmet-async@npm:@slorber/react-helmet-async@*", "react-helmet-async@npm:@slorber/[email protected]":
7567+
version "1.3.0"
7568+
resolved "https://registry.yarnpkg.com/@slorber/react-helmet-async/-/react-helmet-async-1.3.0.tgz#11fbc6094605cf60aa04a28c17e0aab894b4ecff"
7569+
integrity sha512-e9/OK8VhwUSc67diWI8Rb3I0YgI9/SBQtnhe9aEuK6MhZm7ntZZimXgwXnd8W96YTmSOb9M4d8LwhRZyhWr/1A==
7570+
dependencies:
7571+
"@babel/runtime" "^7.12.5"
7572+
invariant "^2.2.4"
7573+
prop-types "^15.7.2"
7574+
react-fast-compare "^3.2.0"
7575+
shallowequal "^1.1.0"
7576+
75387577
react-image-gallery@^1.3.0:
75397578
version "1.3.0"
75407579
resolved "https://registry.yarnpkg.com/react-image-gallery/-/react-image-gallery-1.3.0.tgz#789035b12d8149bdd2ab296c155f989205077ffb"

0 commit comments

Comments
 (0)