1
0
Fork 0

Bump @loadable/component from 5.15.0 to 5.15.2 (#609)

Bumps [@loadable/component](https://github.com/gregberge/loadable-components) from 5.15.0 to 5.15.2.
- [Release notes](https://github.com/gregberge/loadable-components/releases)
- [Changelog](https://github.com/gregberge/loadable-components/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gregberge/loadable-components/compare/v5.15.0...v5.15.2)

---
updated-dependencies:
- dependency-name: "@loadable/component"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-04 15:42:16 +00:00 committed by GitHub
parent 1d7dd43979
commit bcf3039b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@ethersproject/providers": "^5.5.1",
"@ethersproject/units": "^5.5.0",
"@loadable/component": "^5.15.0",
"@loadable/component": "^5.15.2",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"classnames": "^2.3.1",
@ -3986,9 +3986,9 @@
}
},
"node_modules/@loadable/component": {
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.15.0.tgz",
"integrity": "sha512-g63rQzypPOZi0BeGsK4ST2MYhsFR+i7bhL8k/McUoWDNMDuTTdUlQ2GACKxqh5sI/dNC/6nVoPrycMnSylnAgQ==",
"version": "5.15.2",
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.15.2.tgz",
"integrity": "sha512-ryFAZOX5P2vFkUdzaAtTG88IGnr9qxSdvLRvJySXcUA4B4xVWurUNADu3AnKPksxOZajljqTrDEDcYjeL4lvLw==",
"dependencies": {
"@babel/runtime": "^7.7.7",
"hoist-non-react-statics": "^3.3.1",
@ -32007,9 +32007,9 @@
}
},
"@loadable/component": {
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.15.0.tgz",
"integrity": "sha512-g63rQzypPOZi0BeGsK4ST2MYhsFR+i7bhL8k/McUoWDNMDuTTdUlQ2GACKxqh5sI/dNC/6nVoPrycMnSylnAgQ==",
"version": "5.15.2",
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.15.2.tgz",
"integrity": "sha512-ryFAZOX5P2vFkUdzaAtTG88IGnr9qxSdvLRvJySXcUA4B4xVWurUNADu3AnKPksxOZajljqTrDEDcYjeL4lvLw==",
"requires": {
"@babel/runtime": "^7.7.7",
"hoist-non-react-statics": "^3.3.1",

View File

@ -30,7 +30,7 @@
"dependencies": {
"@ethersproject/providers": "^5.5.1",
"@ethersproject/units": "^5.5.0",
"@loadable/component": "^5.15.0",
"@loadable/component": "^5.15.2",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"classnames": "^2.3.1",