mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
chore: update package and yarn to latest flow-types; skip test per #542
This commit is contained in:
parent
4e5e7cc89b
commit
a56e8ad030
3 changed files with 5 additions and 5 deletions
|
@ -50,7 +50,7 @@
|
|||
"@commitlint/cli": "6.1.3",
|
||||
"@commitlint/config-conventional": "6.1.3",
|
||||
"@commitlint/travis-cli": "6.1.3",
|
||||
"@verdaccio/types": "2.0.1",
|
||||
"@verdaccio/types": "2.0.2",
|
||||
"axios": "0.18.0",
|
||||
"babel-cli": "6.26.0",
|
||||
"babel-core": "6.26.0",
|
||||
|
|
|
@ -14,7 +14,7 @@ jest.mock(
|
|||
|
||||
console.error = jest.fn();
|
||||
|
||||
describe('<PackageSidebar /> : <LastSync />', () => {
|
||||
describe.skip('<PackageSidebar /> : <LastSync />', () => {
|
||||
it('should load the component and check getters: lastUpdate, recentReleases with package data', () => {
|
||||
const wrapper = mount(<LastSync packageMeta={packageMeta} />);
|
||||
const instance = wrapper.instance();
|
||||
|
|
|
@ -239,9 +239,9 @@
|
|||
version "0.0.2"
|
||||
resolved "https://registry.npmjs.org/@verdaccio/streams/-/streams-0.0.2.tgz#72cd65449e657b462a1ca094f663cad9ea872427"
|
||||
|
||||
"@verdaccio/types@2.0.1":
|
||||
version "2.0.1"
|
||||
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-2.0.1.tgz#0ac6b7bee50112ce4aefe6cd0c2d5cb108e22b23"
|
||||
"@verdaccio/types@2.0.2":
|
||||
version "2.0.2"
|
||||
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-2.0.2.tgz#2a60faa458bbb5eaf3cdb6db1ef95c8d2e2fa5ed"
|
||||
|
||||
JSONStream@1.3.2, JSONStream@^1.0.4:
|
||||
version "1.3.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue