Commits on Source (3)
-
Marcel Nellesen authored
-
Marcel Nellesen authored
Product/1215 gitlab clean up See merge request !52
-
CoscineBot authored
## [1.11.1](v1.11.0...v1.11.1) (2021-01-04) ### Fix * Updated License and path (coscine/issues#1228) ([2b015924](2b015924)), closes [coscine/issues#1228](https://git.rwth-aachen.de/coscine/issues/issues/1228)
This diff is collapsed.
{ | { | ||
"name": "@coscine/login", | "name": "@coscine/login", | ||
"version": "1.11.0", | "version": "1.11.1", | ||
"private": true, | "private": true, | ||
"directories": { | "directories": { | ||
"doc": "docs" | "doc": "docs" | ||
... | @@ -12,8 +12,8 @@ | ... | @@ -12,8 +12,8 @@ |
"test:unit": "vue-cli-service test:unit" | "test:unit": "vue-cli-service test:unit" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@coscine/api-connection": "^1.22.0", | "@coscine/api-connection": "^1.23.1", | ||
"@coscine/component-library": "^1.3.0", | "@coscine/component-library": "^1.4.1", | ||
"@itcenter-layout/bootstrap": "^1.5.5", | "@itcenter-layout/bootstrap": "^1.5.5", | ||
"@itcenter-layout/masterpage": "^1.3.0", | "@itcenter-layout/masterpage": "^1.3.0", | ||
"@types/jquery": "^3.5.2", | "@types/jquery": "^3.5.2", | ||
... | @@ -42,13 +42,13 @@ | ... | @@ -42,13 +42,13 @@ |
"@vue/cli-service": "^4.5.7", | "@vue/cli-service": "^4.5.7", | ||
"@vue/test-utils": "1.1.0", | "@vue/test-utils": "1.1.0", | ||
"chai": "^4.2.0", | "chai": "^4.2.0", | ||
"semantic-release": "^17.1.2", | "semantic-release": "^17.3.1", | ||
"typescript": "^4.0.3", | "typescript": "^4.0.3", | ||
"vue-template-compiler": "^2.6.12" | "vue-template-compiler": "^2.6.12" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://git.rwth-aachen.de/coscine/app/login" | "url": "https://git.rwth-aachen.de/coscine/frontend/apps/login.git" | ||
}, | }, | ||
"license": "MIT" | "license": "MIT" | ||
} | } |