Skip to content

Commit f25398d

Browse files
update angular version
1 parent f6f3866 commit f25398d

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~16.0.0",
15-
"@angular/common": "~16.0.0",
16-
"@angular/compiler": "~16.0.0",
17-
"@angular/core": "~16.0.0",
18-
"@angular/forms": "~16.0.0",
19-
"@angular/platform-browser": "~16.0.0",
20-
"@angular/platform-browser-dynamic": "~16.0.0",
21-
"@angular/router": "~16.0.0",
14+
"@angular/animations": "~17.2.1",
15+
"@angular/common": "~17.2.1",
16+
"@angular/compiler": "~17.2.1",
17+
"@angular/core": "~17.2.1",
18+
"@angular/forms": "~17.2.1",
19+
"@angular/platform-browser": "~17.2.1",
20+
"@angular/platform-browser-dynamic": "~17.2.1",
21+
"@angular/router": "~17.2.1",
2222
"dwt": "18.4.2",
2323
"rxjs": "~7.8.1",
2424
"tslib": "^2.5.2",
25-
"zone.js": "~0.13.0"
25+
"zone.js": "~0.14.4"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "~16.0.0",
29-
"@angular/cli": "~16.0.0",
30-
"@angular/compiler-cli": "~16.0.0",
31-
"@angular/language-service": "~16.0.0",
28+
"@angular-devkit/build-angular": "~17.2.0",
29+
"@angular/cli": "~17.2.0",
30+
"@angular/compiler-cli": "~17.2.1",
31+
"@angular/language-service": "~17.2.1",
3232
"@types/node": "^20.2.5",
3333
"@types/jasmine": "~4.3.2",
3434
"codelyzer": "^6.0.2",
@@ -42,6 +42,6 @@
4242
"protractor": "~7.0.0",
4343
"ts-node": "~10.9.1",
4444
"tslint": "~6.1.3",
45-
"typescript": "~4.9.5"
45+
"typescript": "~5.3.3"
4646
}
4747
}

src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
/***************************************************************************************************
5656
* Zone JS is required by default for Angular itself.
5757
*/
58-
import 'zone.js/dist/zone'; // Included with Angular CLI.
58+
import 'zone.js'; // Included with Angular CLI.
5959

6060

6161
/***************************************************************************************************

0 commit comments

Comments
 (0)