fix(v2): fix broken build when swizzled NotFound component exist (#2854)

This commit is contained in:
Alexey Pyltsyn 2020-06-01 13:32:59 +03:00 committed by GitHub
parent 93b35afe95
commit be65f4511e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -76,7 +76,7 @@
"react-dev-utils": "^10.2.1",
"react-helmet": "^6.0.0-beta",
"react-loadable": "^5.5.0",
"react-loadable-ssr-addon": "^0.2.0",
"react-loadable-ssr-addon": "^0.2.2",
"react-router": "^5.1.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.2",

View file

@ -14303,10 +14303,10 @@ react-live@^2.2.1:
react-simple-code-editor "^0.10.0"
unescape "^1.0.1"
react-loadable-ssr-addon@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.2.0.tgz#fbf4ebfa9cfd6eadb3c346f0459e1cee01c9cae8"
integrity sha512-gTfPaxWZa5mHKeSOE61RpoLe7hyjcJHgNa5m0ZZGV3OCkWsOKlfYgoBxXzu9ENg/ePR/kFd5H3ncF4K5eyyNTQ==
react-loadable-ssr-addon@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.2.2.tgz#f536ed677c688994d440236164964300590ab771"
integrity sha512-Xk6lqe4Vr14SLSbB93U5JzewdKS77dqslQkhttJ5zpkXbacDF/yjjFT44/EXSqwIWN4gEEerJ5b4IU8v/1NyXw==
react-loadable@^5.5.0:
version "5.5.0"