Skip to content

Commit

Permalink
feat(dependencies): allow Angular 13 (#886)
Browse files Browse the repository at this point in the history
There seem to be no required changes for Angular 13 to build, as you can see in https://github.com/Haroenv/angular-instantsearch-angular-13

I did not update the build dependencies to Angular 13, as it required some more changes that we can do later, the current version is usable as-is in angular 5 (possibly only from 8) - 14

fixes #885
  • Loading branch information
Haroenv committed Jan 18, 2022
1 parent bd25e60 commit 6826172
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@
"zone.js": "0.11.4"
},
"peerDependencies": {
"@angular/common": ">=5.0.0 <13.0.0",
"@angular/core": ">=5.0.0 <13.0.0",
"@angular/platform-browser": ">=5.0.0 <13.0.0",
"@angular/platform-browser-dynamic": ">=5.0.0 <13.0.0"
"@angular/common": ">=5.0.0 <14.0.0",
"@angular/core": ">=5.0.0 <14.0.0",
"@angular/platform-browser": ">=5.0.0 <14.0.0",
"@angular/platform-browser-dynamic": ">=5.0.0 <14.0.0"
}
}

0 comments on commit 6826172

Please sign in to comment.