⬆️ Bump @loadable/component from 5.16.2 to 5.16.3 in /website (#4937)
Bumps [@loadable/component](https://github.com/gregberge/loadable-components) from 5.16.2 to 5.16.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gregberge/loadable-components/blob/main/CHANGELOG.md"><code>@loadable/component</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/smooth-code/loadable-components/compare/v5.16.2...v5.16.3">5.16.3</a> (2023-12-26)</h2> <h3>Bug Fixes</h3> <ul> <li>correct react-is for mjs export; remove isValidComponent check (<a href="https://redirect.github.com/smooth-code/loadable-components/issues/991">#991</a>) (<a href="9d381c35b7">9d381c3</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8f40762051"><code>8f40762</code></a> v5.16.3</li> <li><a href="607733caac"><code>607733c</code></a> commit size snapshot</li> <li><a href="9d381c35b7"><code>9d381c3</code></a> fix: correct react-is for mjs export; remove isValidComponent check (<a href="https://redirect.github.com/gregberge/loadable-components/issues/991">#991</a>)</li> <li>See full diff in <a href="https://github.com/gregberge/loadable-components/compare/v5.16.2...v5.16.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This commit is contained in:
parent
6fb7c620be
commit
e675ca13d7
8
website/package-lock.json
generated
8
website/package-lock.json
generated
@ -11,7 +11,7 @@
|
||||
"@docusaurus/core": "3.0.1",
|
||||
"@docusaurus/plugin-google-gtag": "^3.0.1",
|
||||
"@docusaurus/preset-classic": "3.0.1",
|
||||
"@loadable/component": "^5.16.2",
|
||||
"@loadable/component": "^5.16.3",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"animate.css": "^4.1.1",
|
||||
"clsx": "2.1.0",
|
||||
@ -2929,9 +2929,9 @@
|
||||
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
|
||||
},
|
||||
"node_modules/@loadable/component": {
|
||||
"version": "5.16.2",
|
||||
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.16.2.tgz",
|
||||
"integrity": "sha512-WCtVYg7rWuxZLakHBiArMGkMIxu2O0JvXfNZOaB6pAx5pDyozvnxt5nrhg9DBZ9tEnQXaidnJCelauAWq/H61w==",
|
||||
"version": "5.16.3",
|
||||
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.16.3.tgz",
|
||||
"integrity": "sha512-2mVvHs2988oVX2/zM0y6nYhJ4rTVHhkhRnpupBA0Rjl5tS8op9uSR4u5SLVfMLxzpspr2UiIBQD+wEuMsuq4Dg==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"hoist-non-react-statics": "^3.3.1",
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
"@docusaurus/core": "3.0.1",
|
||||
"@docusaurus/plugin-google-gtag": "^3.0.1",
|
||||
"@docusaurus/preset-classic": "3.0.1",
|
||||
"@loadable/component": "^5.16.2",
|
||||
"@loadable/component": "^5.16.3",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"animate.css": "^4.1.1",
|
||||
"clsx": "2.1.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user