Skip to content

Commit 7d37d5e

Browse files
chore(deps): update angular monorepo to v19
1 parent 4a349dd commit 7d37d5e

File tree

3 files changed

+325
-88
lines changed

3 files changed

+325
-88
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
},
2424
"private": true,
2525
"dependencies": {
26-
"@angular/animations": "~16.0.0",
27-
"@angular/common": "~16.0.0",
28-
"@angular/compiler": "~16.0.0",
29-
"@angular/core": "~16.0.0",
30-
"@angular/forms": "~16.0.0",
31-
"@angular/platform-browser": "~16.0.0",
32-
"@angular/platform-browser-dynamic": "~16.0.0",
33-
"@angular/router": "~16.0.0",
26+
"@angular/animations": "~19.0.0",
27+
"@angular/common": "~19.0.0",
28+
"@angular/compiler": "~19.0.0",
29+
"@angular/core": "~19.0.0",
30+
"@angular/forms": "~19.0.0",
31+
"@angular/platform-browser": "~19.0.0",
32+
"@angular/platform-browser-dynamic": "~19.0.0",
33+
"@angular/router": "~19.0.0",
3434
"rxjs": "~7.5.7",
3535
"sweetalert2": "^11.5.2",
3636
"tslib": "^2.4.0",
@@ -39,8 +39,8 @@
3939
"devDependencies": {
4040
"@angular-devkit/build-angular": "~16.0.0",
4141
"@angular/cli": "~16.0.0",
42-
"@angular/compiler-cli": "~16.0.0",
43-
"@angular/language-service": "~16.0.0",
42+
"@angular/compiler-cli": "~19.0.0",
43+
"@angular/language-service": "~19.0.0",
4444
"@types/jasmine": "^4.3.0",
4545
"@types/jasminewd2": "~2.0.10",
4646
"@types/node": "^18.11.0",

projects/ngx-sweetalert2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"tslib": "^2.0.0"
1010
},
1111
"peerDependencies": {
12-
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
13-
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
12+
"@angular/common": "^19.0.0",
13+
"@angular/core": "^19.0.0",
1414
"sweetalert2": "^11.0.0"
1515
}
1616
}

0 commit comments

Comments
 (0)