Update dependency @loadable/component to v5.10.0 (#8010)

This commit is contained in:
renovate[bot] 2019-05-13 11:42:56 +02:00 коммит произвёл William Durand
Родитель e5c4080b8d
Коммит 36f5a54ff8
2 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -212,7 +212,7 @@
"homepage": "https://github.com/mozilla/addons-frontend#readme",
"dependencies": {
"@babel/polyfill": "7.4.4",
"@loadable/component": "5.9.0",
"@loadable/component": "5.10.0",
"@loadable/server": "5.9.0",
"@willdurand/isomorphic-formdata": "1.2.0",
"base62": "2.0.1",

Просмотреть файл

@ -1071,7 +1071,7 @@
dependencies:
regenerator-runtime "^0.12.0"
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.3":
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.4.tgz#dc2e34982eb236803aa27a07fea6857af1b9171d"
integrity sha512-w0+uT71b6Yi7i5SE0co4NioIpSYS6lLiXvCzWzGSKvpK5vdQtCbICHMj+gbAKAOtxiV6HsVh/MBdaF9EQ6faSg==
@ -1477,11 +1477,12 @@
dependencies:
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
"@loadable/component@5.9.0":
version "5.9.0"
resolved "https://registry.yarnpkg.com/@loadable/component/-/component-5.9.0.tgz#9b3e983f14c730d1c8894c352b78ebc401091f76"
integrity sha512-6nnIm8VthaakyCX7fQVy/nTqtIv0NZwaTJpkL0BiB9msm4mXc5v+7elq4f9LJVmSpw/xIpJMeUbYwZtBYxmlEg==
"@loadable/component@5.10.0":
version "5.10.0"
resolved "https://registry.yarnpkg.com/@loadable/component/-/component-5.10.0.tgz#4df0774f2699442958ec96649d14d03aefe3a7d9"
integrity sha512-/ZYADg/GiE8EzMgXZa5yzcfBsDZP7QxnCaFbc4DmpXx4/tXrdHMGYNUXaV5qsRahsNHFFxyk4YLHmr2ZLFKzhQ==
dependencies:
"@babel/runtime" "^7.4.4"
hoist-non-react-statics "^3.3.0"
"@loadable/server@5.9.0":