Skip to content
Snippets Groups Projects
Commit 3a7ef814 authored by Martin Hamerník's avatar Martin Hamerník
Browse files

Merge branch '13-update-peerdependencies-to-angular-11' into 'master'

Resolve "Update peerDependencies to Angular 11"

Closes #13

See merge request muni-kypo-crp/frontend-angular/apis/kypo-user-and-group-api!15
parents ebc8fdbf fec892d4
No related branches found
No related tags found
No related merge requests found
......@@ -1907,9 +1907,9 @@
}
},
"@muni-kypo-crp/user-and-group-model": {
"version": "11.0.0",
"resolved": "https://gitlab.ics.muni.cz/api/v4/projects/2358/packages/npm/@muni-kypo-crp/user-and-group-model/-/@muni-kypo-crp/user-and-group-model-11.0.0.tgz",
"integrity": "sha1-TobQ+VE38RHjnsMcyZy97Pn0kmE=",
"version": "11.0.1",
"resolved": "https://gitlab.ics.muni.cz/api/v4/projects/2358/packages/npm/@muni-kypo-crp/user-and-group-model/-/@muni-kypo-crp/user-and-group-model-11.0.1.tgz",
"integrity": "sha1-xZCZ4grHoDpT6Khb+5GHC2D4cWs=",
"requires": {
"tslib": "^2.0.0"
}
......
......@@ -2,10 +2,10 @@
"name": "@muni-kypo-crp/user-and-group-api",
"version": "11.0.0",
"peerDependencies": {
"@angular/common": "^10.0.0",
"@angular/core": "^10.0.0",
"@angular/common": "~11.0.8",
"@angular/core": "~11.0.8",
"@sentinel/common": "~11.0.1",
"@muni-kypo-crp/user-and-group-model": "~11.0.0"
"@muni-kypo-crp/user-and-group-model": "~11.0.1"
},
"dependencies": {
"tslib": "^2.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment