Browse Source

Downgrade react-redux-loading-bar to 4.0.8 to fix media modal (#9771)

pull/4/head
ThibG 5 years ago
committed by Eugen Rochko
parent
commit
5104b61b6b
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      package.json
  2. +4
    -4
      yarn.lock

+ 1
- 1
package.json View File

@ -102,7 +102,7 @@
"react-notification": "^6.8.4", "react-notification": "^6.8.4",
"react-overlays": "^0.8.3", "react-overlays": "^0.8.3",
"react-redux": "^6.0.0", "react-redux": "^6.0.0",
"react-redux-loading-bar": "^4.1.0",
"react-redux-loading-bar": "^4.0.8",
"react-router-dom": "^4.1.1", "react-router-dom": "^4.1.1",
"react-router-scroll-4": "^1.0.0-beta.1", "react-router-scroll-4": "^1.0.0-beta.1",
"react-select": "^2.2.0", "react-select": "^2.2.0",

+ 4
- 4
yarn.lock View File

@ -7624,10 +7624,10 @@ react-overlays@^0.8.3:
react-transition-group "^2.2.0" react-transition-group "^2.2.0"
warning "^3.0.0" warning "^3.0.0"
react-redux-loading-bar@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/react-redux-loading-bar/-/react-redux-loading-bar-4.1.0.tgz#3ca460569d979450d9d1dc992328efa449c10a7a"
integrity sha512-9L51ZvPqnlPs97j44FZLio6maQ/2BMP8xXFPArDWxByyLyGYs2fXpSZw+Lby9qr8Px3SsH9dylfC8HfQrmc/Mw==
react-redux-loading-bar@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/react-redux-loading-bar/-/react-redux-loading-bar-4.0.8.tgz#e84d59d1517b79f53b0f39c8ddb40682af648c1b"
integrity sha512-BpR1tlYrYKFtGhxa7nAKc0dpcV33ZgXJ/jKNLpDDaxu2/cCxbkWQt9YlWT+VLw1x/7qyNYY4DH48bZdtmciSpg==
dependencies: dependencies:
prop-types "^15.6.2" prop-types "^15.6.2"
react-lifecycles-compat "^3.0.2" react-lifecycles-compat "^3.0.2"

Loading…
Cancel
Save