Commits on Source (3)
-
Petar Hristov authored
-
Petar Hristov authored
Fix: Update dependencies See merge request !7
-
CoscineBot authored
## [1.1.1](v1.1.0...v1.1.1) (2021-11-23) ### Fix * Update dependencies ([17c2901d](17c2901d))
{ | ||
"name": "@coscine/loadingindicator", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"private": true, | ||
"directories": { | ||
"doc": "docs" | ||
... | ... | @@ -11,8 +11,8 @@ |
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"@coscine/app-util": "^1.8.1", | ||
"@coscine/component-library": "1.5.0", | ||
"@coscine/app-util": "^1.9.0", | ||
"@coscine/component-library": "^1.10.0", | ||
"@types/jquery": "^3.5.1", | ||
"bootstrap-vue": "^2.16.0", | ||
"jquery": "^3.5.1", | ||
... | ... | @@ -36,12 +36,13 @@ |
"core-js": "^3.8.2", | ||
"eslint": "^7.17.0", | ||
"semantic-release": "^17.3.1", | ||
"typescript": "^4.0.3", | ||
"typescript": "~4.4.4", | ||
"vue-template-compiler": "^2.6.12" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.rwth-aachen.de/coscine/frontend/apps/loadingindicator.git" | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"packageManager": "yarn@3.1.0" | ||
} |
This diff is collapsed.