Skip to content

Commit 3c64b97

Browse files
build(deps-dev): bump @docusaurus/types from 3.7.0 to 3.8.0
Bumps [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) from 3.7.0 to 3.8.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.8.0/packages/docusaurus-types) --- updated-dependencies: - dependency-name: "@docusaurus/types" dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 120a55d commit 3c64b97

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@docusaurus/module-type-aliases": "3.7.0",
3333
"@docusaurus/tsconfig": "3.7.0",
34-
"@docusaurus/types": "3.7.0",
34+
"@docusaurus/types": "3.8.0",
3535
"typescript": "~5.8.3"
3636
},
3737
"browserslist": {

yarn.lock

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

1897+
"@docusaurus/types@3.8.0":
1898+
version "3.8.0"
1899+
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.8.0.tgz#f6cd31c4e3e392e0270b8137d7fe4365ea7a022e"
1900+
integrity sha512-RDEClpwNxZq02c+JlaKLWoS13qwWhjcNsi2wG1UpzmEnuti/z1Wx4SGpqbUqRPNSd8QWWePR8Cb7DvG0VN/TtA==
1901+
dependencies:
1902+
"@mdx-js/mdx" "^3.0.0"
1903+
"@types/history" "^4.7.11"
1904+
"@types/react" "*"
1905+
commander "^5.1.0"
1906+
joi "^17.9.2"
1907+
react-helmet-async "npm:@slorber/react-helmet-async@1.3.0"
1908+
utility-types "^3.10.0"
1909+
webpack "^5.95.0"
1910+
webpack-merge "^5.9.0"
1911+
18971912
"@docusaurus/utils-common@3.7.0", "@docusaurus/utils-common@^2 || ^3", "@docusaurus/utils-common@^3.6.0":
18981913
version "3.7.0"
18991914
resolved "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.7.0.tgz"

0 commit comments

Comments
 (0)