Skip to content

Commit

Permalink
Merge pull request #8 from safe-fleet/fix/fix-dependencies
Browse files Browse the repository at this point in the history
fix(*): fix dependencies
  • Loading branch information
danisanchezag authored Apr 25, 2024
2 parents 509304f + d1ff37f commit 0f09bbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test"
],
"peerDependencies": {
"@angular/common": "^10.0.0-rc.0 || >=10.0.0 <14.0.0",
"@angular/core": "^10.0.0-rc.0 || >=10.0.0 <14.0.0",
"@ngx-translate/core": ">=14.0.0",
"rxjs": ">=6.5.5"
"@angular/common": "^>=10",
"@angular/core": ">=10",
"@ngx-translate/core": ">=14",
"rxjs": ">=6"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit 0f09bbc

Please sign in to comment.