Skip to content

Commit 58fd3e7

Browse files
Bump @docusaurus/types from 3.6.3 to 3.7.0 (#11)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbaea28 commit 58fd3e7

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@docusaurus/module-type-aliases": "^3.6.2",
2929
"@docusaurus/tsconfig": "^3.6.2",
30-
"@docusaurus/types": "^3.6.2",
30+
"@docusaurus/types": "^3.7.0",
3131
"typescript": "~5.7.3"
3232
},
3333
"browserslist": {

yarn.lock

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1962,7 +1962,7 @@
19621962
resolved "https://registry.yarnpkg.com/@docusaurus/tsconfig/-/tsconfig-3.6.3.tgz#8af20c45f0a67e193debedcb341c0a1e78b1dd63"
19631963
integrity sha512-1pT/rTrRpMV15E4tJH95W5PrjboMn5JkKF+Ys8cTjMegetiXjs0gPFOSDA5hdTlberKQLDO50xPjMJHondLuzA==
19641964

1965-
"@docusaurus/types@3.6.3", "@docusaurus/types@^3.6.2":
1965+
"@docusaurus/types@3.6.3":
19661966
version "3.6.3"
19671967
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.6.3.tgz#e87592e31616da1b8dc473e4c8205c61885a1518"
19681968
integrity sha512-xD9oTGDrouWzefkhe9ogB2fDV96/82cRpNGx2HIvI5L87JHNhQVIWimQ/3JIiiX/TEd5S9s+VO6FFguwKNRVow==
@@ -1977,6 +1977,21 @@
19771977
webpack "^5.95.0"
19781978
webpack-merge "^5.9.0"
19791979

1980+
"@docusaurus/types@^3.7.0":
1981+
version "3.7.0"
1982+
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.7.0.tgz#3f5a68a60f80ecdcb085666da1d68f019afda943"
1983+
integrity sha512-kOmZg5RRqJfH31m+6ZpnwVbkqMJrPOG5t0IOl4i/+3ruXyNfWzZ0lVtVrD0u4ONc/0NOsS9sWYaxxWNkH1LdLQ==
1984+
dependencies:
1985+
"@mdx-js/mdx" "^3.0.0"
1986+
"@types/history" "^4.7.11"
1987+
"@types/react" "*"
1988+
commander "^5.1.0"
1989+
joi "^17.9.2"
1990+
react-helmet-async "npm:@slorber/react-helmet-async@1.3.0"
1991+
utility-types "^3.10.0"
1992+
webpack "^5.95.0"
1993+
webpack-merge "^5.9.0"
1994+
19801995
"@docusaurus/utils-common@3.6.3":
19811996
version "3.6.3"
19821997
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.6.3.tgz#57f840bd6f0928cf10060198cb421f1b9212c8f5"
@@ -8351,6 +8366,17 @@ react-helmet-async@^1.3.0:
83518366
react-fast-compare "^3.2.0"
83528367
shallowequal "^1.1.0"
83538368

8369+
"react-helmet-async@npm:@slorber/react-helmet-async@1.3.0":
8370+
version "1.3.0"
8371+
resolved "https://registry.yarnpkg.com/@slorber/react-helmet-async/-/react-helmet-async-1.3.0.tgz#11fbc6094605cf60aa04a28c17e0aab894b4ecff"
8372+
integrity sha512-e9/OK8VhwUSc67diWI8Rb3I0YgI9/SBQtnhe9aEuK6MhZm7ntZZimXgwXnd8W96YTmSOb9M4d8LwhRZyhWr/1A==
8373+
dependencies:
8374+
"@babel/runtime" "^7.12.5"
8375+
invariant "^2.2.4"
8376+
prop-types "^15.7.2"
8377+
react-fast-compare "^3.2.0"
8378+
shallowequal "^1.1.0"
8379+
83548380
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
83558381
version "16.13.1"
83568382
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"

0 commit comments

Comments
 (0)