chore(deps-dev): bump @docusaurus/module-type-aliases in /docs
Bumps [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) from 2.0.0-beta.18 to 2.0.0-beta.21. - [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/v2.0.0-beta.21/packages/docusaurus-module-type-aliases) --- updated-dependencies: - dependency-name: "@docusaurus/module-type-aliases" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9f79cc2c7b
commit
559bde1a95
2 changed files with 37 additions and 5 deletions
40
docs/package-lock.json
generated
40
docs/package-lock.json
generated
|
@ -4141,16 +4141,48 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@docusaurus/module-type-aliases": {
|
"@docusaurus/module-type-aliases": {
|
||||||
"version": "2.0.0-beta.18",
|
"version": "2.0.0-beta.21",
|
||||||
"resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-2.0.0-beta.18.tgz",
|
"resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-2.0.0-beta.21.tgz",
|
||||||
"integrity": "sha512-e6mples8FZRyT7QyqidGS6BgkROjM+gljJsdOqoctbtBp+SZ5YDjwRHOmoY7eqEfsQNOaFZvT2hK38ui87hCRA==",
|
"integrity": "sha512-gRkWICgQZiqSJgrwRKWjXm5gAB+9IcfYdUbCG0PRPP/G8sNs9zBIOY4uT4Z5ox2CWFEm44U3RTTxj7BiLVMBXw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@docusaurus/types": "2.0.0-beta.18",
|
"@docusaurus/types": "2.0.0-beta.21",
|
||||||
"@types/react": "*",
|
"@types/react": "*",
|
||||||
"@types/react-router-config": "*",
|
"@types/react-router-config": "*",
|
||||||
"@types/react-router-dom": "*",
|
"@types/react-router-dom": "*",
|
||||||
"react-helmet-async": "*"
|
"react-helmet-async": "*"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@docusaurus/types": {
|
||||||
|
"version": "2.0.0-beta.21",
|
||||||
|
"resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-2.0.0-beta.21.tgz",
|
||||||
|
"integrity": "sha512-/GH6Npmq81eQfMC/ikS00QSv9jNyO1RXEpNSx5GLA3sFX8Iib26g2YI2zqNplM8nyxzZ2jVBuvUoeODTIbTchQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"commander": "^5.1.0",
|
||||||
|
"history": "^4.9.0",
|
||||||
|
"joi": "^17.6.0",
|
||||||
|
"react-helmet-async": "^1.3.0",
|
||||||
|
"utility-types": "^3.10.0",
|
||||||
|
"webpack": "^5.72.1",
|
||||||
|
"webpack-merge": "^5.8.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"react-helmet-async": {
|
||||||
|
"version": "1.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-1.3.0.tgz",
|
||||||
|
"integrity": "sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.12.5",
|
||||||
|
"invariant": "^2.2.4",
|
||||||
|
"prop-types": "^15.7.2",
|
||||||
|
"react-fast-compare": "^3.2.0",
|
||||||
|
"shallowequal": "^1.1.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@docusaurus/plugin-content-blog": {
|
"@docusaurus/plugin-content-blog": {
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "^2.0.0-beta.18",
|
"@docusaurus/module-type-aliases": "^2.0.0-beta.21",
|
||||||
"@docusaurus/types": "^2.0.0-beta.18",
|
"@docusaurus/types": "^2.0.0-beta.18",
|
||||||
"@tsconfig/docusaurus": "^1.0.5",
|
"@tsconfig/docusaurus": "^1.0.5",
|
||||||
"@types/js-yaml": "^4.0.5",
|
"@types/js-yaml": "^4.0.5",
|
||||||
|
|
Loading…
Add table
Reference in a new issue