Skip to content

Commit b117ca3

Browse files
committed
Updated to support Angular v19
1 parent 1f32345 commit b117ca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@omnedia/ngx-particles",
33
"description": "A simple component library to create a container with an animated background.",
4-
"version": "1.1.5",
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)