Skip to content

Commit

Permalink
upgrade angular
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackerakiUA committed Nov 27, 2024
1 parent 533c6ca commit f73108e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.0",
"@angular/animations": "^19.0.1",
"@angular/cdk": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@angular/common": "^19.0.1",
"@angular/compiler": "^19.0.1",
"@angular/core": "^19.0.1",
"@angular/forms": "^19.0.1",
"@angular/platform-browser": "^19.0.1",
"@angular/platform-browser-dynamic": "^19.0.1",
"@angular/router": "^19.0.1",
"@types/node": "^20.1.5",
"ngx-ace-wrapper": "^17.0.0",
"ngx-image-cropper": "^7.1.1",
Expand All @@ -28,14 +28,14 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.0",
"@angular-devkit/build-angular": "^19.0.2",
"@angular-eslint/builder": "18.4.2",
"@angular-eslint/eslint-plugin": "18.4.2",
"@angular-eslint/eslint-plugin-template": "18.4.2",
"@angular-eslint/schematics": "18.4.2",
"@angular-eslint/template-parser": "18.4.2",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/cli": "~19.0.2",
"@angular/compiler-cli": "^19.0.1",
"@types/jasmine": "~4.3.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
Expand Down

0 comments on commit f73108e

Please sign in to comment.