Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3cabf70

Browse files
authoredNov 27, 2024··
fix(deps): update angular to v19.0.1
1 parent 30c07cb commit 3cabf70

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed
 

‎package-lock.json

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
},
1616
"private": true,
1717
"dependencies": {
18-
"@angular/animations": "19.0.0",
18+
"@angular/animations": "19.0.1",
1919
"@angular/cdk": "19.0.0",
20-
"@angular/common": "19.0.0",
21-
"@angular/compiler": "19.0.0",
22-
"@angular/core": "19.0.0",
23-
"@angular/forms": "19.0.0",
20+
"@angular/common": "19.0.1",
21+
"@angular/compiler": "19.0.1",
22+
"@angular/core": "19.0.1",
23+
"@angular/forms": "19.0.1",
2424
"@angular/material": "19.0.0",
25-
"@angular/platform-browser": "19.0.0",
26-
"@angular/platform-browser-dynamic": "19.0.0",
27-
"@angular/router": "19.0.0",
25+
"@angular/platform-browser": "19.0.1",
26+
"@angular/platform-browser-dynamic": "19.0.1",
27+
"@angular/router": "19.0.1",
2828
"marked": "^15.0.0",
2929
"ngx-markdown": "^19.0.0",
3030
"prismjs": "^1.29.0",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@angular-devkit/build-angular": "19.0.2",
3737
"@angular/cli": "19.0.2",
38-
"@angular/compiler-cli": "19.0.0",
38+
"@angular/compiler-cli": "19.0.1",
3939
"@eslint/js": "^9.2.0",
4040
"@types/jasmine": "~5.1.0",
4141
"angular-eslint": "^19.0.0-alpha.4",

0 commit comments

Comments
 (0)
Please sign in to comment.