Skip to content

Commit 48eb3dc

Browse files
committed
chore: actualiza peerDependencies a Angular 19
1 parent 43fb30a commit 48eb3dc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

projects/ngx-notion-cms/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "ngx-notion-cms",
3-
"version": "18.0.0",
3+
"version": "19.0.0",
44
"peerDependencies": {
5-
"@angular/common": "^18.0.0",
6-
"@angular/core": "^18.0.0",
7-
"ngx-highlightjs": "^12.0.0"
5+
"@angular/common": "^19.0.0",
6+
"@angular/core": "^19.0.0",
7+
"ngx-highlightjs": "^12.0.0"
88
},
99
"dependencies": {
10-
"tslib": "^2.3.0"
10+
"tslib": "^2.3.0"
1111
},
1212
"sideEffects": false,
1313
"exports": {
14-
"./styles": "./styles.css"
14+
"./styles": "./styles.css"
1515
}
16-
}
16+
}
17+

0 commit comments

Comments
 (0)