Skip to content

Commit

Permalink
Merge pull request #401 from okp4/dependabot/npm_and_yarn/docusaurus/…
Browse files Browse the repository at this point in the history
…module-type-aliases-3.1.1
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
2 parents db29c4b + 45dbf65 commit c6f5aea
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.1.0",
"@docusaurus/module-type-aliases": "^3.1.1",
"@docusaurus/types": "^3.0.1",
"@nivo/line": "^0.84.0",
"@okp4/eslint-config": "^2.0.0",
Expand Down
33 changes: 31 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@
vfile "^6.0.1"
webpack "^5.88.1"

"@docusaurus/[email protected]", "@docusaurus/module-type-aliases@^3.1.0":
"@docusaurus/[email protected]":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.1.0.tgz#f3451702f143557bfde0502287713a08086a0415"
integrity sha512-XUl7Z4PWlKg4l6KF05JQ3iDHQxnPxbQUqTNKvviHyuHdlalOFv6qeDAm7IbzyQPJD5VA6y4dpRbTWSqP9ClwPg==
Expand All @@ -1432,6 +1432,20 @@
react-helmet-async "*"
react-loadable "npm:@docusaurus/[email protected]"

"@docusaurus/module-type-aliases@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.1.1.tgz#b304402b0535a13ebd4c0db1c368d2604d54d02f"
integrity sha512-xBJyx0TMfAfVZ9ZeIOb1awdXgR4YJMocIEzTps91rq+hJDFJgJaylDtmoRhUxkwuYmNK1GJpW95b7DLztSBJ3A==
dependencies:
"@docusaurus/react-loadable" "5.5.2"
"@docusaurus/types" "3.1.1"
"@types/history" "^4.7.11"
"@types/react" "*"
"@types/react-router-config" "*"
"@types/react-router-dom" "*"
react-helmet-async "*"
react-loadable "npm:@docusaurus/[email protected]"

"@docusaurus/[email protected]":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.1.0.tgz#d2102e9286486e526dbc0dfc741e53dc5cee0ff0"
Expand Down Expand Up @@ -1669,7 +1683,7 @@
fs-extra "^11.1.1"
tslib "^2.6.0"

"@docusaurus/[email protected]", "@docusaurus/types@^3.0.1":
"@docusaurus/[email protected]":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.1.0.tgz#1dbb60ea38e98ba869f8d7ea2323e4460f05ab65"
integrity sha512-VaczOZf7+re8aFBIWnex1XENomwHdsSTkrdX43zyor7G/FY4OIsP6X28Xc3o0jiY0YdNuvIDyA5TNwOtpgkCVw==
Expand All @@ -1684,6 +1698,21 @@
webpack "^5.88.1"
webpack-merge "^5.9.0"

"@docusaurus/[email protected]", "@docusaurus/types@^3.0.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.1.1.tgz#747c9dee8cf7c3b0e5ee7351bac5e9c4fdc7f259"
integrity sha512-grBqOLnubUecgKFXN9q3uit2HFbCxTWX4Fam3ZFbMN0sWX9wOcDoA7lwdX/8AmeL20Oc4kQvWVgNrsT8bKRvzg==
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.88.1"
webpack-merge "^5.9.0"

"@docusaurus/[email protected]", "@docusaurus/utils-common@^2 || ^3":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.1.0.tgz#846ce9c12b9ebf1ebf513e65303fb8158dcd2e1b"
Expand Down

0 comments on commit c6f5aea

Please sign in to comment.