Commits on Source (3)
-
Benedikt Heinrichs authored
-
Benedikt Heinrichs authored
Merge branch 'Product/243-addEditProject' into 'master' See merge request coscine/app/project!16
-
# [1.4.0](https://git.rwth-aachen.de/coscine/app/project/compare/v1.3.3...v1.4.0) (2019-10-01) ### Update * Enable editing projects and improve style ([25d7ccce](https://git.rwth-aachen.de/coscine/app/project/commit/25d7ccce211252b4013e64f158f2014a86fe8c12)) * Enable editing projects and improve style ([3ff4d1ab](https://git.rwth-aachen.de/coscine/app/project/commit/3ff4d1ab617a8e8114a369b0ff7d6ef1977cc995))
{ | ||
"name": "@coscine/project", | ||
"version": "1.3.3", | ||
"version": "1.4.0", | ||
"private": true, | ||
"directories": { | ||
"doc": "docs" | ||
... | ... | @@ -12,9 +12,9 @@ |
"test:unit": "vue-cli-service test:unit" | ||
}, | ||
"dependencies": { | ||
"@coscine/api-connection": "^1.1.0", | ||
"@coscine/app-util": "^1.0.0", | ||
"@coscine/project-creation": "^1.0.1", | ||
"@coscine/api-connection": "^1.2.0", | ||
"@coscine/app-util": "^1.1.0", | ||
"@coscine/project-creation": "^1.1.0", | ||
"@itcenter-layout/bootstrap": "^1.4.3", | ||
"@itcenter-layout/masterpage": "^1.2.5", | ||
"@types/jquery": "^3.3.31", | ||
... | ... |