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
Select Git revision
  • gitkeep
  • dev
  • master
  • Sprint/2022-01
  • Sprint/2021-22
  • Issue/1659-makeViewCardsALink
  • Issue/1768-changingAdd-positions
  • Product/1107-frontendPerformance
  • Topic/1227-frontendPerformance
  • Product/1215-gitlabCleanUp
  • Sprint/2020-19
  • Sprint/2020-18
  • Sprint/2020-14
  • Product/946-linkedResource
  • Topic/960-linkedResourceCreate
  • Sprint/2020-10
  • Product/510-niceProjectUrl
  • Topic/804-niceProjectUrl
  • Sprint/2020-07
  • Sprint/2020-06
  • Product/178-toggleSharePoint
  • Topic/672-toggleSharePoint
  • v1.0.0
  • v1.1.0
  • v1.10.0
  • v1.11.0
  • v1.11.1
  • v1.2.0
  • v1.2.1
  • v1.2.2
  • v1.2.3
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.4.0
  • v1.4.1
  • v1.4.2
  • v1.4.3
  • v1.5.0
  • v1.5.1
  • v1.6.0
  • v1.7.0
  • v1.7.1
  • v1.8.0
  • v1.9.0
  • v1.9.1
  • v1.9.2
  • v1.9.3
49 results

Target

Select target project
  • Coscine / frontend / apps / ProjectView
1 result
Select Git revision
  • gitkeep
  • dev
  • master
  • Sprint/2022-01
  • Sprint/2021-22
  • Issue/1659-makeViewCardsALink
  • Issue/1768-changingAdd-positions
  • Product/1107-frontendPerformance
  • Topic/1227-frontendPerformance
  • Product/1215-gitlabCleanUp
  • Sprint/2020-19
  • Sprint/2020-18
  • Sprint/2020-14
  • Product/946-linkedResource
  • Topic/960-linkedResourceCreate
  • Sprint/2020-10
  • Product/510-niceProjectUrl
  • Topic/804-niceProjectUrl
  • Sprint/2020-07
  • Sprint/2020-06
  • Product/178-toggleSharePoint
  • Topic/672-toggleSharePoint
  • v1.0.0
  • v1.1.0
  • v1.10.0
  • v1.11.0
  • v1.11.1
  • v1.2.0
  • v1.2.1
  • v1.2.2
  • v1.2.3
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.4.0
  • v1.4.1
  • v1.4.2
  • v1.4.3
  • v1.5.0
  • v1.5.1
  • v1.6.0
  • v1.7.0
  • v1.7.1
  • v1.8.0
  • v1.9.0
  • v1.9.1
  • v1.9.2
  • v1.9.3
49 results
Show changes

Commits on Source 3

3 files
+ 20972
37
Compare changes
  • Side-by-side
  • Inline

Files

+0 −2
Original line number Diff line number Diff line
.DS_Store
node_modules
/dist
package-lock.json


# local env files
.env.local

package-lock.json

0 → 100644
+20940 −0

File added.

Preview size limit exceeded, changes collapsed.

+32 −35
Original line number Diff line number Diff line
{
  "name": "@coscine/projectview",
  "version": "1.4.1",
  "version": "1.4.2",
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
@@ -9,50 +9,47 @@
    "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/vue-select": "^2.5.0",
    "@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": {
    "@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.10.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",
    "sass": "^1.22.10",
    "sass-loader": "^7.2.0",
    "semantic-release": "^15.13.19",
    "semantic-release-gitlab": "^7.1.0",
    "typescript": "^3.2.1",
    "vue-template-compiler": "^2.5.21"
    "@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"
  },
  "directories": {
    "doc": "docs"
  },
  "license": "ISC",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://git.rwth-aachen.de/coscine/app/projectview"