Skip to content

Commit a343296

Browse files
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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6289532 commit a343296

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@docusaurus/core": "^3.7.0",
1919
"@docusaurus/faster": "^3.7.0",
2020
"@docusaurus/preset-classic": "^3.7.0",
21-
"@docusaurus/types": "^3.7.0",
21+
"@docusaurus/types": "^3.8.0",
2222
"@mdx-js/react": "^3.1.0",
2323
"@types/react": "^19.0",
2424
"clsx": "^2.1.1",

yarn.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@
18101810
fs-extra "^11.1.1"
18111811
tslib "^2.6.0"
18121812

1813-
"@docusaurus/types@3.7.0", "@docusaurus/types@^3.7.0":
1813+
"@docusaurus/types@3.7.0":
18141814
version "3.7.0"
18151815
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.7.0.tgz#3f5a68a60f80ecdcb085666da1d68f019afda943"
18161816
integrity sha512-kOmZg5RRqJfH31m+6ZpnwVbkqMJrPOG5t0IOl4i/+3ruXyNfWzZ0lVtVrD0u4ONc/0NOsS9sWYaxxWNkH1LdLQ==
@@ -1825,6 +1825,21 @@
18251825
webpack "^5.95.0"
18261826
webpack-merge "^5.9.0"
18271827

1828+
"@docusaurus/types@^3.8.0":
1829+
version "3.8.0"
1830+
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.8.0.tgz#f6cd31c4e3e392e0270b8137d7fe4365ea7a022e"
1831+
integrity sha512-RDEClpwNxZq02c+JlaKLWoS13qwWhjcNsi2wG1UpzmEnuti/z1Wx4SGpqbUqRPNSd8QWWePR8Cb7DvG0VN/TtA==
1832+
dependencies:
1833+
"@mdx-js/mdx" "^3.0.0"
1834+
"@types/history" "^4.7.11"
1835+
"@types/react" "*"
1836+
commander "^5.1.0"
1837+
joi "^17.9.2"
1838+
react-helmet-async "npm:@slorber/react-helmet-async@1.3.0"
1839+
utility-types "^3.10.0"
1840+
webpack "^5.95.0"
1841+
webpack-merge "^5.9.0"
1842+
18281843
"@docusaurus/utils-common@3.7.0":
18291844
version "3.7.0"
18301845
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.7.0.tgz#1bef52837d321db5dd2361fc07f3416193b5d029"

0 commit comments

Comments
 (0)