Skip to content

Commit f115aec

Browse files
Dependency (dependabot/npm): Bump @docusaurus/types in /Website
Bumps [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) 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-types) --- updated-dependencies: - dependency-name: "@docusaurus/types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4dfaf22 commit f115aec

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@docusaurus/module-type-aliases": "3.6.3",
28-
"@docusaurus/types": "3.6.3"
28+
"@docusaurus/types": "3.7.0"
2929
},
3030
"browserslist": {
3131
"production": [

Website/yarn.lock

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,6 +1895,21 @@
18951895
webpack "^5.95.0"
18961896
webpack-merge "^5.9.0"
18971897

1898+
"@docusaurus/[email protected]":
1899+
version "3.7.0"
1900+
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.7.0.tgz#3f5a68a60f80ecdcb085666da1d68f019afda943"
1901+
integrity sha512-kOmZg5RRqJfH31m+6ZpnwVbkqMJrPOG5t0IOl4i/+3ruXyNfWzZ0lVtVrD0u4ONc/0NOsS9sWYaxxWNkH1LdLQ==
1902+
dependencies:
1903+
"@mdx-js/mdx" "^3.0.0"
1904+
"@types/history" "^4.7.11"
1905+
"@types/react" "*"
1906+
commander "^5.1.0"
1907+
joi "^17.9.2"
1908+
react-helmet-async "npm:@slorber/[email protected]"
1909+
utility-types "^3.10.0"
1910+
webpack "^5.95.0"
1911+
webpack-merge "^5.9.0"
1912+
18981913
"@docusaurus/[email protected]":
18991914
version "3.6.3"
19001915
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.6.3.tgz#57f840bd6f0928cf10060198cb421f1b9212c8f5"
@@ -7535,6 +7550,17 @@ react-helmet-async@^1.3.0:
75357550
react-fast-compare "^3.2.0"
75367551
shallowequal "^1.1.0"
75377552

7553+
"react-helmet-async@npm:@slorber/[email protected]":
7554+
version "1.3.0"
7555+
resolved "https://registry.yarnpkg.com/@slorber/react-helmet-async/-/react-helmet-async-1.3.0.tgz#11fbc6094605cf60aa04a28c17e0aab894b4ecff"
7556+
integrity sha512-e9/OK8VhwUSc67diWI8Rb3I0YgI9/SBQtnhe9aEuK6MhZm7ntZZimXgwXnd8W96YTmSOb9M4d8LwhRZyhWr/1A==
7557+
dependencies:
7558+
"@babel/runtime" "^7.12.5"
7559+
invariant "^2.2.4"
7560+
prop-types "^15.7.2"
7561+
react-fast-compare "^3.2.0"
7562+
shallowequal "^1.1.0"
7563+
75387564
react-image-gallery@^1.3.0:
75397565
version "1.3.0"
75407566
resolved "https://registry.yarnpkg.com/react-image-gallery/-/react-image-gallery-1.3.0.tgz#789035b12d8149bdd2ab296c155f989205077ffb"

0 commit comments

Comments
 (0)