Skip to content

Commit b853fa1

Browse files
Bump @docusaurus/types from 3.4.0 to 3.7.0
Bumps [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) from 3.4.0 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 2051bcc commit b853fa1

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@docusaurus/module-type-aliases": "^3.4.0",
44-
"@docusaurus/types": "^3.4.0",
44+
"@docusaurus/types": "^3.7.0",
4545
"dotenv": "^16.4.5"
4646
},
4747
"browserslist": {

yarn.lock

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@
17151715
fs-extra "^11.1.1"
17161716
tslib "^2.6.0"
17171717

1718-
"@docusaurus/[email protected]", "@docusaurus/types@^3.4.0":
1718+
"@docusaurus/[email protected]":
17191719
version "3.4.0"
17201720
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.4.0.tgz#237c3f737e9db3f7c1a5935a3ef48d6eadde8292"
17211721
integrity sha512-4jcDO8kXi5Cf9TcyikB/yKmz14f2RZ2qTRerbHAsS+5InE9ZgSLBNLsewtFTcTOXSVcbU3FoGOzcNWAmU1TR0A==
@@ -1730,6 +1730,21 @@
17301730
webpack "^5.88.1"
17311731
webpack-merge "^5.9.0"
17321732

1733+
"@docusaurus/types@^3.7.0":
1734+
version "3.7.0"
1735+
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.7.0.tgz#3f5a68a60f80ecdcb085666da1d68f019afda943"
1736+
integrity sha512-kOmZg5RRqJfH31m+6ZpnwVbkqMJrPOG5t0IOl4i/+3ruXyNfWzZ0lVtVrD0u4ONc/0NOsS9sWYaxxWNkH1LdLQ==
1737+
dependencies:
1738+
"@mdx-js/mdx" "^3.0.0"
1739+
"@types/history" "^4.7.11"
1740+
"@types/react" "*"
1741+
commander "^5.1.0"
1742+
joi "^17.9.2"
1743+
react-helmet-async "npm:@slorber/[email protected]"
1744+
utility-types "^3.10.0"
1745+
webpack "^5.95.0"
1746+
webpack-merge "^5.9.0"
1747+
17331748
"@docusaurus/[email protected]":
17341749
version "3.4.0"
17351750
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.4.0.tgz#2a43fefd35b85ab9fcc6833187e66c15f8bfbbc6"
@@ -3432,15 +3447,7 @@
34323447
dependencies:
34333448
"@types/react" "*"
34343449

3435-
"@types/react@*":
3436-
version "18.3.1"
3437-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
3438-
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
3439-
dependencies:
3440-
"@types/prop-types" "*"
3441-
csstype "^3.0.2"
3442-
3443-
"@types/react@>=16.9.11":
3450+
"@types/react@*", "@types/react@>=16.9.11":
34443451
version "18.3.3"
34453452
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
34463453
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
@@ -8891,6 +8898,17 @@ react-helmet-async@^1.3.0:
88918898
react-fast-compare "^3.2.0"
88928899
shallowequal "^1.1.0"
88938900

8901+
"react-helmet-async@npm:@slorber/[email protected]":
8902+
version "1.3.0"
8903+
resolved "https://registry.yarnpkg.com/@slorber/react-helmet-async/-/react-helmet-async-1.3.0.tgz#11fbc6094605cf60aa04a28c17e0aab894b4ecff"
8904+
integrity sha512-e9/OK8VhwUSc67diWI8Rb3I0YgI9/SBQtnhe9aEuK6MhZm7ntZZimXgwXnd8W96YTmSOb9M4d8LwhRZyhWr/1A==
8905+
dependencies:
8906+
"@babel/runtime" "^7.12.5"
8907+
invariant "^2.2.4"
8908+
prop-types "^15.7.2"
8909+
react-fast-compare "^3.2.0"
8910+
shallowequal "^1.1.0"
8911+
88948912
react-is@^16.13.1, react-is@^16.3.2, react-is@^16.6.0, react-is@^16.7.0:
88958913
version "16.13.1"
88968914
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
@@ -10746,7 +10764,7 @@ webpack-sources@^3.2.3:
1074610764
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
1074710765
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
1074810766

10749-
webpack@^5.88.1:
10767+
webpack@^5.88.1, webpack@^5.95.0:
1075010768
version "5.97.1"
1075110769
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.97.1.tgz#972a8320a438b56ff0f1d94ade9e82eac155fa58"
1075210770
integrity sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==

0 commit comments

Comments
 (0)