update package.json of library projects.

pull/88/head
Chris Veilleux 2022-08-02 10:12:01 -05:00
parent 0a3768f008
commit 99cf86fcea
2 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,9 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0",
"@angular/flex-layout": "^7.0.0-beta.19"
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0",
"@angular/flex-layout": "^14.0.0-beta.40"
}
}

View File

@ -5,7 +5,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0"
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0"
}
}