Skip to content

Commit

Permalink
chore: support Angular v18
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehzombie-secret committed Jan 5, 2024
1 parent f5a5f5d commit 483de84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Basic carousel engine on Angular
https://vagrantai-c.github.io/ng-carousel-cdk/

## Requirements
Angular version 7 or higher
Angular, current major version. Library might work on Angular version 9 or higher, but not guaranteed

## Install
```
Expand Down
4 changes: 2 additions & 2 deletions projects/ng-carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "https://github.com/VagrantAI-c/ng-carousel-cdk.git"
},
"peerDependencies": {
"@angular/common": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/common": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"rxjs": "^6.5.0 || ^7.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 483de84

Please sign in to comment.