Skip to content

Commit 9d2f717

Browse files
committed
core-15
1 parent 82298c4 commit 9d2f717

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@
6565
},
6666
"private": true,
6767
"dependencies": {
68-
"@angular/animations": "14.3.0",
68+
"@angular/animations": "15.2.10",
6969
"@angular/cdk": "14.2.7",
70-
"@angular/common": "14.3.0",
71-
"@angular/compiler": "14.3.0",
72-
"@angular/core": "14.3.0",
73-
"@angular/forms": "14.3.0",
70+
"@angular/common": "15.2.10",
71+
"@angular/compiler": "15.2.10",
72+
"@angular/core": "15.2.10",
73+
"@angular/forms": "15.2.10",
7474
"@angular/material": "14.2.7",
75-
"@angular/platform-browser": "14.3.0",
76-
"@angular/platform-browser-dynamic": "14.3.0",
77-
"@angular/router": "14.3.0",
75+
"@angular/platform-browser": "15.2.10",
76+
"@angular/platform-browser-dynamic": "15.2.10",
77+
"@angular/router": "15.2.10",
7878
"@aws-amplify/cli": "12.8.2",
7979
"@aws-amplify/datastore": "3.12.12",
8080
"@aws-amplify/ui-angular": "2.4.27",
@@ -116,15 +116,15 @@
116116
"zone.js": "0.13.1"
117117
},
118118
"devDependencies": {
119-
"@angular-devkit/build-angular": "14.2.13",
119+
"@angular-devkit/build-angular": "15.2.10",
120120
"@angular-eslint/builder": "14.4.0",
121121
"@angular-eslint/eslint-plugin": "14.4.0",
122122
"@angular-eslint/eslint-plugin-template": "14.4.0",
123123
"@angular-eslint/schematics": "14.4.0",
124124
"@angular-eslint/template-parser": "14.4.0",
125-
"@angular/cli": "14.2.13",
126-
"@angular/compiler-cli": "14.3.0",
127-
"@angular/language-service": "14.3.0",
125+
"@angular/cli": "15.2.10",
126+
"@angular/compiler-cli": "15.2.10",
127+
"@angular/language-service": "15.2.10",
128128
"@types/faker": "5.5.9",
129129
"@types/lokijs": "1.5.12",
130130
"@types/node": "16.18.61",
@@ -151,4 +151,4 @@
151151
"browser": {
152152
"fs": false
153153
}
154-
}
154+
}

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"experimentalDecorators": true,
1010
"moduleResolution": "node",
1111
"importHelpers": true,
12-
"target": "es2020",
12+
"target": "ES2022",
1313
"strict": true,
1414
"typeRoots": [
1515
"node_modules/@types"
@@ -22,7 +22,8 @@
2222
"allowSyntheticDefaultImports": true,
2323
"strictPropertyInitialization": false,
2424
"skipLibCheck": true,
25-
"resolveJsonModule": true
25+
"resolveJsonModule": true,
26+
"useDefineForClassFields": false
2627
},
2728
"angularCompilerOptions": {
2829
"fullTemplateTypeCheck": true,

0 commit comments

Comments
 (0)