Skip to content

Commit

Permalink
Update cocoda-sdk and gbv-login-client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Feb 11, 2022
1 parent 5d0b518 commit 65b88c6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 50 deletions.
76 changes: 29 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@vue/composition-api": "^1.4.6",
"axios": "^0.25.0",
"bootstrap-vue": "^2.21.2",
"cocoda-sdk": "^2.0.11",
"cocoda-sdk": "^2.0.12",
"cocoda-vue-tabs": "^0.1.12",
"css-element-queries": "^1.2.3",
"file-saver": "^2.0.5",
"gbv-login-client": "^0.3.2",
"gbv-login-client": "^1.0.0",
"jskos-tools": "^1.0.25",
"json-format-highlight": "^1.0.4",
"localforage": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Vuex module for authentication using gbv-login-client.
*/

import LoginClient from "gbv-login-client"
import { LoginClient } from "gbv-login-client"
import log from "../../utils/log.js"
import { closeWindow } from "@/utils/window-manager.js"
let client
Expand Down

0 comments on commit 65b88c6

Please sign in to comment.