Skip to content

Commit

Permalink
chore(deps): pin dependencies (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Feb 3, 2024
1 parent 07f1e63 commit 010036d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions libs/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@microzord/angular",
"version": "0.0.0-development",
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/router": ">=16.0.0"
"@angular/common": "17.1.2",
"@angular/core": "17.1.2",
"@angular/router": "17.1.2"
},
"dependencies": {
"tslib": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"rxjs": ">=6.5.0"
"rxjs": "7.8.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 010036d

Please sign in to comment.