Skip to content

Commit b6b8d70

Browse files
committed
ftr: update angular to v15
TRACEFOSS-1023
1 parent a9d1d52 commit b6b8d70

File tree

3 files changed

+797
-1059
lines changed

3 files changed

+797
-1059
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"private": true,
3535
"dependencies": {
3636
"@angular-material-components/datetime-picker": "7.0.1",
37-
"@angular/animations": "14.2.12",
37+
"@angular/animations": "15.1.5",
3838
"@angular/cdk": "14.2.7",
39-
"@angular/common": "14.2.12",
40-
"@angular/compiler": "14.2.12",
41-
"@angular/core": "14.2.12",
42-
"@angular/forms": "14.2.12",
39+
"@angular/common": "15.1.5",
40+
"@angular/compiler": "15.1.5",
41+
"@angular/core": "15.1.5",
42+
"@angular/forms": "15.1.5",
4343
"@angular/material": "14.2.7",
44-
"@angular/platform-browser": "14.2.12",
45-
"@angular/platform-browser-dynamic": "14.2.12",
46-
"@angular/router": "14.2.12",
44+
"@angular/platform-browser": "15.1.5",
45+
"@angular/platform-browser-dynamic": "15.1.5",
46+
"@angular/router": "15.1.5",
4747
"@deck.gl/core": "8.8.20",
4848
"@deck.gl/layers": "8.7.12",
4949
"@deck.gl/mapbox": "8.8.22",
@@ -68,15 +68,15 @@
6868
},
6969
"devDependencies": {
7070
"@angular-builders/custom-webpack": "13.1.0",
71-
"@angular-devkit/build-angular": "14.2.10",
71+
"@angular-devkit/build-angular": "15.1.6",
7272
"@angular-eslint/builder": "15.1.0",
7373
"@angular-eslint/eslint-plugin": "15.2.0",
7474
"@angular-eslint/eslint-plugin-template": "13.2.1",
7575
"@angular-eslint/schematics": "13.5.0",
7676
"@angular-eslint/template-parser": "13.2.1",
77-
"@angular/cli": "14.2.10",
78-
"@angular/compiler-cli": "14.2.12",
79-
"@angular/language-service": "14.2.12",
77+
"@angular/cli": "15.1.6",
78+
"@angular/compiler-cli": "15.1.5",
79+
"@angular/language-service": "15.1.5",
8080
"@badeball/cypress-cucumber-preprocessor": "^15.0.0",
8181
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.5",
8282
"@commitlint/cli": "17.4.2",

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"experimentalDecorators": true,
1414
"importHelpers": true,
1515
"resolveJsonModule": true,
16-
"target": "es2020",
16+
"target": "ES2022",
1717
"typeRoots": ["node_modules/@types"],
1818
"lib": ["es2018", "dom"],
1919
"paths": {
@@ -23,7 +23,8 @@
2323
"@shared/*": ["src/app/modules/shared/*"],
2424
"@env": ["src/environments/environment"],
2525
"@tests/*": ["src/tests/*"]
26-
}
26+
},
27+
"useDefineForClassFields": false
2728
},
2829
"angularCompilerOptions": {
2930
"strictTemplates": true,

0 commit comments

Comments
 (0)