mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #2552 from Human-Connection/dependabot/npm_and_yarn/webapp/nuxt-2.11.0
build(deps): bump nuxt from 2.10.2 to 2.11.0 in /webapp
This commit is contained in:
commit
4d604368d7
@ -51,11 +51,10 @@ describe('LoginForm', () => {
|
|||||||
|
|
||||||
it('dispatches login with form data', () => {
|
it('dispatches login with form data', () => {
|
||||||
fillIn(Wrapper())
|
fillIn(Wrapper())
|
||||||
expect(storeMocks.actions['auth/login']).toHaveBeenCalledWith(
|
expect(storeMocks.actions['auth/login']).toHaveBeenCalledWith(expect.any(Object), {
|
||||||
expect.any(Object),
|
email: 'email@example.org',
|
||||||
{ email: 'email@example.org', password: '1234' },
|
password: '1234',
|
||||||
undefined,
|
})
|
||||||
)
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@ -76,7 +76,7 @@
|
|||||||
"jsonwebtoken": "~8.5.1",
|
"jsonwebtoken": "~8.5.1",
|
||||||
"linkify-it": "~2.2.0",
|
"linkify-it": "~2.2.0",
|
||||||
"node-fetch": "^2.6.0",
|
"node-fetch": "^2.6.0",
|
||||||
"nuxt": "~2.10.2",
|
"nuxt": "~2.11.0",
|
||||||
"nuxt-dropzone": "^1.0.4",
|
"nuxt-dropzone": "^1.0.4",
|
||||||
"nuxt-env": "~0.1.0",
|
"nuxt-env": "~0.1.0",
|
||||||
"stack-utils": "^2.0.1",
|
"stack-utils": "^2.0.1",
|
||||||
@ -143,6 +143,6 @@
|
|||||||
"vue-jest": "~3.0.5",
|
"vue-jest": "~3.0.5",
|
||||||
"vue-loader": "~15.8.3",
|
"vue-loader": "~15.8.3",
|
||||||
"vue-svg-loader": "~0.15.0",
|
"vue-svg-loader": "~0.15.0",
|
||||||
"vue-template-compiler": "^2.6.10"
|
"vue-template-compiler": "^2.6.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
779
webapp/yarn.lock
779
webapp/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user