Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • coscine/frontend/apps/project
1 result
Show changes
Commits on Source (3)
.DS_Store
node_modules
/dist
package-lock.json
# local env files
.env.local
......
This diff is collapsed.
{
"name": "@coscine/project",
"version": "1.5.1",
"version": "1.5.2",
"private": true,
"directories": {
"doc": "docs"
......@@ -12,47 +12,46 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@coscine/api-connection": "^1.2.0",
"@coscine/app-util": "^1.1.0",
"@coscine/project-creation": "^1.3.1",
"@itcenter-layout/bootstrap": "^1.4.3",
"@itcenter-layout/masterpage": "^1.2.5",
"@coscine/api-connection": "^1.7.0",
"@coscine/app-util": "^1.2.0",
"@coscine/project-creation": "^1.4.0",
"@itcenter-layout/bootstrap": "^1.5.5",
"@itcenter-layout/masterpage": "^1.2.9",
"@types/jquery": "^3.3.31",
"@types/vuelidate": "^0.7.5",
"@voerro/vue-tagsinput": "^2.0.2",
"axios": "^0.19.0",
"bootstrap-vue": "^2.0.0-rc.28",
"@types/vuelidate": "^0.7.10",
"@voerro/vue-tagsinput": "^2.1.0",
"bootstrap-vue": "^2.4.0",
"jquery": "^3.4.1",
"vue": "^2.6.6",
"vue-i18n": "^8.14.0",
"vue-material-design-icons": "^3.4.0",
"vue-runtime-helpers": "^1.0.1",
"vue": "^2.6.11",
"vue-i18n": "^8.15.3",
"vue-material-design-icons": "^4.4.0",
"vue-runtime-helpers": "^1.1.2",
"vuejs-datepicker": "^1.6.2",
"vuelidate": "^0.7.4"
"vuelidate": "^0.7.5"
},
"devDependencies": {
"@babel/preset-env": "^7.5.5",
"@semantic-release/commit-analyzer": "^6.3.0",
"@semantic-release/git": "^7.0.5",
"@semantic-release/gitlab": "^3.0.5",
"@semantic-release/npm": "^5.1.1",
"@semantic-release/release-notes-generator": "^7.3.0",
"@types/chai": "^4.2.0",
"@types/mocha": "^5.2.4",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-typescript": "^3.10.0",
"@vue/cli-plugin-unit-mocha": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/test-utils": "1.0.0-beta.29",
"chai": "^4.1.2",
"semantic-release": "^15.13.19",
"semantic-release-gitlab": "^7.1.0",
"typescript": "^3.2.1",
"vue-template-compiler": "^2.5.21"
"@babel/preset-env": "^7.8.4",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/gitlab": "^6.0.2",
"@semantic-release/npm": "^7.0.2",
"@semantic-release/release-notes-generator": "^9.0.0",
"@types/chai": "^4.2.8",
"@types/mocha": "^7.0.1",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-typescript": "^4.1.2",
"@vue/cli-plugin-unit-mocha": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@vue/test-utils": "1.0.0-beta.31",
"chai": "^4.2.0",
"typescript": "^3.7.5",
"vue-template-compiler": "^2.6.11",
"semantic-release": "^17.0.2",
"@hutson/semantic-delivery-gitlab": "^9.1.0"
},
"repository": {
"type": "git",
"url": "https://git.rwth-aachen.de/coscine/app/project.git"
},
"license": "ISC"
"license": "MIT"
}