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 f6851a0 commit fc18dcf
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-retro-grid",
"description": "A simple component library to create a container with an animated background. ",
"version": "1.1.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"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit fc18dcf

Please sign in to comment.