Skip to content

Commit

Permalink
Updated version and peerDependency to Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
xSentry committed Aug 22, 2024
1 parent 5753899 commit 21f0881
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
@@ -1,11 +1,11 @@
{
"name": "@omnedia/ngx-word-rotation",
"version": "1.0.0",
"version": "1.1.0",
"description": "A simple component library to animate text.",
"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/animations": "^17.3.0"
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/animations": "^18.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 21f0881

Please sign in to comment.