Skip to content

Commit 15e8aae

Browse files
committed
Updated to support Angular v19
1 parent cf0f400 commit 15e8aae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@omnedia/ngx-gridpattern",
33
"description": "A simple component library to create a container with a pattern background.",
4-
"version": "1.1.2",
4+
"version": "2.0.0",
55
"peerDependencies": {
6-
"@angular/common": "^18.2.0",
7-
"@angular/core": "^18.2.0"
6+
"@angular/common": "^19.0.0",
7+
"@angular/core": "^19.0.0"
88
},
99
"dependencies": {
1010
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)