Skip to content

Commit

Permalink
Updated to support Angular v19
Browse files Browse the repository at this point in the history
  • Loading branch information
xSentry committed Dec 12, 2024
1 parent 90c3747 commit e0ffc87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@omnedia/ngx-globe",
"description": "A simple component library to create a container with an animated and interactive globe.",
"version": "1.0.3",
"version": "2.0.0",
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"cobe": "^0.6.3"
},
"dependencies": {
Expand Down

0 comments on commit e0ffc87

Please sign in to comment.