Skip to content

Commit

Permalink
@uppy/angular: fix Angular version requirement in peerDeps (#5067)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Apr 10, 2024
1 parent c4455eb commit da3400f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@uppy/angular/projects/uppy/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0",
"@uppy/core": "workspace:^",
"@uppy/dashboard": "workspace:^",
"@uppy/drag-drop": "workspace:^",
Expand Down

0 comments on commit da3400f

Please sign in to comment.