Skip to content

Commit

Permalink
build(deps-dev): bump @docusaurus/types from 3.6.0 to 3.6.1
Browse files Browse the repository at this point in the history
Bumps [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) from 3.6.0 to 3.6.1.
- [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.6.1/packages/docusaurus-types)

---
updated-dependencies:
- dependency-name: "@docusaurus/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent d92d7b7 commit dd75ca7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.0",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.6.0",
"@docusaurus/types": "3.6.1",
"typescript": "~5.6.3"
},
"browserslist": {
Expand Down
44 changes: 15 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,21 @@
webpack "^5.95.0"
webpack-merge "^5.9.0"

"@docusaurus/[email protected]":
version "3.6.1"
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.6.1.tgz#0e55a0a51a3e55658b0845af83d5fe17c495978e"
integrity sha512-hCB1hj9DYutVYBisnPNobz9SzEmCcf1EetJv09O49Cov3BqOkm+vnnjB3d957YJMtpLGQoKBeN/FF1DZ830JwQ==
dependencies:
"@mdx-js/mdx" "^3.0.0"
"@types/history" "^4.7.11"
"@types/react" "*"
commander "^5.1.0"
joi "^17.9.2"
react-helmet-async "^1.3.0"
utility-types "^3.10.0"
webpack "^5.95.0"
webpack-merge "^5.9.0"

"@docusaurus/[email protected]", "@docusaurus/utils-common@^2 || ^3", "@docusaurus/utils-common@^3.2.0":
version "3.5.2"
resolved "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.5.2.tgz"
Expand Down Expand Up @@ -10127,35 +10142,6 @@ webpack@^5.88.1, webpack@^5.95.0:
watchpack "^2.4.1"
webpack-sources "^3.2.3"

webpack@^5.95.0:
version "5.96.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.96.1.tgz#3676d1626d8312b6b10d0c18cc049fba7ac01f0c"
integrity sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==
dependencies:
"@types/eslint-scope" "^3.7.7"
"@types/estree" "^1.0.6"
"@webassemblyjs/ast" "^1.12.1"
"@webassemblyjs/wasm-edit" "^1.12.1"
"@webassemblyjs/wasm-parser" "^1.12.1"
acorn "^8.14.0"
browserslist "^4.24.0"
chrome-trace-event "^1.0.2"
enhanced-resolve "^5.17.1"
es-module-lexer "^1.2.1"
eslint-scope "5.1.1"
events "^3.2.0"
glob-to-regexp "^0.4.1"
graceful-fs "^4.2.11"
json-parse-even-better-errors "^2.3.1"
loader-runner "^4.2.0"
mime-types "^2.1.27"
neo-async "^2.6.2"
schema-utils "^3.2.0"
tapable "^2.1.1"
terser-webpack-plugin "^5.3.10"
watchpack "^2.4.1"
webpack-sources "^3.2.3"

webpackbar@^5.0.2:
version "5.0.2"
resolved "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.2.tgz"
Expand Down

0 comments on commit dd75ca7

Please sign in to comment.