Commits on Source (3)
-
Marcel Nellesen authored0347c919
-
Marcel Nellesen authored
Sprint/2020 22 See merge request coscine/app/projectcreate!19
37074b19 -
CoscineBot authored
## [1.0.12](https://git.rwth-aachen.de/coscine/app/projectcreate/compare/v1.0.11...v1.0.12) (2020-12-04) ### Fix * Updated dependencies ([0347c919](https://git.rwth-aachen.de/coscine/app/projectcreate/commit/0347c9191cd85e9494a7376fb0bc8bfb8cdaf648))
f2c23caf
This diff is collapsed.
{ | ||
"name": "@coscine/projectcreate", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"private": true, | ||
"directories": { | ||
"doc": "docs" | ||
... | ... | @@ -12,9 +12,9 @@ |
"test:unit": "vue-cli-service test:unit" | ||
}, | ||
"dependencies": { | ||
"@coscine/app-util": "^1.6.0", | ||
"@coscine/component-library": "1.2.0", | ||
"@coscine/project-creation": "^1.10.1", | ||
"@coscine/app-util": "^1.7.0", | ||
"@coscine/component-library": "1.4.0", | ||
"@coscine/project-creation": "^1.11.0", | ||
"@itcenter-layout/bootstrap": "^1.5.5", | ||
"@itcenter-layout/masterpage": "^1.3.0", | ||
"@types/jquery": "^3.5.2", | ||
... | ... | @@ -40,7 +40,7 @@ |
"@vue/cli-service": "^4.5.7", | ||
"@vue/test-utils": "1.1.0", | ||
"chai": "^4.2.0", | ||
"semantic-release": "^17.1.2", | ||
"semantic-release": "^17.3.0", | ||
"typescript": "^4.0.3", | ||
"vue-template-compiler": "^2.6.12" | ||
}, | ||
... | ... |