Skip to content

Commit

Permalink
@uppy/angular: fix invalid char in package.json (#5224)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jun 4, 2024
1 parent b58fc55 commit c58e2c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@uppy/angular/projects/uppy/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "ˆ17.0.0 || ^18.0.0",
"@angular/common": "^17.0.0 || ^18.0.0",
"@angular/core": "^17.0.0 || ^18.0.0",
"@uppy/core": "workspace:^",
"@uppy/dashboard": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8518,8 +8518,8 @@ __metadata:
dependencies:
tslib: "npm:^2.0.0"
peerDependencies:
"@angular/common": ^18.0.0
"@angular/core": ^18.0.0
"@angular/common": ^17.0.0 || ^18.0.0
"@angular/core": ^17.0.0 || ^18.0.0
"@uppy/core": "workspace:^"
"@uppy/dashboard": "workspace:^"
"@uppy/drag-drop": "workspace:^"
Expand Down

0 comments on commit c58e2c3

Please sign in to comment.