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", | "name": "@coscine/projectview", | ||
"version": "1.3.1", | "version": "1.3.2", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"serve": "vue-cli-service serve", | "serve": "vue-cli-service serve", | ||
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
"dependencies": { | "dependencies": { | ||
"@coscine/api-connection": "^1.2.0", | "@coscine/api-connection": "^1.2.0", | ||
"@coscine/app-util": "^1.1.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/bootstrap": "^1.4.3", | ||
"@itcenter-layout/masterpage": "^1.2.5", | "@itcenter-layout/masterpage": "^1.2.5", | ||
"@types/jquery": "^3.3.31", | "@types/jquery": "^3.3.31", | ||
... | ... |