Project 'coscine/app/projectview' was moved to 'coscine/frontend/apps/projectview'. Please update any links and bookmarks that may still have the old path.
Commits on Source (3)
-
Benedikt Heinrichs authored
-
Benedikt Heinrichs authored
Fix: DeleteModal is now Vue and TypeScript compatible See merge request coscine/app/projectview!14
-
## [1.3.2](https://git.rwth-aachen.de/coscine/app/projectview/compare/v1.3.1...v1.3.2) (2019-10-09) ### Fix * DeleteModal is now Vue and TypeScript compatible ([bcb277e8](https://git.rwth-aachen.de/coscine/app/projectview/commit/bcb277e8f7caaf4a4e6aa2ab0868846865260fda))
{ | ||
"name": "@coscine/projectview", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
... | ... | @@ -11,7 +11,7 @@ |
"dependencies": { | ||
"@coscine/api-connection": "^1.2.0", | ||
"@coscine/app-util": "^1.1.0", | ||
"@coscine/project-creation": "^1.1.1", | ||
"@coscine/project-creation": "^1.1.2", | ||
"@itcenter-layout/bootstrap": "^1.4.3", | ||
"@itcenter-layout/masterpage": "^1.2.5", | ||
"@types/jquery": "^3.3.31", | ||
... | ... |