⬆️ Bump @loadable/component from 5.15.2 to 5.15.3 in /website (#2325)
This commit is contained in:
parent
1fd640a754
commit
bf404c0602
16
website/package-lock.json
generated
16
website/package-lock.json
generated
@ -11,7 +11,7 @@
|
|||||||
"@docusaurus/core": "2.3.0",
|
"@docusaurus/core": "2.3.0",
|
||||||
"@docusaurus/plugin-google-gtag": "^2.3.0",
|
"@docusaurus/plugin-google-gtag": "^2.3.0",
|
||||||
"@docusaurus/preset-classic": "2.3.0",
|
"@docusaurus/preset-classic": "2.3.0",
|
||||||
"@loadable/component": "^5.15.2",
|
"@loadable/component": "^5.15.3",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
"animate.css": "^4.1.1",
|
"animate.css": "^4.1.1",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
@ -2818,9 +2818,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@loadable/component": {
|
"node_modules/@loadable/component": {
|
||||||
"version": "5.15.2",
|
"version": "5.15.3",
|
||||||
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.15.2.tgz",
|
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.15.3.tgz",
|
||||||
"integrity": "sha512-ryFAZOX5P2vFkUdzaAtTG88IGnr9qxSdvLRvJySXcUA4B4xVWurUNADu3AnKPksxOZajljqTrDEDcYjeL4lvLw==",
|
"integrity": "sha512-VOgYgCABn6+/7aGIpg7m0Ruj34tGetaJzt4bQ345FwEovDQZ+dua+NWLmuJKv8rWZyxOUSfoJkmGnzyDXH2BAQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.7.7",
|
"@babel/runtime": "^7.7.7",
|
||||||
"hoist-non-react-statics": "^3.3.1",
|
"hoist-non-react-statics": "^3.3.1",
|
||||||
@ -2834,7 +2834,7 @@
|
|||||||
"url": "https://github.com/sponsors/gregberge"
|
"url": "https://github.com/sponsors/gregberge"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": ">=16.3.0"
|
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mdx-js/mdx": {
|
"node_modules/@mdx-js/mdx": {
|
||||||
@ -16396,9 +16396,9 @@
|
|||||||
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
|
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
|
||||||
},
|
},
|
||||||
"@loadable/component": {
|
"@loadable/component": {
|
||||||
"version": "5.15.2",
|
"version": "5.15.3",
|
||||||
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.15.2.tgz",
|
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.15.3.tgz",
|
||||||
"integrity": "sha512-ryFAZOX5P2vFkUdzaAtTG88IGnr9qxSdvLRvJySXcUA4B4xVWurUNADu3AnKPksxOZajljqTrDEDcYjeL4lvLw==",
|
"integrity": "sha512-VOgYgCABn6+/7aGIpg7m0Ruj34tGetaJzt4bQ345FwEovDQZ+dua+NWLmuJKv8rWZyxOUSfoJkmGnzyDXH2BAQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.7.7",
|
"@babel/runtime": "^7.7.7",
|
||||||
"hoist-non-react-statics": "^3.3.1",
|
"hoist-non-react-statics": "^3.3.1",
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
"@docusaurus/core": "2.3.0",
|
"@docusaurus/core": "2.3.0",
|
||||||
"@docusaurus/plugin-google-gtag": "^2.3.0",
|
"@docusaurus/plugin-google-gtag": "^2.3.0",
|
||||||
"@docusaurus/preset-classic": "2.3.0",
|
"@docusaurus/preset-classic": "2.3.0",
|
||||||
"@loadable/component": "^5.15.2",
|
"@loadable/component": "^5.15.3",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
"animate.css": "^4.1.1",
|
"animate.css": "^4.1.1",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user