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:
Robert Schäfer 2020-01-11 02:52:42 +01:00 committed by GitHub
commit 4d604368d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 443 additions and 349 deletions

View File

@ -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, })
)
}) })
}) })
}) })

View File

@ -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"
} }
} }

File diff suppressed because it is too large Load Diff