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 d4e2a73

Browse files
committedNov 19, 2024·
chore(deps): update to angular 19 stable
1 parent f7f8b53 commit d4e2a73

File tree

3 files changed

+145
-148
lines changed

3 files changed

+145
-148
lines changed
 

‎package-lock.json

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

‎package.json

Lines changed: 14 additions & 17 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-rc.3",
19-
"@angular/cdk": "19.0.0-rc.3",
20-
"@angular/common": "19.0.0-rc.3",
21-
"@angular/compiler": "19.0.0-rc.3",
22-
"@angular/core": "19.0.0-rc.3",
23-
"@angular/forms": "19.0.0-rc.3",
24-
"@angular/material": "19.0.0-rc.3",
25-
"@angular/platform-browser": "19.0.0-rc.3",
26-
"@angular/platform-browser-dynamic": "19.0.0-rc.3",
27-
"@angular/router": "19.0.0-rc.3",
18+
"@angular/animations": "19.0.0",
19+
"@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",
24+
"@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",
2828
"marked": "^12.0.0",
2929
"ngx-markdown": "^18.0.0",
3030
"prismjs": "^1.29.0",
@@ -33,9 +33,9 @@
3333
"zone.js": "~0.15.0"
3434
},
3535
"devDependencies": {
36-
"@angular-devkit/build-angular": "19.0.0-rc.3",
37-
"@angular/cli": "19.0.0-rc.3",
38-
"@angular/compiler-cli": "19.0.0-rc.3",
36+
"@angular-devkit/build-angular": "19.0.0",
37+
"@angular/cli": "19.0.0",
38+
"@angular/compiler-cli": "19.0.0",
3939
"@eslint/js": "^9.2.0",
4040
"@types/jasmine": "~5.1.0",
4141
"angular-eslint": "^18.0.0",
@@ -51,16 +51,13 @@
5151
"karma-jasmine": "~5.1.0",
5252
"karma-jasmine-html-reporter": "~2.1.0",
5353
"karma-safarinative-launcher": "^1.1.0",
54-
"ng-packagr": "~19.0.0-rc.0",
54+
"ng-packagr": "~19.0.0",
5555
"prettier": "~3.3.0",
5656
"prettier-plugin-organize-imports": "^4.0.0",
5757
"typescript": "~5.6.0",
5858
"typescript-eslint": "^8.0.0"
5959
},
6060
"overrides": {
61-
"@angular/common": "19.0.0-rc.3",
62-
"@angular/core": "19.0.0-rc.3",
63-
"@angular/platform-browser": "19.0.0-rc.3",
6461
"eslint": "^9.0.0",
6562
"zone.js": "~0.15.0"
6663
}

‎tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
},
88
"baseUrl": "./",
99
"outDir": "./dist/out-tsc",
10+
"esModuleInterop": true,
1011
"forceConsistentCasingInFileNames": true,
1112
"strict": true,
1213
"noImplicitOverride": true,
@@ -15,7 +16,6 @@
1516
"noFallthroughCasesInSwitch": true,
1617
"sourceMap": true,
1718
"declaration": false,
18-
"downlevelIteration": true,
1919
"experimentalDecorators": true,
2020
"moduleResolution": "node",
2121
"importHelpers": true,

0 commit comments

Comments
 (0)
Please sign in to comment.