mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix(ui): failed to load all packages after login
more details https://github.com/verdaccio/ui/issues/72
This commit is contained in:
parent
e5816342a6
commit
192fb77169
2 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
|||
"@verdaccio/local-storage": "2.1.0",
|
||||
"@verdaccio/readme": "1.0.3",
|
||||
"@verdaccio/streams": "2.0.0",
|
||||
"@verdaccio/ui-theme": "0.1.10",
|
||||
"@verdaccio/ui-theme": "0.1.11",
|
||||
"JSONStream": "1.3.5",
|
||||
"async": "3.0.1",
|
||||
"body-parser": "1.19.0",
|
||||
|
|
|
@ -1469,10 +1469,10 @@
|
|||
resolved "https://registry.verdaccio.org/@verdaccio%2ftypes/-/types-5.0.0-beta.4.tgz#433a36bef5b3bbd31711c48071989ac35dc83e54"
|
||||
integrity sha512-aPrCUrFMXo/ikgT/9YEAr5EDlH2gFJGfdrUra2ipQxV3SbNrRN95KxwwSDS+W+YKG0+rAIQKIxnx8hf6gEtePQ==
|
||||
|
||||
"@verdaccio/ui-theme@0.1.10":
|
||||
version "0.1.10"
|
||||
resolved "https://registry.verdaccio.org/@verdaccio%2fui-theme/-/ui-theme-0.1.10.tgz#dee53a8980aa02f6d565f8b11ef4a29552dc8380"
|
||||
integrity sha512-YmQcdlEqdLXJZXHyqILLXp7J4FShf9Guzzb17arDZdXXAPFUIxLSNlZ508UUhDSzkcev+lB/pcJ0sAxGaLs1Vg==
|
||||
"@verdaccio/ui-theme@0.1.11":
|
||||
version "0.1.11"
|
||||
resolved "https://registry.verdaccio.org/@verdaccio%2fui-theme/-/ui-theme-0.1.11.tgz#48e1bb9139c61016e143e57102bee8c8fbf0cb92"
|
||||
integrity sha512-VxuqUOycaFRwZ7RV6etvGECELvgZ1iO8KFZJlLVUWvrv218mAULZVacKyJ6i8FbLvaqxnx7lEUIEBzhz7KX/Iw==
|
||||
|
||||
JSONStream@1.3.5, JSONStream@^1.0.4:
|
||||
version "1.3.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue