Skip to content

Commit 3d27d58

Browse files
committed
Update to Angular 19
1 parent ef8900b commit 3d27d58

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-crud",
33
"description": "CRUD services in Angular with effortless aborting, caching and observing",
4-
"version": "18.0.0",
4+
"version": "19.0.0",
55
"homepage": "https://ngx-crud.com",
66
"license": "MIT",
77
"type": "module",
@@ -30,33 +30,33 @@
3030
},
3131
"peerDependencies":
3232
{
33-
"@angular/common": "^18",
34-
"@angular/core": "^18",
33+
"@angular/common": "^19",
34+
"@angular/core": "^19",
3535
"rxjs": "^7",
3636
"rxjs-collection": "^2"
3737
},
3838
"devDependencies":
3939
{
40-
"@angular/common": "18.2.13",
41-
"@angular/compiler": "18.2.13",
42-
"@angular/compiler-cli": "18.2.13",
43-
"@angular/core": "18.2.13",
44-
"@angular/platform-browser": "18.2.13",
45-
"@angular/platform-browser-dynamic": "18.2.13",
40+
"@angular/common": "19.1.4",
41+
"@angular/compiler": "19.1.4",
42+
"@angular/compiler-cli": "19.1.4",
43+
"@angular/core": "19.1.4",
44+
"@angular/platform-browser": "19.1.4",
45+
"@angular/platform-browser-dynamic": "19.1.4",
4646
"@isnotdefined/eslint-config": "9.8.0",
47-
"@types/chai": "4.3.10",
48-
"@types/mocha": "10.0.4",
49-
"chai": "4.3.10",
50-
"core-js": "3.33.2",
47+
"@types/chai": "5.0.1",
48+
"@types/mocha": "10.0.10",
49+
"chai": "5.1.2",
50+
"core-js": "3.40.0",
5151
"eslint": "8.53.0",
52-
"jsdom": "22.1.0",
52+
"jsdom": "26.0.0",
5353
"jsdom-global": "3.0.2",
54-
"mocha": "10.2.0",
55-
"ng-packagr": "18.2.1",
54+
"mocha": "11.1.0",
55+
"ng-packagr": "19.1.2",
5656
"rxjs": "7.8.1",
5757
"rxjs-collection": "2.1.2",
58-
"ts-node": "10.9.1",
59-
"typescript": "5.5.4"
58+
"ts-node": "10.9.2",
59+
"typescript": "5.7.3"
6060
},
6161
"scripts":
6262
{

0 commit comments

Comments
 (0)