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 8880ea8 commit 5a96f87
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-pullup",
"version": "1.0.1",
"version": "1.1.0",
"description": "A simple typewriter effect 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 5a96f87

Please sign in to comment.